svn commit: r393780 - in head/sysutils: bacula-docs bacula5-docs bareos-docs

Mathieu Arnold mat at FreeBSD.org
Sun Aug 9 12:14:19 UTC 2015


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}


More information about the svn-ports-all mailing list