diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 09:44:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 09:44:44 +0000 |
commit | 0c15865355229c7fcf5e2f5e8c87a912f063de7d (patch) | |
tree | 19917327a63c3b09bb3dfd1283974a9c6a91d0ee /net/libpcapnav/Makefile | |
parent | 8572b975bc17a32fce243cb60363ba44041a10e1 (diff) |
Notes
Diffstat (limited to 'net/libpcapnav/Makefile')
-rw-r--r-- | net/libpcapnav/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libpcapnav/Makefile b/net/libpcapnav/Makefile index 70320e78b531..c3e5cc2e5978 100644 --- a/net/libpcapnav/Makefile +++ b/net/libpcapnav/Makefile @@ -6,18 +6,17 @@ # PORTNAME= libpcapnav -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude -MAINTAINER= yb@bashibuzuk.net +MAINTAINER= wxs@csh.rit.edu COMMENT= A libpcap wrapper library CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|DOC_MODULE = pcapnav|DOC_MODULE =|' \ |