diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-05 11:03:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-05 11:03:47 +0000 |
commit | acc0e8fbde533b32ee0a49496a582a80a20c41ce (patch) | |
tree | a95a5e7022f21b3d549385da8ff2499f564bb18f | |
parent | 2648f15a53724534ac9a78e6500b0f71a8f6a6b9 (diff) | |
download | pkgsrc-acc0e8fbde533b32ee0a49496a582a80a20c41ce.tar.gz |
Comment out options.mk until imil has time to add it.
-rw-r--r-- | security/password-store/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/password-store/Makefile b/security/password-store/Makefile index 6b7dc93a082..33a7c924b75 100644 --- a/security/password-store/Makefile +++ b/security/password-store/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/01/02 12:52:16 imil Exp $ +# $NetBSD: Makefile,v 1.2 2015/01/05 11:03:47 wiz Exp $ DISTNAME= password-store-1.6.3 CATEGORIES= security @@ -32,7 +32,7 @@ SUBST_FILES.fixsh= src/password-store.sh SUBST_SED.fixsh+= -e 's,GETOPT="getopt",GETOPT="${PREFIX}/bin/getopt",' SUBST_SED.fixsh+= -e "s,SHRED=\"shred -f -z\",SHRED=\"${RM} -f -P\"," -.include "options.mk" +#.include "options.mk" do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/password-store.sh \ |