diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 15:24:12 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 15:24:12 +0000 |
| commit | a812006ba730010bcc7624de90a3a1bf0c19eab7 (patch) | |
| tree | fb75efe1380fd1911ddd291f08eb93c3eddd1aea /databases/py-pg_pqueue | |
| parent | c8468db7fa2c713580313307fe3ff947cd74aacd (diff) | |
Notes
Diffstat (limited to 'databases/py-pg_pqueue')
| -rw-r--r-- | databases/py-pg_pqueue/Makefile | 7 |
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> |
