aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/piddle/Makefile5
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>