svn commit: r424555 - head/sysutils/bacula-docs

Mathieu Arnold mat at FreeBSD.org
Mon Oct 24 09:55:04 UTC 2016


Author: mat
Date: Mon Oct 24 09:55:02 2016
New Revision: 424555
URL: https://svnweb.freebsd.org/changeset/ports/424555

Log:
  Use the correct PORTNAME, so that it can be simplified a lot.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/bacula-docs/Makefile   (contents, props changed)

Modified: head/sysutils/bacula-docs/Makefile
==============================================================================
--- head/sysutils/bacula-docs/Makefile	Mon Oct 24 09:48:33 2016	(r424554)
+++ head/sysutils/bacula-docs/Makefile	Mon Oct 24 09:55:02 2016	(r424555)
@@ -1,24 +1,22 @@
 # Created by: Dan Langille <dan at langille.org>
 # $FreeBSD$
 
-PORTNAME=	bacula
+PORTNAME=	bacula-docs
 PORTVERSION=	7.4.4
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
-PKGNAMESUFFIX=	-docs
-DISTFILES=	${PORTNAME}-docs-${PORTVERSION}.tar.bz2
 
 MAINTAINER=	dvl at FreeBSD.org
 COMMENT=	Bacula document set
 
+USES=		tar:bz2
 NO_BUILD=	yes
 
 PORTDOCS=	*.pdf
 
 do-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-
-	${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \
+	${FIND} ${WRKSRC}/manuals/en \
 		-name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \;
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list