diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (patch) | |
tree | 753b016f246dce9957c268962733d34c7e3eb7b7 /mail/exim-old | |
parent | c4fd09e68bc5c2ee1078b7b21b2ac0601f34aead (diff) | |
download | FreeBSD-ports-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.zip FreeBSD-ports-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.gz |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index cb036e5..d5b890c 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -16,6 +16,7 @@ DISTFILES= exim-3.36.tar.bz2 exim-texinfo-3.30.tar.bz2 MAINTAINER= sheldonh@FreeBSD.org USE_BZIP2= yes +USE_PERL5= yes .if defined(NOPORTDOCS) PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES |