diff options
author | milki <milki@FreeBSD.org> | 2014-07-16 10:46:50 +0800 |
---|---|---|
committer | milki <milki@FreeBSD.org> | 2014-07-16 10:46:50 +0800 |
commit | 048728ad437628ddf7f19d9565f67a0183757597 (patch) | |
tree | c398fe4a6ed584c63457210b195584b4f635de78 | |
parent | 95676f80780b9369c5a54ada56ae82f798eb157c (diff) | |
download | freebsd-ports-gnome-048728ad437628ddf7f19d9565f67a0183757597.tar.gz freebsd-ports-gnome-048728ad437628ddf7f19d9565f67a0183757597.tar.zst freebsd-ports-gnome-048728ad437628ddf7f19d9565f67a0183757597.zip |
Update sysutils/password-store to 1.6.3_1
- Re-add DOCS option
Approved by: swills (mentor)
-rw-r--r-- | sysutils/password-store/Makefile | 8 | ||||
-rw-r--r-- | sysutils/password-store/pkg-plist | 2 |
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 |