aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tren
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 14:09:17 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 14:09:17 +0000
commit6b4de2698636ccc6f6b7a341e63f08d05a73cb01 (patch)
treeaa7d1cdb860adb0016f7fed0c6f208abcb26070a /sysutils/tren
parent846825312aa2fb296f9c628ea6423c337b94fc52 (diff)
Notes
Diffstat (limited to 'sysutils/tren')
-rw-r--r--sysutils/tren/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/tren/Makefile b/sysutils/tren/Makefile
index 1f18e4933e51..ebaa71ddc128 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>