svn commit: r424556 - head/sysutils/bacula5-docs
Mathieu Arnold
mat at FreeBSD.org
Mon Oct 24 09:57:37 UTC 2016
Author: mat
Date: Mon Oct 24 09:57:36 2016
New Revision: 424556
URL: https://svnweb.freebsd.org/changeset/ports/424556
Log:
Set DISTNAME instead of DISTFILES to simplify things.
Sponsored by: Absolight
Modified:
head/sysutils/bacula5-docs/Makefile (contents, props changed)
Modified: head/sysutils/bacula5-docs/Makefile
==============================================================================
--- head/sysutils/bacula5-docs/Makefile Mon Oct 24 09:55:02 2016 (r424555)
+++ head/sysutils/bacula5-docs/Makefile Mon Oct 24 09:57:36 2016 (r424556)
@@ -6,20 +6,21 @@ PORTVERSION= 5.2.12
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= 5-docs
-DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.bz2
+DISTNAME= ${PORTNAME}-docs-${PORTVERSION}
CONFLICTS= bacula-*
MAINTAINER= dan at langille.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-all
mailing list