summaryrefslogtreecommitdiff
path: root/devel/py-durus
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-01 16:20:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-01 16:20:47 +0000
commitc7e624b3210627ca07b51be84044b2e269762e53 (patch)
tree48fdd1f0d0902abb3a399e525fb6d85182e9d9ab /devel/py-durus
parent- Switch to options helpers (diff)
- Switch to options helpers
- While here, add some NO_ARCHes Approved by: portmgr blanket
Diffstat (limited to 'devel/py-durus')
-rw-r--r--devel/py-durus/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/py-durus/Makefile b/devel/py-durus/Makefile
index bd154559fe55..ed87723d3192 100644
--- a/devel/py-durus/Makefile
+++ b/devel/py-durus/Makefile
@@ -16,18 +16,14 @@ COMMENT= Persistent object storage system for Python
LICENSE= MIT
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ACKS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt doc/FAQ.txt
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>