mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Make system extensions work with password-store.
System extensions are installed in PREFIX/lib/password-store/extensions/ Bump PORTREVISION PR: 224672 Submitted by: Adam Jimerson (vendion@gmail.com) MFH: 2018Q1
This commit is contained in:
parent
fa353db017
commit
a41307b867
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458281
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= password-store
|
||||
PORTVERSION= 1.7.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
|
||||
|
||||
@ -41,6 +41,8 @@ SUB_FILES= pass
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -Ee 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/src/platform/freebsd.sh
|
||||
@${REINPLACE_CMD} -Ee 's|^SYSTEM_EXTENSION_DIR=""|SYSTEM_EXTENSION_DIR="${PREFIX}/lib/password-store/extensions"|g' \
|
||||
${WRKSRC}/src/password-store.sh
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/pass ${STAGEDIR}${PREFIX}/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user