diff options
Diffstat (limited to 'sysutils/tren/Makefile')
-rw-r--r-- | sysutils/tren/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/tren/Makefile b/sysutils/tren/Makefile index 1f18e49..ebaa71d 100644 --- a/sysutils/tren/Makefile +++ b/sysutils/tren/Makefile @@ -12,14 +12,12 @@ COMMENT= Powerful File And Directory Batch Renaming Tool USES= python PLIST_FILES= bin/tren.py man/man1/tren.1.gz PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst -OPTIONS_DEFINE= DOCS +NO_ARCH= yes -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> |