summaryrefslogtreecommitdiff
path: root/www/p5-CGI/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-11 00:34:25 +0000
committerjlam <jlam>2001-06-11 00:34:25 +0000
commitbed86223df956787e31228b0c116ac2b78b53dcb (patch)
tree978c2b41672c1903e06b81cec2037fffe4259518 /www/p5-CGI/Makefile
parent8d7309900f0f866463fa7bc2702da62c78cf7516 (diff)
downloadpkgsrc-bed86223df956787e31228b0c116ac2b78b53dcb.tar.gz
Re-add definition of PERL5_SITEARCH accidentally removed during last
update. Fixes pkg/13157.
Diffstat (limited to 'www/p5-CGI/Makefile')
-rw-r--r--www/p5-CGI/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index c665caedf3b..d766fd6ada8 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/06/07 04:29:04 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/06/11 00:34:25 jlam Exp $
#
DISTNAME= CGI.pm-2.752
@@ -41,3 +41,8 @@ post-install:
${INSTALL_SCRIPT} *.cgi ${HTMLDIR}/examples
.include "../../mk/bsd.pkg.mk"
+
+.if !defined(PERL5_SITEARCH)
+PERL5_SITEARCH!= eval `${PERL5} -V:installsitearch 2>/dev/null`; \
+ ${ECHO} $${installsitearch}
+.endif