summaryrefslogtreecommitdiff
path: root/devel/cvsweb3/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-01 12:53:41 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-01 12:53:41 +0000
commit1dceeeac111842736d0403526518f9385f8c3ba0 (patch)
treec57d333af89085308e764ce5cb0da58581dd5b4f /devel/cvsweb3/Makefile
parentUpdate to a fetchable version - they update too fast :( (diff)
Update to 1.93.1.10.
- Nothing but #!/usr/bin/perl -> #!/usr/bin/perl5 Define USE_PERL5 and substitute ${PERL} for /usr/bin/perl5.
Notes
Notes: svn path=/head/; revision=31207
Diffstat (limited to 'devel/cvsweb3/Makefile')
-rw-r--r--devel/cvsweb3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
index 8a5480449b8f..e0ea233907c0 100644
--- a/devel/cvsweb3/Makefile
+++ b/devel/cvsweb3/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; \