Date: Sun, 9 Aug 2015 12:14:18 +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: r393780 - in head/sysutils: bacula-docs bacula5-docs bareos-docs Message-ID: <201508091214.t79CEIrN007547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sun Aug 9 12:14:17 2015 New Revision: 393780 URL: https://svnweb.freebsd.org/changeset/ports/393780 Log: If the port only install documentation, don't create an option to disable the docs. With hat: portmgr Sponsored by: Absolight Modified: head/sysutils/bacula-docs/Makefile head/sysutils/bacula5-docs/Makefile head/sysutils/bareos-docs/Makefile Modified: head/sysutils/bacula-docs/Makefile ============================================================================== --- head/sysutils/bacula-docs/Makefile Sun Aug 9 11:42:05 2015 (r393779) +++ head/sysutils/bacula-docs/Makefile Sun Aug 9 12:14:17 2015 (r393780) @@ -17,14 +17,6 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= *.pdf -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -.if empty(PORT_OPTIONS:MDOCS) -IGNORE= consists of only documentation, please enable DOCS and try again -.endif - do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/bacula5-docs/Makefile ============================================================================== --- head/sysutils/bacula5-docs/Makefile Sun Aug 9 11:42:05 2015 (r393779) +++ head/sysutils/bacula5-docs/Makefile Sun Aug 9 12:14:17 2015 (r393780) @@ -19,14 +19,6 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= *.pdf -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -.if empty(PORT_OPTIONS:MDOCS) -IGNORE= consists of only documentation, please enable DOCS and try again -.endif - do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \ Modified: head/sysutils/bareos-docs/Makefile ============================================================================== --- head/sysutils/bareos-docs/Makefile Sun Aug 9 11:42:05 2015 (r393779) +++ head/sysutils/bareos-docs/Makefile Sun Aug 9 12:14:17 2015 (r393780) @@ -17,14 +17,6 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= *.pdf -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -.if empty(PORT_OPTIONS:MDOCS) -IGNORE= consists of only documentation, please enable DOCS and try again -.endif - do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${PORTNAME}-manual-main-reference.pdf ${WRKSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091214.t79CEIrN007547>