aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-24 21:32:55 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-24 21:32:55 +0000
commit2835757114bfcb81f5118da55d313b8b27d29a8a (patch)
treef8806a8994b3c8c3590caae2cd5d43ae5459114e /shells
parentfac88ab9a70af5389d76248602030bbec53a7756 (diff)
downloadports-2835757114bfcb81f5118da55d313b8b27d29a8a.tar.gz
ports-2835757114bfcb81f5118da55d313b8b27d29a8a.zip
Remove redundant USE_PERL5 statements.
Notes
Notes: svn path=/head/; revision=46821
Diffstat (limited to 'shells')
-rw-r--r--shells/perlsh/Makefile1
-rw-r--r--shells/psh/Makefile1
-rw-r--r--shells/vshnu/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile
index 81dd0a8fb1fa..5704cc972e10 100644
--- a/shells/perlsh/Makefile
+++ b/shells/perlsh/Makefile
@@ -14,7 +14,6 @@ DISTNAME= psh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/shells/psh/Makefile b/shells/psh/Makefile
index 81dd0a8fb1fa..5704cc972e10 100644
--- a/shells/psh/Makefile
+++ b/shells/psh/Makefile
@@ -14,7 +14,6 @@ DISTNAME= psh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile
index 2803e51df26b..2f074c70bc5d 100644
--- a/shells/vshnu/Makefile
+++ b/shells/vshnu/Makefile
@@ -24,7 +24,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:$
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PERL5= yes
PERL_CONFIGURE= yes
.include <bsd.port.post.mk>