aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-09 09:04:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-09 09:04:22 +0000
commitaefe2965e1c943d457b70fe6d5afef271753db08 (patch)
treee34da497af52a69fe3dd147a674e79f3779cec8b
parent6009335a31f7720d0757e17f0885fc5ccd334e2b (diff)
downloadports-aefe2965e1c943d457b70fe6d5afef271753db08.tar.gz
ports-aefe2965e1c943d457b70fe6d5afef271753db08.zip
Notes
-rw-r--r--sysutils/pv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile
index 291c3d4efd47..8e81bd996204 100644
--- a/sysutils/pv/Makefile
+++ b/sysutils/pv/Makefile
@@ -20,7 +20,7 @@ PLIST_FILES= bin/pv man/man1/pv.1.gz
PORTDOCS= README INSTALL NEWS PACKAGE TODO VERSION release-checklist
-OPTIONS_DEFINE= NLS LFS
+OPTIONS_DEFINE= DOCS NLS LFS
OPTIONS_DEFAULT= LFS
NLS_CONFIGURE_ON= --enable-static-nls
NLS_CONFIGURE_OFF= --disable-nls
@@ -31,6 +31,8 @@ post-patch:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pv
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}