diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
commit | a66859e3fbe7c636031888cb5d9619ba4ac5ba5e (patch) | |
tree | 16fea2828aa5c44c6c6aadc965b1d00175293657 /mail | |
parent | 16a924bc3c7d04553f3d8a421c9ad14dafa6a5f6 (diff) | |
download | ports-a66859e3fbe7c636031888cb5d9619ba4ac5ba5e.tar.gz ports-a66859e3fbe7c636031888cb5d9619ba4ac5ba5e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 821fe0b4cc49..05246ce9ca82 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -34,6 +34,8 @@ MAINTAINER= ache@FreeBSD.org # Global variables # +USE_REINPLACE= yes + # It asks for list of directories to do test for file locking # (defaults to /tmp and ".", so return should suffice in most cases). .if !defined(BATCH) # handled in patch-aa @@ -60,7 +62,7 @@ SAMPLE_FILES= 1procmailrc 1rmail 2procmailrc 2rmail 3procmailrc 3rmail \ post-configure: patch-config patch-config: - @${PERL} -pi.fbsd -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h # Post-install # |