1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Make path for gpg in ${PREFIX}/share/doc/mutt/samples/gpg.rc to honor ${PREFIX}

Submitted by:	clive
Modified by:	maintainer
This commit is contained in:
David W. Chapman Jr. 2001-09-02 17:03:22 +00:00
parent 5419cb66df
commit 06acb628d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47323

View File

@ -118,6 +118,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
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' \
${WRKSRC}/contrib/gpg.rc
pre-configure:
(cd ${WRKSRC}; aclocal -I m4)