diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 13:03:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 13:03:54 +0000 |
commit | 1501f81fa59d54467860e570d437208bfeb0c68c (patch) | |
tree | 7ffd7ac5b8f844f03524dacc8885843fd7bac489 /graphics/piddle | |
parent | 2ffe75ed35f051baa5c599ed8e95656c2363456c (diff) |
Notes
Diffstat (limited to 'graphics/piddle')
-rw-r--r-- | graphics/piddle/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/piddle/Makefile b/graphics/piddle/Makefile index d5c570519ee7..ed0e8a7613ee 100644 --- a/graphics/piddle/Makefile +++ b/graphics/piddle/Makefile @@ -11,14 +11,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical Drawing library for Python +LICENSE= GPLv2+ + USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |