aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvs2html
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2011-04-01 21:35:36 +0800
committerdhn <dhn@FreeBSD.org>2011-04-01 21:35:36 +0800
commit1676ab6562f70b5989e352e5dacb5934c5484f77 (patch)
tree8088754407f6207c0b356ae044b0b1780414e377 /devel/cvs2html
parentf2f70e5cad834883115a4ed275d0ed596bbbd55d (diff)
downloadfreebsd-ports-gnome-1676ab6562f70b5989e352e5dacb5934c5484f77.tar.gz
freebsd-ports-gnome-1676ab6562f70b5989e352e5dacb5934c5484f77.tar.zst
freebsd-ports-gnome-1676ab6562f70b5989e352e5dacb5934c5484f77.zip
- Bump PORTREVISION
- Respect now Perl path PR: ports/156098 Submitted by: Chris Rees <utisoft_at_gmail.com> (maintainer)
Diffstat (limited to 'devel/cvs2html')
-rw-r--r--devel/cvs2html/Makefile11
-rw-r--r--devel/cvs2html/distinfo1
2 files changed, 9 insertions, 3 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile
index 8821d8655f08..9c0946e12b29 100644
--- a/devel/cvs2html/Makefile
+++ b/devel/cvs2html/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cvs2html
PORTVERSION= 1.98
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/${PORTVERSION}/ \
http://cvs.sslug.dk/cvs2html/utils/
@@ -22,9 +23,15 @@ LICENSE= GPLv2
PLIST_FILES= bin/cvs2html
USE_PERL5= yes
NO_BUILD= yes
-NO_WRKSUBDIR= yes
+
+do-extract:
+ @${MKDIR} ${WRKDIR}
+ @${CP} ${DISTDIR}/${PORTNAME} ${WRKDIR}
+
+post-patch:
+ ${REINPLACE_CMD} -e '1s|\(#!\).*$$|\1${PERL}|' ${WRKDIR}/${PORTNAME}
do-install:
- ${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/devel/cvs2html/distinfo b/devel/cvs2html/distinfo
index 75b237e0e1e6..c9e4a336dcde 100644
--- a/devel/cvs2html/distinfo
+++ b/devel/cvs2html/distinfo
@@ -1,3 +1,2 @@
-MD5 (cvs2html) = 8f8ddd3bb4d2ba0b55b9f67c3051fdaa
SHA256 (cvs2html) = a66cb741a364a6f2574c866cadd83fc30eacfd8a18178b730f9f9a6f9e0da675
SIZE (cvs2html) = 60868