diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
commit | 2835757114bfcb81f5118da55d313b8b27d29a8a (patch) | |
tree | f8806a8994b3c8c3590caae2cd5d43ae5459114e /shells/psh | |
parent | - update to version 1.028 (diff) |
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'shells/psh')
-rw-r--r-- | shells/psh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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} |