mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Bump PORTREVISION
- Respect now Perl path PR: ports/156098 Submitted by: Chris Rees <utisoft_at_gmail.com> (maintainer)
This commit is contained in:
parent
b8c2fe8100
commit
9739e9906c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272089
@ -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>
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (cvs2html) = 8f8ddd3bb4d2ba0b55b9f67c3051fdaa
|
||||
SHA256 (cvs2html) = a66cb741a364a6f2574c866cadd83fc30eacfd8a18178b730f9f9a6f9e0da675
|
||||
SIZE (cvs2html) = 60868
|
||||
|
Loading…
Reference in New Issue
Block a user