Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: beech Date: Thu Mar 21 19:53:15 2013 New Revision: 314866 URL: http://svnweb.freebsd.org/changeset/ports/314866 Log: - Convert to OptionsNG PR: ports/177120 Submitted by: nemysis <nemysis@gmx.ch> Modified: head/graphics/piddle/Makefile (contents, props changed) Modified: head/graphics/piddle/Makefile ============================================================================== --- head/graphics/piddle/Makefile Thu Mar 21 19:13:29 2013 (r314865) +++ head/graphics/piddle/Makefile Thu Mar 21 19:53:15 2013 (r314866) @@ -1,9 +1,5 @@ -# Ports collection makefile for: piddle -# Date created: 29 Feb 2000 -# Whom: dom@happygiraffe.net -# +# Created by: dom@happygiraffe.net # $FreeBSD$ -# PORTNAME= piddle PORTVERSION= 1.0.15 @@ -18,14 +14,13 @@ COMMENT= Graphical Drawing library for P USE_PYTHON= yes USE_PYDISTUTILS= yes -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif + +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/docs ; tar cf - *) | (cd ${DOCSDIR} ; tar xf -) +.if ${PORT_OPTIONS:MDOCS} + (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!