aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/multitail/Makefile
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2007-04-06 04:41:02 +0800
committerobraun <obraun@FreeBSD.org>2007-04-06 04:41:02 +0800
commit5b96b521e1f9b1ce7f6d1a40b4ea2226a1b3eefe (patch)
tree8c7c1638c6bc34c9b2787f1ba8d7b480a5e525a9 /sysutils/multitail/Makefile
parent0d0078c30e4aa34ff8a5a6bd2a43a887cd078ae8 (diff)
downloadfreebsd-ports-gnome-5b96b521e1f9b1ce7f6d1a40b4ea2226a1b3eefe.tar.gz
freebsd-ports-gnome-5b96b521e1f9b1ce7f6d1a40b4ea2226a1b3eefe.tar.zst
freebsd-ports-gnome-5b96b521e1f9b1ce7f6d1a40b4ea2226a1b3eefe.zip
* Update to 5.0.0.
* Remove extra patches for 4.X.
Diffstat (limited to 'sysutils/multitail/Makefile')
-rw-r--r--sysutils/multitail/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile
index 0b916e2013bf..b882d91dd174 100644
--- a/sysutils/multitail/Makefile
+++ b/sysutils/multitail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= multitail
-PORTVERSION= 4.3.0
+PORTVERSION= 5.0.0
CATEGORIES= sysutils
MASTER_SITES= http://www.vanheusden.com/multitail/
EXTRACT_SUFX= .tgz
@@ -20,13 +20,6 @@ MAN1= multitail.1
PLIST_FILES= bin/multitail etc/multitail.conf.sample
PORTDOCS= readme.txt license.txt
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-config.c ${FILESDIR}/extra-patch-cv.c \
- ${FILESDIR}/extra-patch-stripstring.c
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \
${WRKSRC}/mt.c ${WRKSRC}/Makefile
@@ -41,4 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>