Make procmail follow ${PREFIX}
Bump PORTREVISION PR: 16983 Submitted by: Pete Fritchman <petef@databits.net> Reviewed by: will
This commit is contained in:
parent
37aeaea9be
commit
7eb038d684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43986
1 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= procmail
|
||||
PORTVERSION= 3.15.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
|
||||
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
||||
|
@ -23,4 +24,9 @@ IS_INTERACTIVE= yes
|
|||
MAN1= procmail.1 formail.1 lockfile.1
|
||||
MAN5= procmailex.5 procmailrc.5 procmailsc.5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-configure:
|
||||
@${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue