ports/169743: [PATCH] ports-mgmt/portbuilder: use new Options Framework

Jason Helfman jgh at FreeBSD.org
Mon Jul 9 18:10:09 UTC 2012


>Number:         169743
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/portbuilder: use new Options Framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 18:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr  9 21:23:18 UTC
>Description:
Use new options framework

Port maintainer (naylor.b.david at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- portbuilder-0.1.5.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portbuilder/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	9 Jul 2012 09:15:08 -0000	1.8
+++ Makefile	9 Jul 2012 18:07:40 -0000
@@ -20,8 +20,10 @@
 
 PORTDOCS=	BUGS ChangeLog COPYRIGHT README
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for file in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
--- portbuilder-0.1.5.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list