- Convert to OptionsNG
PR: ports/177120 Submitted by: nemysis <nemysis@gmx.ch>
This commit is contained in:
parent
7ef60cceda
commit
e42cf96191
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314866
1 changed files with 5 additions and 10 deletions
|
@ -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 Python
|
|||
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>
|
||||
|
|
Loading…
Reference in a new issue