aboutsummaryrefslogtreecommitdiff
path: root/sysutils/password-store
diff options
context:
space:
mode:
authorJonathan Chu <milki@FreeBSD.org>2014-07-16 02:46:50 +0000
committerJonathan Chu <milki@FreeBSD.org>2014-07-16 02:46:50 +0000
commit713d8af5ee9a10e897abe095956960a9eab36a50 (patch)
treec398fe4a6ed584c63457210b195584b4f635de78 /sysutils/password-store
parent56f6f8d54073f89423c0982f8f3057ebefcbfc47 (diff)
downloadports-713d8af5ee9a10e897abe095956960a9eab36a50.tar.gz
ports-713d8af5ee9a10e897abe095956960a9eab36a50.zip
Update sysutils/password-store to 1.6.3_1
- Re-add DOCS option Approved by: swills (mentor)
Notes
Notes: svn path=/head/; revision=362020
Diffstat (limited to 'sysutils/password-store')
-rw-r--r--sysutils/password-store/Makefile8
-rw-r--r--sysutils/password-store/pkg-plist2
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile
index 0caf6457e616..656fe4ac9ff3 100644
--- a/sysutils/password-store/Makefile
+++ b/sysutils/password-store/Makefile
@@ -2,6 +2,7 @@
PORTNAME= password-store
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
@@ -16,7 +17,7 @@ RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \
pwgen>=0:${PORTSDIR}/sysutils/pwgen \
tree>=1.7:${PORTSDIR}/sysutils/tree
-OPTIONS_DEFINE= GIT XCLIP CONTRIB EXAMPLES
+OPTIONS_DEFINE= GIT XCLIP CONTRIB DOCS EXAMPLES
OPTIONS_SUB= yes
GIT_DESC= Enable git storage
@@ -58,10 +59,9 @@ do-install:
@(cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
@(cd ${WRKSRC}/src/completion && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/man/example-filter.sh ${STAGEDIR}${EXAMPLESDIR}
-.endif
+ @${INSTALL_MAN} ${WRKSRC}/man/example-filter.sh ${STAGEDIR}${EXAMPLESDIR}
@${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1
.include <bsd.port.mk>
diff --git a/sysutils/password-store/pkg-plist b/sysutils/password-store/pkg-plist
index 3e7f1b732722..e54bb4854f98 100644
--- a/sysutils/password-store/pkg-plist
+++ b/sysutils/password-store/pkg-plist
@@ -22,8 +22,8 @@
%%CONTRIB%%@dirrmtry %%DATADIR%%/dmenu
%%CONTRIB%%@dirrmtry %%DATADIR%%/emacs
%%CONTRIB%%@dirrmtry %%DATADIR%%/importers
+%%PORTDOCS%%man/man1/pass.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-filter.sh
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
bin/pass
libexec/pass
-man/man1/pass.1.gz