diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 00:57:08 +0000 |
commit | e2eeb7de374021ca414336f5a523ecc8eac6935c (patch) | |
tree | 1873cd6f91f0e0cdba1f4150a34d8d0c90280d42 /mail/procmail | |
parent | 0d059aa4abcbd5ee71af804ff6fba027aaa2fe51 (diff) | |
download | FreeBSD-ports-e2eeb7de374021ca414336f5a523ecc8eac6935c.zip FreeBSD-ports-e2eeb7de374021ca414336f5a523ecc8eac6935c.tar.gz |
PERL -> REINPLACE
Noticed by: bento
Diffstat (limited to 'mail/procmail')
-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 821fe0b..05246ce 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 # |