Skip to content

Commit

Permalink
password-store: Adjust BASE64 definition as part of fixsh SUBST class
Browse files Browse the repository at this point in the history
Instead of using a generic `base64' initialize the BASE64 variable in order to
actually use converters/base64 (this was problematic when for example NetBSD
base64(1) was used).

Bump PKGREVISION
  • Loading branch information
iamleot committed Sep 23, 2018
1 parent 5eb6267 commit 23b5ca3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/password-store/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.10 2018/09/19 09:45:18 leot Exp $
# $NetBSD: Makefile,v 1.11 2018/09/23 12:39:19 leot Exp $

DISTNAME= password-store-1.7.3
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
EXTRACT_SUFX= .tar.xz
Expand Down Expand Up @@ -32,6 +32,7 @@ SUBST_MESSAGE.fixsh= Fixing shell script
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\","
SUBST_SED.fixsh+= -e 's,BASE64="base64",BASE64="${PREFIX}/bin/base64",'

TEST_TARGET= test

Expand Down

0 comments on commit 23b5ca3

Please sign in to comment.