aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-13 01:21:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-13 01:21:52 +0800
commit3f531a3ed166f3ba6bd0bebd40de1b9053c90ce1 (patch)
treeb3f0c3a458aaedb2f0242b95fa84c4dc19708092 /textproc
parentb55b1171d944ce658227d796f2c690d099b34350 (diff)
downloadfreebsd-ports-graphics-3f531a3ed166f3ba6bd0bebd40de1b9053c90ce1.tar.gz
freebsd-ports-graphics-3f531a3ed166f3ba6bd0bebd40de1b9053c90ce1.tar.zst
freebsd-ports-graphics-3f531a3ed166f3ba6bd0bebd40de1b9053c90ce1.zip
- Optionize DOCS
- Switch to options helpers
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tnef2txt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/tnef2txt/Makefile b/textproc/tnef2txt/Makefile
index c1436aabe64..cc3d3410184 100644
--- a/textproc/tnef2txt/Makefile
+++ b/textproc/tnef2txt/Makefile
@@ -15,10 +15,12 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/tnef2txt
PORTDOCS= README
+OPTIONS_DEFINE= DOCS
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${STAGEDIR}${PREFIX}/bin
-post-install:
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}