diff options
author | knu <knu@FreeBSD.org> | 2000-08-01 12:53:41 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-01 12:53:41 +0000 |
commit | 1aecdbf3d0a4c43d55807d33694a302a1041ad6e (patch) | |
tree | f27c2e3ab72f5dced55524eb3401d1b94de74f7e /devel/cvsweb | |
parent | fcee2e91e1ee941629d80a0fb8a2de580b6a8750 (diff) | |
download | FreeBSD-ports-1aecdbf3d0a4c43d55807d33694a302a1041ad6e.zip FreeBSD-ports-1aecdbf3d0a4c43d55807d33694a302a1041ad6e.tar.gz |
Update to 1.93.1.10.
- Nothing but #!/usr/bin/perl -> #!/usr/bin/perl5
Define USE_PERL5 and substitute ${PERL} for /usr/bin/perl5.
Diffstat (limited to 'devel/cvsweb')
-rw-r--r-- | devel/cvsweb/Makefile | 5 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 8a54804..e0ea233 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; \ diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index c3a4c8f..242b0d2 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.93.1.9.tar.gz) = d2dac48b0fba5c456df5d66e2beb89b6 +MD5 (cvsweb-1.93.1.10.tar.gz) = 467d3ff8079bd9c3fb4cf5d6f260f91e |