summaryrefslogtreecommitdiff
path: root/lang/perl5.12/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-10-28 20:46:51 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-10-28 20:46:51 +0000
commit9d21910a44b85b97e6bbac15bff25112ed750717 (patch)
tree1b47143cdb8cbf575564c15474592165651c6359 /lang/perl5.12/Makefile
parentUpgrade to 1.3.29 (diff)
Fix the workings of ENABLE_SUIDPERL knob.
Reported by: Neil Darlow <neil@darlow.co.uk>, Nicola Tiling <nti@w4w.net>
Notes
Notes: svn path=/head/; revision=92477
Diffstat (limited to 'lang/perl5.12/Makefile')
-rw-r--r--lang/perl5.12/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile
index 9a2e411b2642..b56c7be64984 100644
--- a/lang/perl5.12/Makefile
+++ b/lang/perl5.12/Makefile
@@ -7,6 +7,7 @@
PORTNAME= perl
PORTVERSION= ${PERL_VER}
+PORTREVISION= 1
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
${MASTER_SITE_LOCAL:S/$/:local/} \
@@ -36,7 +37,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
-Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\"
.if defined(ENABLE_SUIDPERL)
-CONFIGURE_ARGS+= -Dd_dosuid=true
+CONFIGURE_ARGS+= -Dd_dosuid=define
PLIST_SUB+= ENABLE_SUIDPERL=""
.else
CONFIGURE_ARGS+= -Ud_dosuid