diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
commit | 59d35cc4e8efa5ea6963997f58691d58420a6f4e (patch) | |
tree | 197b4b6a4b3b326a28909d7514c4c3c89e7d008e /shells | |
parent | 062843587cb531242f206c2e2aaf70082f97e302 (diff) | |
download | FreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.zip FreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.gz |
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/Makefile | 1 | ||||
-rw-r--r-- | shells/psh/Makefile | 1 | ||||
-rw-r--r-- | shells/vshnu/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 81dd0a8..5704cc9 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 81dd0a8..5704cc9 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 2803e51..2f074c7 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> |