summaryrefslogtreecommitdiff
path: root/net/libnetdude/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 09:45:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 09:45:42 +0000
commit60976afc240be5f0663c49239166e5b10611735e (patch)
tree61136d831a823f8da20a05c59cca4f045acee1fc /net/libnetdude/Makefile
parent- Update to 0.7 (diff)
- Update to 0.8
- Transfer maintainership PR: ports/96425 Submitted by: Wesley Shields <wxs@csh.rit.edu> Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer)
Notes
Notes: svn path=/head/; revision=160727
Diffstat (limited to 'net/libnetdude/Makefile')
-rw-r--r--net/libnetdude/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile
index 35bf39eccda0..b6b22a2436ce 100644
--- a/net/libnetdude/Makefile
+++ b/net/libnetdude/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= libnetdude
-PORTVERSION= 0.6
-PORTREVISION= 1
+PORTVERSION= 0.8
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netdude
-MAINTAINER= yb@bashibuzuk.net
+MAINTAINER= wxs@csh.rit.edu
COMMENT= A library for manipulating libpcap/tcpdump trace files
LIB_DEPENDS= pcapnav.0:${PORTSDIR}/net/libpcapnav
@@ -22,7 +21,8 @@ USE_GNOME= glib12
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
+
+PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>