Change location of gpg to ${LOCALBASE} instead of ${PREFIX}
Submitted by: kris
This commit is contained in:
parent
f827c53c20
commit
a87bda6abd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47327
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1
|
|||
MAN5= muttrc.5 mbox.5
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${PREFIX}/bin/gpg,g' \
|
||||
@${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \
|
||||
${WRKSRC}/contrib/gpg.rc
|
||||
|
||||
pre-configure:
|
||||
|
|
Loading…
Reference in a new issue