aboutsummaryrefslogtreecommitdiff
path: root/textproc/words
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 /textproc/words
parent846825312aa2fb296f9c628ea6423c337b94fc52 (diff)
downloadports-6b4de2698636ccc6f6b7a341e63f08d05a73cb01.tar.gz
ports-6b4de2698636ccc6f6b7a341e63f08d05a73cb01.zip
- Switch to options helpers
- Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395960
Diffstat (limited to 'textproc/words')
-rw-r--r--textproc/words/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/words/Makefile b/textproc/words/Makefile
index 36f6f253139b..73042b61f55d 100644
--- a/textproc/words/Makefile
+++ b/textproc/words/Makefile
@@ -24,8 +24,6 @@ GNATMAKE= ${SETENV} ${MAKE_ENV} gnatmake
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-build:
@cd ${WRKSRC} && \
${GNATMAKE} -O3 words ${GNATLINK_ARGS} && \
@@ -50,9 +48,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ADDONS.LAT ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/UNIQUES.LAT ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/words.sh ${STAGEDIR}${PREFIX}/bin/words
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/wordsdoc.htm ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>