Date: Mon, 24 Oct 2016 09:55:03 +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: r424555 - head/sysutils/bacula-docs Message-ID: <201610240955.u9O9t31X055432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610240955.u9O9t31X055432>