summaryrefslogtreecommitdiff
path: root/databases/py-pg_pqueue/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 15:24:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 15:24:12 +0000
commita812006ba730010bcc7624de90a3a1bf0c19eab7 (patch)
treefb75efe1380fd1911ddd291f08eb93c3eddd1aea /databases/py-pg_pqueue/Makefile
parent- Unbreak the build on PowerPC by using correct Fif_ENTRYPOINT() macro that (diff)
- Switch to options helpers
- Add some NO_ARCHes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=396577
Diffstat (limited to 'databases/py-pg_pqueue/Makefile')
-rw-r--r--databases/py-pg_pqueue/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/py-pg_pqueue/Makefile b/databases/py-pg_pqueue/Makefile
index f1bf33b1b98a..2dbb27db5177 100644
--- a/databases/py-pg_pqueue/Makefile
+++ b/databases/py-pg_pqueue/Makefile
@@ -19,11 +19,8 @@ USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>