Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 09:57:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424556 - head/sysutils/bacula5-docs
Message-ID:  <201610240957.u9O9va2b055618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610240957.u9O9va2b055618>