aboutsummaryrefslogtreecommitdiff
path: root/sysutils/password-store
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-09-18 10:35:19 +0000
committerRene Ladan <rene@FreeBSD.org>2016-09-18 10:35:19 +0000
commitdbba04d6a101179591ce4055bcbd1fc3fb69e8cd (patch)
treefb8cc8abc6db61fdc20c9984107138b8f2ee5af5 /sysutils/password-store
parent669929a2752a9ffd90fa52593c54c30fbe01c4bf (diff)
downloadports-dbba04d6a101179591ce4055bcbd1fc3fb69e8cd.tar.gz
ports-dbba04d6a101179591ce4055bcbd1fc3fb69e8cd.zip
sysutils/password-store: fix man page installation when EXAMPLES is OFF
PR: 212778 Submitted by: brandon.wandersee@gmail.com
Notes
Notes: svn path=/head/; revision=422366
Diffstat (limited to 'sysutils/password-store')
-rw-r--r--sysutils/password-store/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile
index 4077d23f3e29..cc2778c1a805 100644
--- a/sysutils/password-store/Makefile
+++ b/sysutils/password-store/Makefile
@@ -2,6 +2,7 @@
PORTNAME= password-store
PORTVERSION= 1.6.5
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
@@ -20,7 +21,7 @@ RUN_DEPENDS= bash:shells/bash \
NO_ARCH= yes
NO_BUILD= yes
-OPTIONS_DEFINE= GIT XCLIP CONTRIB DOCS EXAMPLES
+OPTIONS_DEFINE= GIT XCLIP CONTRIB EXAMPLES
OPTIONS_DEFAULT= CONTRIB
OPTIONS_SUB= yes
@@ -41,6 +42,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/password-store.sh ${STAGEDIR}${PREFIX}/libexec/pass
${LN} -s ${PREFIX}/libexec/pass ${STAGEDIR}${PREFIX}/bin/pass
+ ${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1
do-install-CONTRIB-on:
@${MKDIR} ${STAGEDIR}${DATADIR}
@@ -56,6 +58,5 @@ do-install-CONTRIB-on:
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/man/example-filter.sh ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1
.include <bsd.port.mk>