summaryrefslogtreecommitdiff
path: root/devel/cvsweb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsweb/Makefile')
-rw-r--r--devel/cvsweb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
index 8a5480449b8f..e0ea233907c0 100644
--- a/devel/cvsweb/Makefile
+++ b/devel/cvsweb/Makefile
@@ -15,9 +15,11 @@ MAINTAINER= knu@FreeBSD.org
NO_BUILD= yes
+USE_PERL5= yes
+
# This version of cvsweb is Zeller's version + knu's enhancements.
REV_ZELLER= 1.93
-REV_KNU= 1.9
+REV_KNU= 1.10
# Specify where your repository belongs.
# (You can reconfigure it after installation anyway)
@@ -38,6 +40,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
do-configure:
cd ${WRKSRC} && ${PERL} -i -pe "\
+ s;/usr/bin/perl5;${PERL};g; \
s;/usr/local;${PREFIX};g; \
s;/home/cvs;${CVSROOT};g; \
s;'Local Repository';'${TITLE}';g; \