aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
commitf935a609c53c5c6031e6848db95c7debed127e27 (patch)
tree4c3cf6af6588247c0dd3f92f9601357c33c56217 /net-mgmt
parent703b5eb18b542fec0e78704ada72142cd2b33175 (diff)
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpalert/Makefile2
-rw-r--r--net-mgmt/bwm-ng/Makefile1
-rw-r--r--net-mgmt/darkstat/Makefile1
-rw-r--r--net-mgmt/gsnmp/Makefile1
-rw-r--r--net-mgmt/kismet/Makefile2
-rw-r--r--net-mgmt/pktstat/Makefile1
-rw-r--r--net-mgmt/rancid-devel/Makefile8
-rw-r--r--net-mgmt/scli/Makefile1
-rw-r--r--net-mgmt/sipcalc/Makefile1
-rw-r--r--net-mgmt/softflowd/Makefile1
10 files changed, 5 insertions, 14 deletions
diff --git a/net-mgmt/arpalert/Makefile b/net-mgmt/arpalert/Makefile
index 46a2a4b6bbb8..aa646adae0da 100644
--- a/net-mgmt/arpalert/Makefile
+++ b/net-mgmt/arpalert/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= leeym@FreeBSD.org
COMMENT= ARP traffic monitoring
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=/var --mandir=${PREFIX}/man
+CONFIGURE_ARGS= --localstatedir=/var
ALL_TARGET= ${PORTNAME}
USE_GETOPT_LONG=yes
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile
index e30b6ed0cbb8..062e9d99bb62 100644
--- a/net-mgmt/bwm-ng/Makefile
+++ b/net-mgmt/bwm-ng/Makefile
@@ -21,6 +21,5 @@ MAN1= bwm-ng.1
PLIST_FILES= bin/bwm-ng
CONFIGURE_ENV= LIBS="`pkg-config --libs libstatgrab`"
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man
.include <bsd.port.mk>
diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile
index 8497eff8fe33..a9b77f1812fb 100644
--- a/net-mgmt/darkstat/Makefile
+++ b/net-mgmt/darkstat/Makefile
@@ -16,7 +16,6 @@ COMMENT= Network statistics gatherer and reporter
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= darkstat.1
DOCS= AUTHORS INSTALL README THANKS
diff --git a/net-mgmt/gsnmp/Makefile b/net-mgmt/gsnmp/Makefile
index 7a2eea9f7080..d5cd047ab74b 100644
--- a/net-mgmt/gsnmp/Makefile
+++ b/net-mgmt/gsnmp/Makefile
@@ -19,7 +19,6 @@ LIB_DEPENDS= gnet:${PORTSDIR}/net/gnet2
USE_GNOME= gnomehack glib20
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
USE_LDCONFIG= yes
MAN1= gsnmp-get.1
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile
index c09c4bf160b9..561dda9dbba2 100644
--- a/net-mgmt/kismet/Makefile
+++ b/net-mgmt/kismet/Makefile
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS+= --enable-syspcap --mandir=${MANPREFIX}/man
+CONFIGURE_ARGS+= --enable-syspcap
OPTIONS= CURSES "libcurses interface" on \
PANEL "libpanels interface" on \
diff --git a/net-mgmt/pktstat/Makefile b/net-mgmt/pktstat/Makefile
index 926aaba3b822..2df09374183c 100644
--- a/net-mgmt/pktstat/Makefile
+++ b/net-mgmt/pktstat/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Network traffic viewer
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile
index 5a74a103b725..034a6f746eaf 100644
--- a/net-mgmt/rancid-devel/Makefile
+++ b/net-mgmt/rancid-devel/Makefile
@@ -23,13 +23,11 @@ RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \
USE_PERL5= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= \
- --prefix=${PREFIX}/ \
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= \
--localstatedir=${PREFIX}/var/${PORTNAME}/ \
--bindir=${PREFIX}/libexec/${PORTNAME}/ \
- --sysconfdir=${PREFIX}/etc/${PORTNAME}/ \
- --mandir=${PREFIX}/man
+ --sysconfdir=${PREFIX}/etc/${PORTNAME}/
MAN1= alogin.1 blogin.1 cat5rancid.1 clogin.1 control_rancid.1 \
cssrancid.1 elogin.1 erancid.1 f10rancid.1 flogin.1 fnrancid.1 \
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile
index 605f2fdec223..6367411ac088 100644
--- a/net-mgmt/scli/Makefile
+++ b/net-mgmt/scli/Makefile
@@ -17,7 +17,6 @@ COMMENT= A collection of SNMP command line management tools
LIB_DEPENDS= gsnmp:${PORTSDIR}/net-mgmt/gsnmp
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${PREFIX}/man --infodir=${PREFIX}/info
USE_GMAKE= yes
USE_GNOME= libxml2
diff --git a/net-mgmt/sipcalc/Makefile b/net-mgmt/sipcalc/Makefile
index c1d9e8bfee98..cf4dbf9ed617 100644
--- a/net-mgmt/sipcalc/Makefile
+++ b/net-mgmt/sipcalc/Makefile
@@ -16,7 +16,6 @@ COMMENT= Sipcalc is an IP subnet calculator with IPv6 support
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= "--mandir=${PREFIX}/man"
MAN1= sipcalc.1
DOC_FILES= doc/sipcalc.txt ChangeLog README
diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile
index 892ba6f10eb0..5fcee6d889e7 100644
--- a/net-mgmt/softflowd/Makefile
+++ b/net-mgmt/softflowd/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Softflowd is flow-based network traffic analyser with export
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= "--mandir=${PREFIX}/man"
USE_GMAKE= yes
PLIST_FILES= sbin/softflowd sbin/softflowctl
MAN8= softflowd.8 softflowctl.8