From 11dbeb88ac422abd53c10aa3e2fa6358e7532188 Mon Sep 17 00:00:00 2001 From: dwcjr Date: Thu, 14 Jun 2001 14:18:22 +0000 Subject: Make procmail follow ${PREFIX} Bump PORTREVISION PR: 16983 Submitted by: Pete Fritchman Reviewed by: will --- mail/procmail/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index ec33045..c3380e3 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -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 +.include + +post-configure: + @${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h + +.include -- cgit v1.1