mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Upgrade to 3.0.0.
This commit is contained in:
parent
f802b4924d
commit
5d1cca19cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90543
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= multitail
|
||||
PORTVERSION= 2.9.1
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.vanheusden.com/multitail/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -20,9 +20,17 @@ MAN1= multitail.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^CC/d ; /^CFLAGS/d' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \
|
||||
${WRKSRC}/mt.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/multitail ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/multitail.1 ${MANPREFIX}/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/multitail.conf ${PREFIX}/etc
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (multitail-2.9.1.tgz) = 829ed493352366ee8d5fc1347bf6c20d
|
||||
MD5 (multitail-3.0.0.tgz) = bd7c714848f3c1eb98f9287e1315a1de
|
||||
|
@ -1 +1,5 @@
|
||||
bin/multitail
|
||||
etc/multitail.conf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/license.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user