diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-26 05:26:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-26 05:26:19 +0000 |
commit | 1a748ee7b2956ccacd17017884c5ab4e70921f17 (patch) | |
tree | 02fe2e19567c2648e3d8a1a6bf8a67f417d9226a /mail | |
parent | 830cb46e8bf484a00aac14f1b2e955f0f997ee69 (diff) | |
download | pkgsrc-1a748ee7b2956ccacd17017884c5ab4e70921f17.tar.gz |
s/USE_PERL/USE_PERL5/
Diffstat (limited to 'mail')
-rw-r--r-- | mail/distribute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index e55d974b0a7..c7d0a87aacf 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/13 19:39:50 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/26 05:26:19 jlam Exp $ # FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp # @@ -15,7 +15,7 @@ MAINTAINER= itojun@itojun.org # in japanese HOMEPAGE= http://www.foretune.co.jp/distribute/ -USE_PERL= YES +USE_PERL5= YES WRKSRC= ${WRKDIR}/distribute-pl19 MAN1= distribute.1 |