diff options
Diffstat (limited to 'comms/py-bulksms/Makefile')
-rw-r--r-- | comms/py-bulksms/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/comms/py-bulksms/Makefile b/comms/py-bulksms/Makefile index fb1af011efa..60a4ea3f540 100644 --- a/comms/py-bulksms/Makefile +++ b/comms/py-bulksms/Makefile @@ -19,12 +19,8 @@ WRKSRC= ${WRKDIR}/bulksms OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |