Change location of gpg to ${LOCALBASE} instead of ${PREFIX}

Submitted by:	kris
This commit is contained in:
David W. Chapman Jr. 2001-09-02 23:37:40 +00:00
parent f827c53c20
commit a87bda6abd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47327

View file

@ -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: