aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-22 18:05:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-22 18:05:04 +0000
commitf45d0a8198e01f9de3159f120af98857c70773c1 (patch)
tree5ccc149311d24585961d9a2cf90f90b5de162a2d /net-mgmt
parenta14ce15e349663b36e082c2a46c21adc66d82376 (diff)
downloadports-f45d0a8198e01f9de3159f120af98857c70773c1.tar.gz
ports-f45d0a8198e01f9de3159f120af98857c70773c1.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/jnettop/Makefile2
-rw-r--r--net-mgmt/p5-Nagios-Plugin/Makefile2
-rw-r--r--net-mgmt/tcptrack/Makefile2
-rw-r--r--net-mgmt/whatmask/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile
index 7259162db6b6..26c310065594 100644
--- a/net-mgmt/jnettop/Makefile
+++ b/net-mgmt/jnettop/Makefile
@@ -15,13 +15,13 @@ GNU_CONFIGURE= yes
USES= pkgconfig
USE_GNOME= glib20
USE_GMAKE= yes
+NO_STAGE= yes
LICENSE= GPLv2
CONFIGURE_ARGS= --prefix=${PREFIX}
.if defined(WITH_DAG)
-NO_STAGE= yes
post-configure:
${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
.endif
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile
index 5c790e6510ac..39c5037a2525 100644
--- a/net-mgmt/p5-Nagios-Plugin/Makefile
+++ b/net-mgmt/p5-Nagios-Plugin/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_STAGE= yes
MAN3= Nagios::Plugin.3 \
Nagios::Plugin::Config.3 \
@@ -32,7 +33,6 @@ MAN3= Nagios::Plugin.3 \
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
-NO_STAGE= yes
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
diff --git a/net-mgmt/tcptrack/Makefile b/net-mgmt/tcptrack/Makefile
index 169e4f35d96f..6f398015308c 100644
--- a/net-mgmt/tcptrack/Makefile
+++ b/net-mgmt/tcptrack/Makefile
@@ -12,12 +12,12 @@ COMMENT= Packet sniffer which displays TCP information like top(1)
GNU_CONFIGURE= yes
+NO_STAGE= yes
PLIST_FILES= bin/tcptrack
MAN1= tcptrack.1
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO
.if !defined(NOPORTDOCS)
-NO_STAGE= yes
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile
index 64d2e435f42e..248e57d6a497 100644
--- a/net-mgmt/whatmask/Makefile
+++ b/net-mgmt/whatmask/Makefile
@@ -13,11 +13,11 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
+NO_STAGE= yes
MAN1= whatmask.1
DOCS= AUTHORS ChangeLog README
.if !defined(NOPORTDOCS)
-NO_STAGE= yes
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}