diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-09 01:48:29 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-09 01:48:29 +0800 |
commit | a2632111d1d549b7981b30e88227295ca03f0bc2 (patch) | |
tree | 5ec092c9a9fdfd183aba3d381e1b88153845fbcf /net/ntop | |
parent | 512b090da8a0ef360940205b0b6eb9850838787a (diff) | |
download | freebsd-ports-gnome-a2632111d1d549b7981b30e88227295ca03f0bc2.tar.gz freebsd-ports-gnome-a2632111d1d549b7981b30e88227295ca03f0bc2.tar.zst freebsd-ports-gnome-a2632111d1d549b7981b30e88227295ca03f0bc2.zip |
- Remove ASDATA knob as it is no longer applicable.
My initial testing was flawed so I missed this.
PR: ports/135377
Submitted by: Keith Gaughan <kmgaughan@eircom.net>
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 10 | ||||
-rw-r--r-- | net/ntop/pkg-plist | 1 |
2 files changed, 1 insertions, 10 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index bf4636a0a57b..f8b17838a05d 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntop PORTVERSION= 3.3.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -51,13 +52,11 @@ USE_RC_SUBR= ntop.sh ## WITH_LOCALE: Enable locale (i18n) support. ## WITH_PCAP_PORT: Use libpcap from ports. ## WITH_XMLDUMP: Enable XML Dump support. -## WITH_ASDATA: Install AS data. ## WITHOUT_TCPWRAPPER: Disable TCP wrapper support. ## OPTIONS= LOCALE "Enable locale (i18n) support." Off \ PCAP_PORT "Use libpcap from ports." Off \ XMLDUMP "Enable XML Dump support." Off \ - ASDATA "Install AS data." Off \ TCPWRAPPER "Enable TCP wrapper support" On .include <bsd.port.pre.mk> @@ -87,13 +86,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/libxml2 \ -I${LOCALBASE}/include/glib-2.0" .endif -.if defined(WITH_ASDATA) -INSTALL_TARGET+= install install-data-as -PLIST_SUB+= ASDATA="" -.else -PLIST_SUB+= ASDATA="@comment " -.endif - post-extract: @${RM} ${WRKSRC}/configureextra/FREEBSD diff --git a/net/ntop/pkg-plist b/net/ntop/pkg-plist index f838159229c9..b1dcf7cd8f23 100644 --- a/net/ntop/pkg-plist +++ b/net/ntop/pkg-plist @@ -1,5 +1,4 @@ bin/ntop -%%ASDATA%%etc/ntop/AS-list.txt.gz etc/ntop/etter.finger.os.gz etc/ntop/ntop-cert.pem etc/ntop/oui.txt.gz |