aboutsummaryrefslogtreecommitdiff
path: root/japanese/perl5/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-04 11:12:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-04 11:12:59 +0000
commita761ab81ba577ff093180f1bc712416e33b31df2 (patch)
tree572718871f2ad7c1747322a3c8e5f3b7784fbe1d /japanese/perl5/Makefile
parent5e8151f026a7eba966fed012140aee315d08df26 (diff)
downloadports-a761ab81ba577ff093180f1bc712416e33b31df2.tar.gz
ports-a761ab81ba577ff093180f1bc712416e33b31df2.zip
Don't remove too much when deinstalling on 4.x
Noticed by: YAPHR
Notes
Notes: svn path=/head/; revision=147205
Diffstat (limited to 'japanese/perl5/Makefile')
-rw-r--r--japanese/perl5/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/perl5/Makefile b/japanese/perl5/Makefile
index db30f1c77b1a..a9e055093a7e 100644
--- a/japanese/perl5/Makefile
+++ b/japanese/perl5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= perl
PORTVERSION= ${JPERL_VER}.${JPERL_VER_PL}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= japanese perl5
MASTER_SITES= ftp://ftp.cpan.org/CPAN/src/5.0/ \
ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/ \
@@ -59,6 +59,12 @@ PERL_SHLIBVER= 1
PLIST_SUB= JPERL_VERSION=${JPERL_VERSION} JPERL_VER=${JPERL_VER} \
JPERL_ARCH=${JPERL_ARCH}
+.if ${OSVERSION} < 500000
+PLIST_SUB+= NOTON4="@comment "
+.else
+PLIST_SUB+= NOTON4=""
+.endif
+
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \
perlapio.1 perlbook.1 perlbot.1 perlbug.1 perlcall.1 \
perldata.1 perldebug.1 perldelta.1 perldiag.1 perldoc.1 \