mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 2.58.
Install a manual page.
This commit is contained in:
parent
00f2c5fe87
commit
8bf909de63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129195
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cvs2cl
|
||||
PORTVERSION= 2.49
|
||||
PORTVERSION= 2.58
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
ftp://ftp.iDaemons.org/pub/distfiles/
|
||||
@ -20,14 +20,19 @@ COMMENT= CVS-log-message-to-ChangeLog conversion script
|
||||
USE_PERL5= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/cvs2cl
|
||||
MANCOMPRESSED= no
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME}
|
||||
${MKDIR} ${WRKSRC}
|
||||
${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
pod2man ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (cvs2cl.pl-2.49.gz) = 074d158c7b30a5642b80e9e18563bdcc
|
||||
SIZE (cvs2cl.pl-2.49.gz) = 23847
|
||||
MD5 (cvs2cl.pl-2.58.gz) = e764e365c109209fdacac13ac6ce08a9
|
||||
SIZE (cvs2cl.pl-2.58.gz) = 28127
|
||||
|
Loading…
Reference in New Issue
Block a user