diff options
336 files changed, 485 insertions, 765 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile index 98a1edef4d4d..d901073c6b99 100644 --- a/net-mgmt/2ping/Makefile +++ b/net-mgmt/2ping/Makefile @@ -20,4 +20,5 @@ USES= perl5 MAN8= 2ping.8 2ping6.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/TkTopNetFlows/Makefile b/net-mgmt/TkTopNetFlows/Makefile index 4ecfde26e46d..3b060dd5fbf0 100644 --- a/net-mgmt/TkTopNetFlows/Makefile +++ b/net-mgmt/TkTopNetFlows/Makefile @@ -23,6 +23,7 @@ PORTDOCS= * PLIST_SUB= PORTVERSION=${PORTVERSION} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/TkTopNetFlows.tcl ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/TkTopNetFlowsHist.tcl ${PREFIX}/bin diff --git a/net-mgmt/aggregate/Makefile b/net-mgmt/aggregate/Makefile index 384c3e0c57f9..e64b335bd796 100644 --- a/net-mgmt/aggregate/Makefile +++ b/net-mgmt/aggregate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aggregate -# Date created: 16 Feb 2001 -# Whom: jabley -# +# Created by: jabley # $FreeBSD$ -# PORTNAME= aggregate PORTVERSION= 1.6 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/aggregate bin/aggregate-ios MAN1= aggregate.1 aggregate-ios.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index 5ea4b47670fa..624469e6c8aa 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Aircrack-ng -# Date created: 2006-05-25 -# Whom: Lars Engels <lars.engels@0x20.net> -# +# Created by: Lars Engels <lars.engels@0x20.net> # $FreeBSD$ -# PORTNAME= aircrack-ng DISTVERSION= 1.1 @@ -35,6 +31,7 @@ PLIST_FILES= bin/aircrack-ng bin/airdecap-ng bin/airdecloak-ng \ OPTIONS_DEFINE= SQLITE SQLITE_DESC= Use SQLite for storing pre-computed key tables +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile index 8ce2995a7bc3..336d583bcb2c 100644 --- a/net-mgmt/airport/Makefile +++ b/net-mgmt/airport/Makefile @@ -35,6 +35,7 @@ SUB_FILES= airport.sh DATADIR= ${JAVASHAREDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*jar ${DATADIR} diff --git a/net-mgmt/angst/Makefile b/net-mgmt/angst/Makefile index 47931099a337..9ce61c24d688 100644 --- a/net-mgmt/angst/Makefile +++ b/net-mgmt/angst/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: angst -# Date created: Dec 4, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= angst PORTVERSION= 0.4b @@ -24,6 +19,7 @@ PLIST_FILES= sbin/angst LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's,^(CC|CFLAGS).*,#&,; \ diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 335c1ccb6b8b..d85fb1a4ca7a 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -18,6 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lintl -L${LOCALBASE}/lib MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/net-mgmt/argus-monitor/Makefile b/net-mgmt/argus-monitor/Makefile index fa8da1f5c178..13cb80b8aa85 100644 --- a/net-mgmt/argus-monitor/Makefile +++ b/net-mgmt/argus-monitor/Makefile @@ -32,6 +32,7 @@ OPTIONS_DEFAULT=GD QPAGE_DESC= qpage support FPING_DESC= fping support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MQPAGE} diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index 49b9db47005b..ca1e28f2a7cf 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFAULT=MANPAGES MYSQL SASL USES= bison ncurses perl5 USE_CSTD= gnu89 +NO_STAGE= yes .include <bsd.port.options.mk> GNU_CONFIGURE= true diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile index 838a346ff938..bb277e1a67d1 100644 --- a/net-mgmt/argus3/Makefile +++ b/net-mgmt/argus3/Makefile @@ -19,6 +19,7 @@ OPTIONS_DEFAULT=SASL MANPAGES USE_RC_SUBR= argus +NO_STAGE= yes .include <bsd.port.options.mk> USES= bison perl5 diff --git a/net-mgmt/arpalert/Makefile b/net-mgmt/arpalert/Makefile index 8f22cb82c854..308fc6417c31 100644 --- a/net-mgmt/arpalert/Makefile +++ b/net-mgmt/arpalert/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpalert -# Date created: 11 May 2006 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= arpalert PORTVERSION= 2.0.12 @@ -19,4 +15,5 @@ ALL_TARGET= ${PORTNAME} MAN8= arpalert.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile index 8af6a1efedee..5e2eca7ab25b 100644 --- a/net-mgmt/arpscan/Makefile +++ b/net-mgmt/arpscan/Makefile @@ -19,4 +19,5 @@ CONFIGURE_ARGS=--with-libdnet=${LOCALBASE} PLIST_FILES= bin/arpscan +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index 6c8483feb1b4..ee1ab8ca6378 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/arpwatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpwatch -# Date created: March 24 1997 -# Whom: Brian Somers <brian@FreeBSD.org> -# +# Created by: Brian Somers <brian@FreeBSD.org> # $FreeBSD$ -# PORTNAME= arpwatch PORTVERSION= 2.1.a15 @@ -31,6 +27,7 @@ USE_RC_SUBR= arpwatch MAKE_ARGS= ARPDIR=${ARPDIR} .endif +NO_STAGE= yes post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index 4324c987ead6..fdacabf3f4a8 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -20,6 +20,7 @@ MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ artsasagg.l artsportms.l artsportmagg.l artsintfms.l \ artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/net-mgmt/aspathtree/Makefile b/net-mgmt/aspathtree/Makefile index 98f1ef1b7ef8..e7a343ef1ae9 100644 --- a/net-mgmt/aspathtree/Makefile +++ b/net-mgmt/aspathtree/Makefile @@ -27,6 +27,7 @@ LIB_FILES= bgp-tree-changes.pl bgp-tree.pl create-homepage.pl elaborate-aspaths. DATA_FILES= 6bone.db force.as.name rirs.db DOC_FILES= DISCLAIMER readme.txt changes.txt +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's#%%PATHPERLBIN%%#${PERL5}#; \ s#%%PREFIX%%#${PREFIX}#' ${WRKSRC}/update-rtree \ diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile index 21092c23aced..895ef9f7f85b 100644 --- a/net-mgmt/bgpq/Makefile +++ b/net-mgmt/bgpq/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: bgpq -# Date created: 21 Jan 2002 -# Whom: Alexandre Snarskii <snar@paranoia.ru> -# +# Created by: Alexandre Snarskii <snar@paranoia.ru> # $FreeBSD$ PORTNAME= bgpq @@ -18,6 +15,7 @@ PLIST_FILES= bin/bgpq GNU_CONFIGURE= yes +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/bgpq diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile index d42a0432072d..d3e95dedee07 100644 --- a/net-mgmt/bgpq3/Makefile +++ b/net-mgmt/bgpq3/Makefile @@ -16,4 +16,5 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/bigsister/Makefile b/net-mgmt/bigsister/Makefile index d8b6dd69ff72..bcf87cebe7cd 100644 --- a/net-mgmt/bigsister/Makefile +++ b/net-mgmt/bigsister/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: bigsister -# Date created: 25 March 2004 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bigsister PORTVERSION= 1.02 @@ -41,6 +37,7 @@ CONFIGURE_ARGS= \ --with-url=${BS_URL} \ --with-user=${BS_USER} +NO_STAGE= yes pre-install: @${SETENV} PKG_PREFIX=${PREFIX}/${PORTNAME} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL diff --git a/net-mgmt/bpft/Makefile b/net-mgmt/bpft/Makefile index a91286588557..4bdf5f4cea9f 100644 --- a/net-mgmt/bpft/Makefile +++ b/net-mgmt/bpft/Makefile @@ -25,6 +25,7 @@ MANCOMPRESSED= yes MAN1= traflog.1 trafstat.1 MAN8= trafstatd.8 trafd.8 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/net-mgmt/braa/Makefile b/net-mgmt/braa/Makefile index 5211b3207ef9..09472b2f90be 100644 --- a/net-mgmt/braa/Makefile +++ b/net-mgmt/braa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: braa -# Date created: 31.05.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= braa PORTVERSION= 0.82 @@ -21,6 +17,7 @@ LDFLAGS+= -lcompat PORTDOCS= README PLIST_FILES= bin/braa +NO_STAGE= yes post-patch: .for file in Makefile @${REINPLACE_CMD} -e \ diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile index 2eee1d8ea796..ac8da6500d96 100644 --- a/net-mgmt/bsd-airtools/Makefile +++ b/net-mgmt/bsd-airtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsd-airtools -# Date created: 2002/07/06 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# +# Created by: Sean Chittenden <seanc@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bsd-airtools PORTVERSION= 0.3 @@ -22,6 +18,7 @@ INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_AIRTOOLS} WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-build: .for TOOL in ${CONF_AIRTOOLS} @cd ${WRKSRC}/${TOOL}; ${SH} ${CONFIGURE_SCRIPT}; ${MAKE} diff --git a/net-mgmt/bsnmp-jails/Makefile b/net-mgmt/bsnmp-jails/Makefile index e1656fad84a7..3e6c0db5d512 100644 --- a/net-mgmt/bsnmp-jails/Makefile +++ b/net-mgmt/bsnmp-jails/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= lib/snmp_jails.so lib/snmp_jails.so.0 \ lib/snmp_jails.a lib/snmp_jails.la \ libexec/jail-measure +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|freebsd1|freebsd1.|' \ ${WRKSRC}/configure diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile index 1ad582b94712..61d8a170475b 100644 --- a/net-mgmt/bsnmp-regex/Makefile +++ b/net-mgmt/bsnmp-regex/Makefile @@ -17,6 +17,7 @@ CPPFLAGS+= "-I${LOCALBASE}/include" OPTIONS_DEFINE= DEBUG PCRE PCRE_DESC= Use PCRE instead of the default regex library +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile index ad981d8eecb5..3cdc0bd803c4 100644 --- a/net-mgmt/bsnmp-ucd/Makefile +++ b/net-mgmt/bsnmp-ucd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsnmp-ucd -# Date created: 15 December 2007 -# Whom: Mikolaj Golub <to.my.trociny@gmail.com> -# +# Created by: Mikolaj Golub <to.my.trociny@gmail.com> # $FreeBSD$ -# PORTNAME= bsnmp-ucd PORTVERSION= 0.3.6 @@ -19,6 +15,7 @@ USE_AUTOTOOLS= libtool:env MAN8= bsnmp-ucd.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '32,32 s/^.*/#include <sys\/queue.h>/' ${WRKSRC}/snmp_ucd.h diff --git a/net-mgmt/bsnmptools/Makefile b/net-mgmt/bsnmptools/Makefile index 9645a609cf84..0adb00afcd21 100644 --- a/net-mgmt/bsnmptools/Makefile +++ b/net-mgmt/bsnmptools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsnmptools -# Date created: 28 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bsnmptools PORTVERSION= 0.0.20060818 @@ -28,6 +24,7 @@ BIN_FILES= bsnmpget bsnmpset bsnmpwalk MAN1= ${BIN_FILES:S/$/.1/} MAN3= ${PORTNAME}.3 +NO_STAGE= yes post-extract: @${CHMOD} -R u+w ${WRKSRC} @${MV} ${WRKSRC}/lib/libbsnmptools/libbsnmptools ${WRKSRC}/tlib diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile index 3677fe7ca3a3..2d5a070eec38 100644 --- a/net-mgmt/bwm-ng/Makefile +++ b/net-mgmt/bwm-ng/Makefile @@ -18,4 +18,5 @@ PLIST_FILES= bin/bwm-ng CONFIGURE_ENV= LIBS="`pkg-config --libs libstatgrab`" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 485db77905b8..52c4d60c7408 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cactid -# Date created: Feb 26 2005 -# Whom: clement@FreeBSD.org -# +# Created by: clement@FreeBSD.org # $FreeBSD$ -# PORTNAME= spine PORTVERSION= 0.8.8 @@ -24,6 +20,7 @@ USE_MYSQL= YES USE_OPENSSL= YES USE_AUTOTOOLS= libtool +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800040 diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 0c6956ff0460..dab5a56073d3 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -1,6 +1,5 @@ # Created by: Vincent Tantardini <vinc@freebsd-fr.org> # $FreeBSD$ -# PORTNAME= cacti PORTVERSION= 0.8.8b${PATCHLEVEL} @@ -43,6 +42,7 @@ PLIST_SUB+= CACTIDIR=${CACTIDIR} SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \ CACTIGROUP=${CACTIGROUP} +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete; \ ${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.orig diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile index 66a7767725cb..244820c5b50b 100644 --- a/net-mgmt/cdpd/Makefile +++ b/net-mgmt/cdpd/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cdpd -# Date created: 26 Sep 2001 -# Whom: Alexandre Snarskii <snar@paranoia.ru> -# +# Created by: Alexandre Snarskii <snar@paranoia.ru> # $FreeBSD$ PORTNAME= cdpd @@ -20,6 +17,7 @@ PLIST_FILES= sbin/cdpd MAN8= cdpd.8 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin @${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${MAN8PREFIX}/man/man8 diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile index d75a9728f128..91dfa46625fd 100644 --- a/net-mgmt/cdpr/Makefile +++ b/net-mgmt/cdpr/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cdpr -# Date created: Tue Jul 08, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= cdpr PORTVERSION= 2.2.1 @@ -18,6 +13,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lpcap DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c cdprs.c conffile.c) diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 7228ac94ef51..92f6693809d9 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -27,6 +27,7 @@ MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \ OPTIONS_DEFINE= FLOWSCAN FLOWSCAN_DESC= FlowScan patch +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFLOWSCAN} diff --git a/net-mgmt/check_logfiles/Makefile b/net-mgmt/check_logfiles/Makefile index a581b505af04..20aeef4d36fb 100644 --- a/net-mgmt/check_logfiles/Makefile +++ b/net-mgmt/check_logfiles/Makefile @@ -13,4 +13,5 @@ USE_GMAKE= yes CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/check_multi/Makefile b/net-mgmt/check_multi/Makefile index 9678e91b8449..70c8fefd0d15 100644 --- a/net-mgmt/check_multi/Makefile +++ b/net-mgmt/check_multi/Makefile @@ -23,6 +23,7 @@ PLUGIN_DIR= libexec/nagios SHEBANG_FILES= check_multi +NO_STAGE= yes do-install: -${MKDIR} ${PREFIX}/${PLUGIN_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/check_multi ${PREFIX}/${PLUGIN_DIR}/ diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile index 26e106712e1b..a248917fca24 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: check_mysql_health -# Date created: November 8, 2010 -# Whom: pgollucci@p6m7g8.com -# # $FreeBSD$ -# PORTNAME= check_mysql_health PORTVERSION= 2.1.5.1 @@ -35,4 +30,5 @@ NAGIOSDIR?= /var/spool/nagios PLIST_FILES= libexec/nagios/check_mysql_health PLIST_DIRS= libexec/nagios +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/check_snmp_pkgvuln/Makefile b/net-mgmt/check_snmp_pkgvuln/Makefile index 4dc2d4f4c0a3..276e719ae379 100644 --- a/net-mgmt/check_snmp_pkgvuln/Makefile +++ b/net-mgmt/check_snmp_pkgvuln/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: check_snmp_pkgvuln -# Date created: 2 November 2005 -# Whom: Jarrod Sayers <jarrod@netleader.com.au> -# +# Created by: Jarrod Sayers <jarrod@netleader.com.au> # $FreeBSD$ -# PORTNAME= check_snmp_pkgvuln PORTVERSION= 0.01 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= yes PLIST_SUB= NAGIOS_PLUGIN_DIR=${NAGIOS_PLUGIN_DIR} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|' ${WRKSRC}/${PORTNAME} diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index 6d092beac538..2ca19116a585 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -28,6 +28,7 @@ OPTIONS_SINGLE_RADIUS= FREERADIUS OPENRADIUS FREERADIUS_DESC=depend on FreeRADIUS OPENRADIUS_DESC=depend on OpenRADIUS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPACHE} diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile index aa3bf6fca13a..96a9c7569694 100644 --- a/net-mgmt/choparp/Makefile +++ b/net-mgmt/choparp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: choparp -# Date created: 7 October 1997 -# Whom: itojun@itojun.org -# +# Created by: itojun@itojun.org # $FreeBSD$ -# PORTNAME= choparp PORTVERSION= 20021107 @@ -20,4 +16,5 @@ MANCOMPRESSED= yes MAN8= choparp.8 PLIST_FILES= sbin/choparp +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile index ac51d15f8982..19cf287a0b2c 100644 --- a/net-mgmt/cidr/Makefile +++ b/net-mgmt/cidr/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv2 MAN1= cidr.1 PLIST_FILES= bin/cidr +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} diff --git a/net-mgmt/circe/Makefile b/net-mgmt/circe/Makefile index a5a5a905c7a7..6bbafdad4847 100644 --- a/net-mgmt/circe/Makefile +++ b/net-mgmt/circe/Makefile @@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR} OPTIONS_DEFINE= ENCRYPT ENCRYPT_DESC= Encrypt destination URL in redirection +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MENCRYPT} diff --git a/net-mgmt/cisco_conf/Makefile b/net-mgmt/cisco_conf/Makefile index 84f4147c72a1..02688c41a1fc 100644 --- a/net-mgmt/cisco_conf/Makefile +++ b/net-mgmt/cisco_conf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cisco_conf -# Date created: 27 March 2001 -# Whom: Anton Voronin <anton@urc.ac.ru> -# +# Created by: Anton Voronin <anton@urc.ac.ru> # $FreeBSD$ -# PORTNAME= cisco_conf PORTVERSION= 1.2 @@ -24,4 +20,5 @@ DOCSDIR= ${PREFIX}/share/doc/ciscoconf NO_BUILD= YES +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile index e00bc3ef450a..bcbab74b72be 100644 --- a/net-mgmt/ciscoconf/Makefile +++ b/net-mgmt/ciscoconf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ciscoconf -# Date created: 11 September 1998 -# Whom: jabley@clear.co.nz -# +# Created by: jabley@clear.co.nz # $FreeBSD$ -# PORTNAME= ciscoconf PORTVERSION= 1.1 @@ -19,6 +15,7 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend ALL_TARGET= depend all MAN8= ciscoconfd.8 ciscoconfr.8 +NO_STAGE= yes post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old diff --git a/net-mgmt/clog/Makefile b/net-mgmt/clog/Makefile index e119da6e894f..c28799c575b2 100644 --- a/net-mgmt/clog/Makefile +++ b/net-mgmt/clog/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: clog -# Date created: Tue Nov 04, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= clog PORTVERSION= 1.6 @@ -19,6 +14,7 @@ WRKSRC= ${WRKDIR}/clog ALL_TARGET= freebsd MAN8= clog.8 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8 diff --git a/net-mgmt/cnagios/Makefile b/net-mgmt/cnagios/Makefile index 1788d656f37b..997ac0c40db0 100644 --- a/net-mgmt/cnagios/Makefile +++ b/net-mgmt/cnagios/Makefile @@ -26,6 +26,7 @@ ALL_TARGET= cnagios MAN1= cnagios.1 +NO_STAGE= yes post-install: @if [ ! -f ${ETCDIR}/cnagiosrc ]; then \ ${CP} -p ${ETCDIR}/cnagiosrc.sample ${ETCDIR}/cnagiosrc ; \ diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 2519a867633a..b95c37f7596f 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -67,6 +67,7 @@ CONFLICTS= collectd-5.[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> # NOTE: Feel free to submit patches adding support for any of these diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index f9aa39de8cd6..6d2786970add 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -63,6 +63,7 @@ CONFLICTS= collectd-4.[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> # NOTE: Plugins without dependencies are defined further down. diff --git a/net-mgmt/confregdecode/Makefile b/net-mgmt/confregdecode/Makefile index 4352188f2b1f..fc0edd56c4fd 100644 --- a/net-mgmt/confregdecode/Makefile +++ b/net-mgmt/confregdecode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: The cisco Systems IOS(tm) config register decoder -# Date created: 24 May 2001 -# Whom: Joe Clarke <marcus@marcuscom.com> -# +# Created by: Joe Clarke <marcus@marcuscom.com> # $FreeBSD$ -# PORTNAME= confregdecode PORTVERSION= 1.2.1 @@ -21,6 +17,7 @@ MAKE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= confregdecode +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/confregdecode.jar ${DATADIR} diff --git a/net-mgmt/coovachilli/Makefile b/net-mgmt/coovachilli/Makefile index 715e26b1bc01..bcf0dcd496f7 100644 --- a/net-mgmt/coovachilli/Makefile +++ b/net-mgmt/coovachilli/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CoovaChilli -# Date created: 24 December 2006 -# Whom: Sevan Janiyan <venture37@geeklan.co.uk> -# +# Created by: Sevan Janiyan <venture37@geeklan.co.uk> # $FreeBSD$ -# PORTNAME= coovachilli PORTVERSION= 1.0.12 @@ -30,6 +26,7 @@ USE_PERL5= build USE_LDCONFIG= yes USE_RC_SUBR= coovachilli +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} diff --git a/net-mgmt/cowpatty/Makefile b/net-mgmt/cowpatty/Makefile index 2a2e909226e4..d0bb29225c0c 100644 --- a/net-mgmt/cowpatty/Makefile +++ b/net-mgmt/cowpatty/Makefile @@ -19,6 +19,7 @@ USE_OPENSSL= yes PLIST_FILES= bin/cowpatty bin/genpmk +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index 7d9f51c86e95..28425b76775a 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -25,6 +25,7 @@ SUB_FILES= pkg-message USERS= cricket GROUPS= www +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile index 501afe9ce1ad..1c788a130203 100644 --- a/net-mgmt/darkstat/Makefile +++ b/net-mgmt/darkstat/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= sbin/darkstat OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/net-mgmt/devmon-templates/Makefile b/net-mgmt/devmon-templates/Makefile index 6f74799aaf63..f55499b24b15 100644 --- a/net-mgmt/devmon-templates/Makefile +++ b/net-mgmt/devmon-templates/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= devmon>0:${PORTSDIR}/net-mgmt/devmon NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL} -d ${PREFIX}/devmon/templates/ (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${PREFIX}/devmon/templates/) diff --git a/net-mgmt/devmon/Makefile b/net-mgmt/devmon/Makefile index 83a3f474fc14..ed1254c09f89 100644 --- a/net-mgmt/devmon/Makefile +++ b/net-mgmt/devmon/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= MYSQL REINPLACE_ARGS= -i '' +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/net-mgmt/dhcdrop/Makefile b/net-mgmt/dhcdrop/Makefile index 1f3af5e84e32..7572bda2ceb0 100644 --- a/net-mgmt/dhcdrop/Makefile +++ b/net-mgmt/dhcdrop/Makefile @@ -23,6 +23,7 @@ PLIST_DIRSTRY= man/ru/man8 man/ru OPTIONS_DEFINE= STATIC STATIC_DESC= Build a static version of dhcdrop +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSTATIC} diff --git a/net-mgmt/disco/Makefile b/net-mgmt/disco/Makefile index c08d38eb3e33..d1d98951f74b 100644 --- a/net-mgmt/disco/Makefile +++ b/net-mgmt/disco/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: disco -# Date created: 08.06.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= disco PORTVERSION= 1.2 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README PLIST_FILES= bin/disco bin/disco.fp +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index ab7d3871028a..3d82e62b2923 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -19,6 +19,7 @@ USES= bison PLIST_SUB= MIBS=share/snmp/mibs +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile index 77fd386c129d..598b37c9f7b5 100644 --- a/net-mgmt/driftnet/Makefile +++ b/net-mgmt/driftnet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: driftnet -# Date created: 28 February 2002 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# +# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> # $FreeBSD$ -# PORTNAME= driftnet PORTVERSION= 0.1.6 @@ -28,6 +24,7 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" MAN1= driftnet.1 PLIST_FILES= bin/driftnet +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/driftnet ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/driftnet.1 ${MAN1PREFIX}/man/man1/ diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile index 3731650eabfc..15c1bbe6ccdb 100644 --- a/net-mgmt/echolot/Makefile +++ b/net-mgmt/echolot/Makefile @@ -21,6 +21,7 @@ MAN1= echolot.1 PORTDOCS= * PLIST_FILES= bin/echolot +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/net-mgmt/ehnt/Makefile b/net-mgmt/ehnt/Makefile index 609fc8706cce..e44c2cf43835 100644 --- a/net-mgmt/ehnt/Makefile +++ b/net-mgmt/ehnt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ehnt -# Date created: 2 August 2001 -# Whom: marck@rinet.ru -# +# Created by: marck@rinet.ru # $FreeBSD$ -# PORTNAME= ehnt PORTVERSION= 0.3 @@ -23,6 +19,7 @@ PORTDOCS= README MAN1= ehnt.1 MAN8= ehntserv.8 +NO_STAGE= yes post-extract: ${TOUCH} ${WRKSRC}/asnc.txt diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 62287bd6c0f6..6f5e7b6a9ada 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -19,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= etherape.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 16eaf1ea2ab1..a54ede459a22 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -40,6 +40,7 @@ MAN8= ettercap.8 ettercap_curses.8 etterfilter.8 etterlog.8 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/net-mgmt/ezradius/Makefile b/net-mgmt/ezradius/Makefile index 2b0474491bda..9e9c94bbfe8c 100644 --- a/net-mgmt/ezradius/Makefile +++ b/net-mgmt/ezradius/Makefile @@ -19,6 +19,7 @@ USE_MYSQL= yes USE_PHP= mysql session xml WANT_PHP_WEB= yes +NO_STAGE= yes do-install: @${MKDIR} ${WWWDIR} @cd ${WRKSRC} && \ diff --git a/net-mgmt/fetchconfig/Makefile b/net-mgmt/fetchconfig/Makefile index 3f6525aa3d6c..f0a02d9e75f0 100644 --- a/net-mgmt/fetchconfig/Makefile +++ b/net-mgmt/fetchconfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fetchconfig -# Date created: 21 December 2008 -# Whom: salexanov@gmail.com -# +# Created by: salexanov@gmail.com # $FreeBSD$ -# PORTNAME= fetchconfig PORTVERSION= 0.22 @@ -30,6 +26,7 @@ MODULES= model/Abstract.pm model/CiscoCAT.pm model/CiscoIOS.pm \ model/CiscoPIX.pm model/JunOS.pm model/TellabsMSR.pm PORTDOCS= CHANGES README device_table.example +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/${PORTNAME}.pl diff --git a/net-mgmt/flow-extract/Makefile b/net-mgmt/flow-extract/Makefile index 3ebdd21f9035..646e2a573b50 100644 --- a/net-mgmt/flow-extract/Makefile +++ b/net-mgmt/flow-extract/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flow-extract -# Date created: 2003 Mar 14 -# Whom: Marcin Cieslak <saper@system.pl> -# +# Created by: Marcin Cieslak <saper@system.pl> # $FreeBSD$ -# PORTNAME= flow-extract PORTVERSION= 2.61 @@ -29,6 +25,7 @@ PLIST_FILES= bin/flow-extract CFLAGS+= -I${LOCALBASE}/include LDFLAGS= ${LOCALBASE}/lib/libft.a -lz +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${MANPREFIX}/man/man1 diff --git a/net-mgmt/flow-tools-ng/Makefile b/net-mgmt/flow-tools-ng/Makefile index c2670f4cf8f4..143564265ee0 100644 --- a/net-mgmt/flow-tools-ng/Makefile +++ b/net-mgmt/flow-tools-ng/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flow-tools -# Date created: 2000 Jul 25 -# Whom: @BABOLO <.@babolo.ru> -# +# Created by: @BABOLO <.@babolo.ru> # $FreeBSD$ -# PORTNAME= flow-tools PORTVERSION= 0.68.5.1 @@ -69,6 +65,7 @@ CONFIGURE_ARGS+=--with-openssl="${OPENSSLBASE}" CONFIGURE_ARGS+=--without-openssl .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD}\ -e 's|@sysconfdir@/sym/|${PREFIX}/share/flow-tools/|' \ diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile index 40a552258f1c..9f26b8b6db4a 100644 --- a/net-mgmt/flow-tools/Makefile +++ b/net-mgmt/flow-tools/Makefile @@ -46,6 +46,7 @@ FLOW_CAPTURE_UID= 174 FLOW_CAPTURE_GID= 174 FLOW_CAPTURE_PIDDIR= ${VARDIR}/run/flow-capture +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPGSQL} diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index 547dd312c214..4d3da7949775 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -28,6 +28,7 @@ FLOWD_USER= _flowd USERS= ${FLOWD_USER} GROUPS= ${FLOWD_USER} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPERL} diff --git a/net-mgmt/flowviewer/Makefile b/net-mgmt/flowviewer/Makefile index c24fb2d7401f..dcd7c81e483b 100644 --- a/net-mgmt/flowviewer/Makefile +++ b/net-mgmt/flowviewer/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: flowviewer -# Date created: Oct 15, 2006 -# Whom: Alex Samorukov, samm@os2.kiev.ua -# +# Created by: Alex Samorukov, samm@os2.kiev.ua # $FreeBSD$ PORTNAME= flowviewer @@ -34,6 +31,7 @@ NO_BUILD= yes PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s|%%PREFIX%%|${PREFIX}|" \ diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile index 9f22c83f1127..2e2bd008a4d8 100644 --- a/net-mgmt/fprobe/Makefile +++ b/net-mgmt/fprobe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fprobe -# Date created: 03.06.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= fprobe PORTVERSION= 1.1 @@ -23,6 +19,7 @@ USE_RC_SUBR= fprobe MAN8= fprobe.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure diff --git a/net-mgmt/fruity/Makefile b/net-mgmt/fruity/Makefile index f1a36598da0e..13c1a00c5f45 100644 --- a/net-mgmt/fruity/Makefile +++ b/net-mgmt/fruity/Makefile @@ -22,6 +22,7 @@ USE_MYSQL= yes SUB_LIST+= REQ_MYSQL=mysql USE_PHP= mysql session dba pcre +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile index ce1f6fdef4b4..5d6a83d941df 100644 --- a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile +++ b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glpi-plugins-fusioninventory-server -# Date created: 2011-02-18 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= server PORTVERSION= ${GLPI_VER}.${FUNV_VER} @@ -34,6 +30,7 @@ SNMP_DESC= SNMP support OPTIONS_DEFAULT=INVENTORY +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MINVENTORY} diff --git a/net-mgmt/glpi-plugins-tracker-agent/Makefile b/net-mgmt/glpi-plugins-tracker-agent/Makefile index 3dd09e5b09f6..10ce930f248a 100644 --- a/net-mgmt/glpi-plugins-tracker-agent/Makefile +++ b/net-mgmt/glpi-plugins-tracker-agent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glpi-plugins-tracker-agent -# Date created: 01 November 2009 -# Whom: ddurieux <d.durieux@siprossii.com> -# +# Created by: ddurieux <d.durieux@siprossii.com> # $FreeBSD$ -# PORTNAME= agent DISTVERSION= 1.5.3 @@ -31,6 +27,7 @@ CPIOARGS= --quiet -pdum TRACKERAGENTDIR?= share/tracker_agent +NO_STAGE= yes .include <bsd.port.pre.mk> post-configure: diff --git a/net-mgmt/glpi-plugins-tracker-server/Makefile b/net-mgmt/glpi-plugins-tracker-server/Makefile index a707514c1c2a..65da20e9deca 100644 --- a/net-mgmt/glpi-plugins-tracker-server/Makefile +++ b/net-mgmt/glpi-plugins-tracker-server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glpi-plugins-tracker-server -# Date created: 31 October 2009 -# Whom: ddurieux <d.durieux@siprossii.com> -# +# Created by: ddurieux <d.durieux@siprossii.com> # $FreeBSD$ -# PORTNAME= server DISTVERSION= 2.1.3 @@ -27,6 +23,7 @@ CPIOARGS= --quiet -pdum -R GLPIPLUGINDIR?= www/glpi/plugins/tracker +NO_STAGE= yes .include <bsd.port.pre.mk> post-configure: diff --git a/net-mgmt/gps/Makefile b/net-mgmt/gps/Makefile index eeb5278db019..86e180dfadac 100644 --- a/net-mgmt/gps/Makefile +++ b/net-mgmt/gps/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: gps -# Date created: Nov 25, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gps PORTVERSION= 0.9.3 @@ -23,6 +18,7 @@ USE_GMAKE= yes LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/net-mgmt/grepcidr/Makefile b/net-mgmt/grepcidr/Makefile index 0fbf0ae6804e..0ebb487d2232 100644 --- a/net-mgmt/grepcidr/Makefile +++ b/net-mgmt/grepcidr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: grepcidr -# Date created: 2005-04-24 -# Whom: Douglas Fraser <doug@idmf.net> -# +# Created by: Douglas Fraser <doug@idmf.net> # $FreeBSD$ -# PORTNAME= grepcidr PORTVERSION= 1.3 @@ -17,6 +13,7 @@ COMMENT= Filter IP addresses matching IPv4 CIDR/network specification PLIST_FILES= bin/grepcidr +NO_STAGE= yes do-configure: @${REINPLACE_CMD} \ -e 's|/usr/local/bin|${PREFIX}/bin|' \ diff --git a/net-mgmt/grepip/Makefile b/net-mgmt/grepip/Makefile index a0f66bfae5dd..2a14cfafe425 100644 --- a/net-mgmt/grepip/Makefile +++ b/net-mgmt/grepip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: grepip -# Date created: 2 Nov 2005 -# Whom: Serge Maslov <serge@maslov.biz> -# +# Created by: Serge Maslov <serge@maslov.biz> # $FreeBSD$ -# PORTNAME= grepip PORTVERSION= 1.0 @@ -20,6 +16,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre PLIST_FILES= bin/grepip PORTDOCS= README.txt +NO_STAGE= yes do-build: cd ${WRKSRC}; \ ${CC} ${CFLAGS} -c patricia.c; \ diff --git a/net-mgmt/gsnmp/Makefile b/net-mgmt/gsnmp/Makefile index ddae6542f046..d8f921fa4781 100644 --- a/net-mgmt/gsnmp/Makefile +++ b/net-mgmt/gsnmp/Makefile @@ -21,4 +21,5 @@ USE_LDCONFIG= yes MAN1= gsnmp-get.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/hastmon/Makefile b/net-mgmt/hastmon/Makefile index f97834d6d1e5..a8bd2b353d73 100644 --- a/net-mgmt/hastmon/Makefile +++ b/net-mgmt/hastmon/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= sbin/hastmon \ sbin/hastmonctl \ etc/rc.d/hastmon +NO_STAGE= yes do-build: ${SETENV} ${MKCMAKE_ENV} ${MKCMAKE} -C ${WRKSRC} diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index 2596ce1638d6..8f3fb6d80767 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -23,6 +23,7 @@ USE_RC_SUBR= hawk SUB_LIST= PERL=${PERL} +NO_STAGE= yes post-patch: @${SED} -e 's#%%PREFIX%%#${PREFIX}#' \ ${WRKSRC}/daemon/hawk > ${WRKSRC}/daemon/hawk.sed diff --git a/net-mgmt/horde3-nic/Makefile b/net-mgmt/horde3-nic/Makefile index 5837a9008e9d..5c376327dc40 100644 --- a/net-mgmt/horde3-nic/Makefile +++ b/net-mgmt/horde3-nic/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: nic -# Date created: Fri Mar 16, 2007 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# +# Created by: Beech Rintoul <beech@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nic DISTVERSIONPREFIX= @@ -19,5 +15,6 @@ USE_HORDE= base pkg-message USES= gettext PORTDOCS= CHANGES CREDITS INSTALL TODO README +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include <bsd.port.mk> diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile index 9ebe22d3f3f8..5f2e5b4267e4 100644 --- a/net-mgmt/icinga/Makefile +++ b/net-mgmt/icinga/Makefile @@ -87,6 +87,7 @@ UNHANDLED_HACK_DESC= Display passive checks in unhandled queries IDOUTILS_DESC= Enable Icinga Data Objects support APACHE_DESC= Depend on Apache and install webconfig +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMBEDDED_PERL} diff --git a/net-mgmt/icmpmonitor/Makefile b/net-mgmt/icmpmonitor/Makefile index 700623c63f21..e07cac4eeb6d 100644 --- a/net-mgmt/icmpmonitor/Makefile +++ b/net-mgmt/icmpmonitor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: icmpmonitor -# Date created: 31 Jul 2001 -# Whom: nbm -# +# Created by: nbm # $FreeBSD$ -# PORTNAME= icmpmonitor PORTVERSION= 1.2 @@ -18,4 +14,5 @@ GNU_CONFIGURE= YES MAN1= icmpmonitor.1 PLIST_FILES= sbin/icmpmonitor +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/icmpquery/Makefile b/net-mgmt/icmpquery/Makefile index 607ce13aa7ae..c46c415c9cf6 100644 --- a/net-mgmt/icmpquery/Makefile +++ b/net-mgmt/icmpquery/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: icmpquery -# Date created: Jan 7 1999 -# Whom: dom@happygiraffe.net -# +# Created by: dom@happygiraffe.net # $FreeBSD$ -# PORTNAME= icmpquery PORTVERSION= 1.0.3 @@ -19,6 +15,7 @@ PLIST_FILES= bin/icmpquery NO_WRKSUBDIR= YES ALL_TARGET= icmpquery +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff --git a/net-mgmt/ifgraph/Makefile b/net-mgmt/ifgraph/Makefile index 7ccbbab4f227..f0dc445635bc 100644 --- a/net-mgmt/ifgraph/Makefile +++ b/net-mgmt/ifgraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ifgraph -# Date created: Sep 18 2003 -# Whom: Lars Thegler <lars@thegler.dk> -# +# Created by: Lars Thegler <lars@thegler.dk> # $FreeBSD$ -# PORTNAME= ifgraph PORTVERSION= 0.4.10 @@ -35,6 +31,7 @@ DOCFILES= CHANGELOG INSTALACAO INSTALL TODO LICENSE.TXT MUDANCAS SUB_FILES= crontab pkg-deinstall pkg-install pkg-message SUB_LIST= USER=${USERS} PERL=${PERL} +NO_STAGE= yes do-install: .for plfile in ${PLFILES} @ ${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ diff --git a/net-mgmt/iftop/Makefile b/net-mgmt/iftop/Makefile index 554160226dd4..5f7dee04d9b3 100644 --- a/net-mgmt/iftop/Makefile +++ b/net-mgmt/iftop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iftop -# Date created: 24 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= iftop PORTVERSION= 0.17 @@ -23,6 +19,7 @@ PORTDOCS= README .endif PLIST_FILES= bin/iftop +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure diff --git a/net-mgmt/iog/Makefile b/net-mgmt/iog/Makefile index d5972d661aed..a216a13e3e52 100644 --- a/net-mgmt/iog/Makefile +++ b/net-mgmt/iog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-mgmt/iog -# Date created: 4 May 2003 -# Whom: Larry Rosenman <ler@lerctr.org> -# +# Created by: Larry Rosenman <ler@lerctr.org> # $FreeBSD$ -# PORTNAME= iog PORTVERSION= 1.03 @@ -24,6 +20,7 @@ IOG_GROUP= www IOGDIR= ${PREFIX}/iog/iog-${PORTVERSION} +NO_STAGE= yes do-install: @PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL @${MKDIR} -m 755 ${IOGDIR} diff --git a/net-mgmt/ipacco/Makefile b/net-mgmt/ipacco/Makefile index b2d665f9a5d6..8c970d9ab2a0 100644 --- a/net-mgmt/ipacco/Makefile +++ b/net-mgmt/ipacco/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipacco -# Date created: 25 June 2006 -# Whom: Babak Farrokhi <babak@farrokhi.net> -# +# Created by: Babak Farrokhi <babak@farrokhi.net> # $FreeBSD$ -# PORTNAME= ipacco PORTVERSION= 0.2.0.1 @@ -36,6 +32,7 @@ PORTDOCS1= INSTALL.html INSTALL.txt RELNOTES.html RELNOTES.txt PORTDOCS2= README.html README.txt LICENSE CreateDB.sql .endif +NO_STAGE= yes pre-install: @${FIND} ${WRKSRC} -name '*.bak' -type f -print0 | ${XARGS} -0 ${RM} -f diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile index dd0255eaf008..19d56ec4b817 100644 --- a/net-mgmt/ipacctd/Makefile +++ b/net-mgmt/ipacctd/Makefile @@ -18,6 +18,7 @@ MAN8= ipacctd.8 MANLANG= "" ru.KOI8-R MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/net-mgmt/ipaudit/Makefile b/net-mgmt/ipaudit/Makefile index 3e174fff9cc6..7aee71bf6b24 100644 --- a/net-mgmt/ipaudit/Makefile +++ b/net-mgmt/ipaudit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipaudit -# Date created: 15 July 2003 -# Whom: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> -# +# Created by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= ipaudit PORTVERSION= 0.95 @@ -21,6 +17,7 @@ BIN= ipaudit ipstrings total MSG_FILE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes do-install: .for b in ${BIN} cd ${WRKSRC}/src && ${INSTALL_PROGRAM} $b ${PREFIX}/bin diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile index c8fcf3d9c97c..6dbe5316066f 100644 --- a/net-mgmt/ipcad/Makefile +++ b/net-mgmt/ipcad/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipcad -# Date created: 15 April 2001 -# Whom: Lev Walkin <vlm@lionet.info> -# +# Created by: Lev Walkin <vlm@lionet.info> # $FreeBSD$ -# PORTNAME= ipcad PORTVERSION= 3.7.3 @@ -24,6 +20,7 @@ MANCOMPRESSED= no MAN5= ipcad.conf.5 MAN8= ipcad.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ s|/usr/local|${PREFIX}|g; s|pthread_detach|pthread_create|g'\ diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile index 8ea12b94d411..2ee9a829714f 100644 --- a/net-mgmt/ipcalc/Makefile +++ b/net-mgmt/ipcalc/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: ipcalc -# Date created: May 21, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= ipcalc @@ -18,6 +14,7 @@ PLIST_FILES= bin/ipcalc NO_BUILD= yes USES= perl5 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile index 0bbdfc140b82..1b45e3d9ef6a 100644 --- a/net-mgmt/ipfm/Makefile +++ b/net-mgmt/ipfm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipfm -# Date Created: 4 Mar 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= ipfm PORTVERSION= 0.11.5 @@ -20,6 +16,7 @@ CONFIGURE_ARGS= --localstatedir=/var MAN5= ipfm.conf.5 MAN8= ipfm.8 +NO_STAGE= yes post-install: @${STRIP_CMD} ${PREFIX}/sbin/ipfm diff --git a/net-mgmt/ipplan/Makefile b/net-mgmt/ipplan/Makefile index 212889a7a81f..393e02d245ef 100644 --- a/net-mgmt/ipplan/Makefile +++ b/net-mgmt/ipplan/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ipplan -# Date created: 26 Nov 2004 -# Whom: Maxim Tuliuk <mt@primats.org.ua> -# +# Created by: Maxim Tuliuk <mt@primats.org.ua> # $FreeBSD$ -# PORTNAME= ipplan PORTVERSION= 4.92b @@ -39,6 +35,7 @@ USE_PHP+= pgsql USE_PHP+= snmp .endif +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 8c8fec37a4f8..3299b3aaa836 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipv6calc -# Date created: 30 January 2002 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= ipv6calc PORTVERSION= 0.94.0 @@ -21,4 +17,5 @@ PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats bin/ipv6loganon MAN8= ipv6calc.8 ipv6logconv.8 ipv6logstats.8 ipv6loganon.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/ipv6gen/Makefile b/net-mgmt/ipv6gen/Makefile index 0c10de9a05b0..81006db9968c 100644 --- a/net-mgmt/ipv6gen/Makefile +++ b/net-mgmt/ipv6gen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipv6gen -# Date created: 4 April 2005 -# Whom: Vladimir Kotal <vlada@devnull.cz> -# +# Created by: Vladimir Kotal <vlada@devnull.cz> # $FreeBSD$ -# PORTNAME= ipv6gen PORTVERSION= 1.0 @@ -22,6 +18,7 @@ USE_PERL5= run PLIST_FILES= bin/${PORTNAME} bin/check-overlap WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 \ ${WRKSRC}/ipv6gen.pl ${PREFIX}/bin/ipv6gen diff --git a/net-mgmt/ipv6mon/Makefile b/net-mgmt/ipv6mon/Makefile index 789b9bf64e04..0bbe6e286dda 100644 --- a/net-mgmt/ipv6mon/Makefile +++ b/net-mgmt/ipv6mon/Makefile @@ -28,6 +28,7 @@ PORTDOCS= README.TXT \ ipv6mon-manual.odt \ ipv6mon-manual.pdf +NO_STAGE= yes post-extract: ${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index 9a1a781b3b6b..7dc394db8862 100644 --- a/net-mgmt/irrtoolset/Makefile +++ b/net-mgmt/irrtoolset/Makefile @@ -17,4 +17,5 @@ USE_AUTOTOOLS= libtool MAN1= rtconfig.1 peval.1 rpslcheck.1 irrtoolset-errors.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/isic/Makefile b/net-mgmt/isic/Makefile index 35ec616000a0..15fb0747674c 100644 --- a/net-mgmt/isic/Makefile +++ b/net-mgmt/isic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: isic -# Date created: 25 February 2000 -# Whom: Brad Hendrickse <bradh@uunet.co.za> -# +# Created by: Brad Hendrickse <bradh@uunet.co.za> # $FreeBSD$ -# PORTNAME= isic PORTVERSION= 0.07 @@ -23,6 +19,7 @@ MAN1= isic.1 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile index df9a07ac28a0..7259162db6b6 100644 --- a/net-mgmt/jnettop/Makefile +++ b/net-mgmt/jnettop/Makefile @@ -21,6 +21,7 @@ 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/kismet/Makefile b/net-mgmt/kismet/Makefile index e92ea8107b6c..a68232186619 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -31,6 +31,7 @@ SETUID_DESC= Use privilege separation WRKSRC= ${WRKDIR}/${DISTNAME:S/a$$//} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/net-mgmt/lanmap/Makefile b/net-mgmt/lanmap/Makefile index c1216bf980dc..d9ff5a68f036 100644 --- a/net-mgmt/lanmap/Makefile +++ b/net-mgmt/lanmap/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: lanmap -# Date created: 2008-08-21 -# Whom: Bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= lanmap DISTVERSION= 2006-03-07-rev81 @@ -20,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: ${CHMOD} 755 ${WRKSRC}/configure diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile index f2bf056e3b4c..c3655a46d0ed 100644 --- a/net-mgmt/libsmi/Makefile +++ b/net-mgmt/libsmi/Makefile @@ -25,4 +25,5 @@ MAN3= libsmi.3 smi_attribute.3 smi_class.3 smi_config.3 smi_event.3 \ smi_identity.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 \ smi_render.3 smi_util.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/macroscope/Makefile b/net-mgmt/macroscope/Makefile index 30cde7be6fbf..e26bff52aa6a 100644 --- a/net-mgmt/macroscope/Makefile +++ b/net-mgmt/macroscope/Makefile @@ -24,6 +24,7 @@ USES= cmake OPTIONS_DEFINE= FIREBIRD DOCS #MYSQL OPTIONS_DEFAULT= FIREBIRD +NO_STAGE= yes .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 432ac25d8d2f..6fd4d415272b 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -20,4 +20,5 @@ CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net CPPFLAGS+= `net-snmp-config --cflags` LDFLAGS+= `net-snmp-config --libs` +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile index 8b99c294cb90..b05a44bd5f8a 100644 --- a/net-mgmt/mk-livestatus/Makefile +++ b/net-mgmt/mk-livestatus/Makefile @@ -36,6 +36,7 @@ COMMAND_FILE?= /var/spool/nagios/rw/live # perl api is really outdated, do not install! # Actual version can be found on CPAN # http://search.cpan.org/~nierlein/Monitoring-Livestatus/ +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/api/perl diff --git a/net-mgmt/mrtg-ping-probe/Makefile b/net-mgmt/mrtg-ping-probe/Makefile index 2562381300aa..e71615eaca32 100644 --- a/net-mgmt/mrtg-ping-probe/Makefile +++ b/net-mgmt/mrtg-ping-probe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mrng-cfgtg-ping-probe -# Date created: 17 Jan 2004 -# Whom: sanpei@FreeBSD.org -# +# Created by: sanpei@FreeBSD.org # $FreeBSD$ -# PORTNAME= mrtg-ping-probe PORTVERSION= 2.2.0 @@ -22,6 +18,7 @@ USES= perl5 MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PERL%%|${PERL5}|' ${WRKSRC}/${PORTNAME} @${CHMOD} +x ${WRKSRC}/${PORTNAME} diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 9779effb4866..e969cf318245 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -68,6 +68,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES IPV6 SNMPV3 PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} diff --git a/net-mgmt/mtrace/Makefile b/net-mgmt/mtrace/Makefile index d03657074985..2a02525f482d 100644 --- a/net-mgmt/mtrace/Makefile +++ b/net-mgmt/mtrace/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtrace -# Date created: 28 September 2006 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mtrace PORTVERSION= 5.2 @@ -17,6 +13,7 @@ MAN8= mtrace.8 ALL_TARGET= mtrace +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mtrace ${PREFIX}/sbin/mtrace ${INSTALL_MAN} ${WRKSRC}/mtrace.8 ${PREFIX}/man/man8 diff --git a/net-mgmt/nagcon/Makefile b/net-mgmt/nagcon/Makefile index 57c01f2fa8c5..3aaa1f32a8ef 100644 --- a/net-mgmt/nagcon/Makefile +++ b/net-mgmt/nagcon/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: nagcon -# Date created: Wed Mar 29 20:41:02 CST 2006 -# Whom: Douglas K. Rand <rand@meridian-enviro.com> -# +# Created by: Douglas K. Rand <rand@meridian-enviro.com> # $FreeBSD$ -# PORTNAME= nagcon PORTVERSION= 0.0.30 @@ -24,6 +20,7 @@ CPPFILES= utils.cpp br.cpp nc.cpp pl.cpp CFLAGS+= -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -c -o ${WRKSRC}/${CFILES:C/\.c//}.o ${WRKSRC}/${CFILES} .for f in ${CPPFILES} diff --git a/net-mgmt/nagios-certexp-plugin/Makefile b/net-mgmt/nagios-certexp-plugin/Makefile index fb0a4c79f92f..0eb5f34c6836 100644 --- a/net-mgmt/nagios-certexp-plugin/Makefile +++ b/net-mgmt/nagios-certexp-plugin/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nagios-certexp-plugin -# Date created: 2007-03-20 -# Whom: ecronin@gizmolabs.org -# +# Created by: ecronin@gizmolabs.org # $FreeBSD$ PORTNAME= nagios-certexp-plugin @@ -26,6 +23,7 @@ PLIST_DIRS= ${NAGIOS_PLUGIN_DIR} NAGIOS_PLUGIN_DIR= libexec/nagios +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_certexp.pl diff --git a/net-mgmt/nagios-check_bacula/Makefile b/net-mgmt/nagios-check_bacula/Makefile index c78f1796c6c1..fbd56df10e5a 100644 --- a/net-mgmt/nagios-check_bacula/Makefile +++ b/net-mgmt/nagios-check_bacula/Makefile @@ -23,4 +23,5 @@ CONFIGURE_ARGS= --enable-client-only \ OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/nagios-check_clamav/Makefile b/net-mgmt/nagios-check_clamav/Makefile index 43d4cf775f9d..4aa53a0ec708 100644 --- a/net-mgmt/nagios-check_clamav/Makefile +++ b/net-mgmt/nagios-check_clamav/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_clamav -# Date created: Fri 12 Jun 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= check_clamav PORTVERSION= 1.2 @@ -25,6 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-p PLIST_FILES= libexec/nagios/check_clamav +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/check_clamav \ ${PREFIX}/libexec/nagios/check_clamav diff --git a/net-mgmt/nagios-check_cpu_usage/Makefile b/net-mgmt/nagios-check_cpu_usage/Makefile index 9b4e00cb2c82..c3a2e60dcf84 100644 --- a/net-mgmt/nagios-check_cpu_usage/Makefile +++ b/net-mgmt/nagios-check_cpu_usage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_cpu_usage -# Date created: 2010-11-23 -# Whom: jamrich.majo@gmail.com -# +# Created by: jamrich.majo@gmail.com # $FreeBSD$ -# PORTNAME= nagios-check_cpu_usage PORTVERSION= 1.0 @@ -19,6 +15,7 @@ NO_BUILD= yes PLIST_DIRSTRY= libexec/nagios PLIST_FILES= libexec/nagios/check_cpu_usage +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/libexec/nagios @${INSTALL_SCRIPT} ${.CURDIR}/src/check_cpu_usage ${PREFIX}/libexec/nagios diff --git a/net-mgmt/nagios-check_email_delivery/Makefile b/net-mgmt/nagios-check_email_delivery/Makefile index 33bd70d559f6..d1727fafeaae 100644 --- a/net-mgmt/nagios-check_email_delivery/Makefile +++ b/net-mgmt/nagios-check_email_delivery/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nagios-check_email_delivery -# Date created: 9 May 2011 -# Whom: Ryan Steinmetz -# +# Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= check_email_delivery @@ -31,6 +28,7 @@ DOC_FILES= check_email_delivery.html check_email_delivery.pod \ PORTSCOUT= ignore:1 +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/net-mgmt/nagios-check_hdd_health/Makefile b/net-mgmt/nagios-check_hdd_health/Makefile index 3d6926c7b974..d98053392d45 100644 --- a/net-mgmt/nagios-check_hdd_health/Makefile +++ b/net-mgmt/nagios-check_hdd_health/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_hdd_health -# Date created: 2010-12-02 -# Whom: jamrich.majo@gmail.com -# +# Created by: jamrich.majo@gmail.com # $FreeBSD$ -# PORTNAME= nagios-check_hdd_health PORTVERSION= 1.1 @@ -18,6 +14,7 @@ RUN_DEPENDS= smartmontools>=0:${PORTSDIR}/sysutils/smartmontools NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/libexec/nagios @${INSTALL_SCRIPT} ${.CURDIR}/src/check_hdd_health ${PREFIX}/libexec/nagios diff --git a/net-mgmt/nagios-check_hp_bladechassis/Makefile b/net-mgmt/nagios-check_hp_bladechassis/Makefile index cdaaf5d9f13d..cd732a4cc024 100644 --- a/net-mgmt/nagios-check_hp_bladechassis/Makefile +++ b/net-mgmt/nagios-check_hp_bladechassis/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nagios-check_email_delivery -# Date created: 1 July 2011 -# Whom: Ryan Steinmetz -# +# Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= check_hp_bladechassis @@ -26,6 +23,7 @@ MAN8= check_hp_bladechassis.8 PLIST_FILES= libexec/nagios/check_hp_bladechassis PLIST_DIRSTRY= libexec/nagios/ +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/net-mgmt/nagios-check_kumofs/Makefile b/net-mgmt/nagios-check_kumofs/Makefile index bb91a354312b..652f2d29b6ce 100644 --- a/net-mgmt/nagios-check_kumofs/Makefile +++ b/net-mgmt/nagios-check_kumofs/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: nagios-check_kumofs -# Date created: 29 Apr 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= check_kumofs PORTVERSION= 0.20100118 @@ -21,6 +16,7 @@ RUN_DEPENDS= \ PLIST_FILES= libexec/nagios/check_kumomgr libexec/nagios/check_kumosvr +NO_STAGE= yes do-build: ${MKDIR} ${WRKSRC} .for f in check_kumomgr check_kumosvr diff --git a/net-mgmt/nagios-check_memcached_paranoid/Makefile b/net-mgmt/nagios-check_memcached_paranoid/Makefile index b65e5e1b0294..d46aaa9ecbe1 100644 --- a/net-mgmt/nagios-check_memcached_paranoid/Makefile +++ b/net-mgmt/nagios-check_memcached_paranoid/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: nagios-check_memcached_paranoid -# Date created: 29 Apr 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= check_memcached_paranoid PORTVERSION= 0.20091016 @@ -31,6 +26,7 @@ EXTRA_DEPENDS= automake>0:${PORTSDIR}/devel/automake \ libtool>0:${PORTSDIR}/devel/libtool \ gmake:${PORTSDIR}/devel/gmake +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/${FILE} ${WRKSRC} diff --git a/net-mgmt/nagios-check_mysql_slave/Makefile b/net-mgmt/nagios-check_mysql_slave/Makefile index e08d3efc0961..0390fd26bb90 100644 --- a/net-mgmt/nagios-check_mysql_slave/Makefile +++ b/net-mgmt/nagios-check_mysql_slave/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nagios-check_mysql_slave -# Date created: 15 May 2011 -# Whom: Ryan Steinmetz -# +# Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= check_mysql_slave @@ -27,6 +24,7 @@ USES= perl5 USE_PERL5= run DOC_FILES= check_mysql_slave.html check_mysql_slave.pod +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/libexec/nagios ${INSTALL_SCRIPT} ${WRKSRC}/check_mysql_slave ${PREFIX}/libexec/nagios/ diff --git a/net-mgmt/nagios-check_netsnmp/Makefile b/net-mgmt/nagios-check_netsnmp/Makefile index b5143d068fea..4fb66419a122 100644 --- a/net-mgmt/nagios-check_netsnmp/Makefile +++ b/net-mgmt/nagios-check_netsnmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_netsnmp -# Date created: 7 December 2011 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= check_netsnmp PORTVERSION= 1.0 @@ -24,6 +20,7 @@ NO_BUILD= yes PLIST_FILES= libexec/nagios/check_netsnmp %%DOCSDIR%%/check_netsnmp.html PLIST_DIRS= %%DOCSDIR%% +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${FILESDIR}/check_netsnmp ${PREFIX}/libexec/nagios ${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/nagios-check_ports/Makefile b/net-mgmt/nagios-check_ports/Makefile index e43d687f7909..5e5bf906292a 100644 --- a/net-mgmt/nagios-check_ports/Makefile +++ b/net-mgmt/nagios-check_ports/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_ports -# Date created: 13 August 2008 -# Whom: Anders Troback -# +# Created by: Anders Troback # $FreeBSD$ -# PORTNAME= check_ports PORTVERSION= 0.6.1 @@ -19,6 +15,7 @@ RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/net-mgmt/nagios-check_puppet/Makefile b/net-mgmt/nagios-check_puppet/Makefile index bd2ca3a06925..c4e56592eae3 100644 --- a/net-mgmt/nagios-check_puppet/Makefile +++ b/net-mgmt/nagios-check_puppet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_puppet -# Date created: Wed 27 May 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= check_puppet PORTVERSION= 1.3 @@ -23,6 +19,7 @@ SUB_FILES= pkg-message PLIST_FILES= bin/check_puppet +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${PREFIX}/bin/check_puppet .for man in ${MANS} diff --git a/net-mgmt/nagios-check_smartmon/Makefile b/net-mgmt/nagios-check_smartmon/Makefile index d650d55ba688..75075992857d 100644 --- a/net-mgmt/nagios-check_smartmon/Makefile +++ b/net-mgmt/nagios-check_smartmon/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nagios-check_smartmon -# Date created: 2009-07-10 -# Whom: steinex -# +# Created by: steinex # $FreeBSD$ PORTNAME= check_smartmon @@ -19,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/libexec/nagios ${INSTALL_SCRIPT} ${WRKSRC}/check_smartmon ${PREFIX}/libexec/nagios diff --git a/net-mgmt/nagios-check_tftp/Makefile b/net-mgmt/nagios-check_tftp/Makefile index f48a53b2bd0a..774431fa7ca9 100644 --- a/net-mgmt/nagios-check_tftp/Makefile +++ b/net-mgmt/nagios-check_tftp/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= libexec/nagios/check_tftp NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/check_tftp diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile index d83946b81d12..b6515676d653 100644 --- a/net-mgmt/nagios-devel/Makefile +++ b/net-mgmt/nagios-devel/Makefile @@ -46,6 +46,7 @@ NAGIOSGID= ${NAGIOSUID} NAGIOSHTMURL?= /nagios NAGIOSCGIURL?= ${NAGIOSHTMURL}/cgi-bin +NO_STAGE= yes .include <bsd.port.pre.mk> CPPFLAGS+= -I${LOCALBASE}/include -fPIC diff --git a/net-mgmt/nagios-geom/Makefile b/net-mgmt/nagios-geom/Makefile index dec96c857417..b5e18b5f5c50 100644 --- a/net-mgmt/nagios-geom/Makefile +++ b/net-mgmt/nagios-geom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-geom -# Date created: 20 August 2008 -# Whom: rea-fbsd@codelabs.ru -# +# Created by: rea-fbsd@codelabs.ru # $FreeBSD$ -# PORTNAME= geom PORTVERSION= 1.3 @@ -21,6 +17,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PATCH_STRIP= -p1 +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/libexec/nagios ${INSTALL_SCRIPT} ${WRKSRC}/check_geom ${PREFIX}/libexec/nagios diff --git a/net-mgmt/nagios-openldap-plugins/Makefile b/net-mgmt/nagios-openldap-plugins/Makefile index 1539de906021..7a04dbe57202 100644 --- a/net-mgmt/nagios-openldap-plugins/Makefile +++ b/net-mgmt/nagios-openldap-plugins/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nagios-openldap-plugins -# Date created: 26 Feb 2012 -# Whom: Ryan Steinmetz <zi@FreeBSD.org> -# +# Created by: Ryan Steinmetz <zi@FreeBSD.org> # $FreeBSD$ PORTNAME= openldap-plugins @@ -37,6 +34,7 @@ PLIST_DIRSTRY= libexec/nagios WRKSRC= ${WRKDIR}/${DISTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/init.d/|${LOCALBASE}/etc/rc.d/|g' \ -e 's|/var/run/slapd|/var/run/openldap|g' \ diff --git a/net-mgmt/nagios-pf-plugin/Makefile b/net-mgmt/nagios-pf-plugin/Makefile index 1cef39e67c74..bb04050303c4 100644 --- a/net-mgmt/nagios-pf-plugin/Makefile +++ b/net-mgmt/nagios-pf-plugin/Makefile @@ -19,6 +19,7 @@ PLIST_DIRS= ${NAGIOS_PLUGIN_DIR} SUB_FILES= pkg-message SUB_LIST= NAGIOS_PLUGIN_DIR=${NAGIOS_PLUGIN_DIR} +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You can redefine the following additional variables:" diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 3f08bf258ee8..1fad7c0f629f 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -43,6 +43,7 @@ NAGIOSCGIURL?= ${NAGIOSHTMURL}/cgi-bin NAGIOSPOLLIP?= 127.0.0.1 NAGIOSPOLLIP6?= ::1 +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS= --with-nagios-user=${NAGIOSUSER} \ diff --git a/net-mgmt/nagios-portaudit/Makefile b/net-mgmt/nagios-portaudit/Makefile index e62e6710e143..cf2ab7c0ab06 100644 --- a/net-mgmt/nagios-portaudit/Makefile +++ b/net-mgmt/nagios-portaudit/Makefile @@ -23,6 +23,7 @@ USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MPORTUPGRADE} && ! ${PORT_OPTIONS:MPORTAUDIT} && ! ${PORT_OPTIONS:MPORTAUDIT_DEVEL} diff --git a/net-mgmt/nagios-silfreed-plugins/Makefile b/net-mgmt/nagios-silfreed-plugins/Makefile index e441ad44de7e..4929788521d3 100644 --- a/net-mgmt/nagios-silfreed-plugins/Makefile +++ b/net-mgmt/nagios-silfreed-plugins/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-silfreed-plugins -# Date created: 22 Jul 2004 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nagios-silfreed-plugins PORTVERSION= 1.1 @@ -38,6 +34,7 @@ NO_WRKSUBDIR= yes NAGIOS_PLUGIN_DIR= ${PREFIX}/libexec/nagios +NO_STAGE= yes pre-everything:: .if !defined(WITH_EXPECT_TOOLS) @${ECHO_MSG} "${PORTNAME} has the following tunable option(s):" diff --git a/net-mgmt/nagios-snmp-plugins-extras/Makefile b/net-mgmt/nagios-snmp-plugins-extras/Makefile index d493b6e128b5..4372c7935f63 100644 --- a/net-mgmt/nagios-snmp-plugins-extras/Makefile +++ b/net-mgmt/nagios-snmp-plugins-extras/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-snmp-plugins-extras -# Date created: Sat 13 Jun 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= nagios-snmp-plugins-extras PORTVERSION= 1.1.2 @@ -41,6 +37,7 @@ PLIST_FILES= ${PLUGINS:S,^,libexec/nagios/,} WRKSRC= ${WRKDIR}/plugins +NO_STAGE= yes post-extract: ${SED} -i "" -e "s#/tmp/#/var/tmp/#" \ -e "s#/usr/local/nagios/libexec#${LOCALBASE}/libexec/nagios#" \ diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 43d256dc044e..b90c05f786da 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-snmp-plugins -# Date created: 19 Jul 2004 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nagios-snmp-plugins PORTVERSION= 1.2 @@ -34,6 +30,7 @@ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} # Workaround configure.in lameness. CPPFLAGS+= `net-snmp-config --cflags` +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/net-mgmt/nagios-spamd-plugin/Makefile b/net-mgmt/nagios-spamd-plugin/Makefile index 64d570cb95aa..1433c5f9bebf 100644 --- a/net-mgmt/nagios-spamd-plugin/Makefile +++ b/net-mgmt/nagios-spamd-plugin/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nagios-spamd-plugin -# Date created: 2005-10-29 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= nagios-spamd-plugin @@ -25,6 +22,7 @@ PLIST_DIRS= ${NAGIOS_PLUGIN_DIR} NAGIOS_PLUGIN_DIR= libexec/nagios +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_spamd.pl diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index a0fd923d3263..afd4fa5b2175 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -83,6 +83,7 @@ NANOSLEEP_DESC= Use nanosleep in event timing EVENT_BROKER_DESC= Enable event broker functionality UNHANDLED_HACK_DESC= Display passive checks in unhandled queries +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMBEDDED_PERL} diff --git a/net-mgmt/nagiosagent/Makefile b/net-mgmt/nagiosagent/Makefile index 2ffed50329b4..751036651d8a 100644 --- a/net-mgmt/nagiosagent/Makefile +++ b/net-mgmt/nagiosagent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: NagiosAgent -# Date created: 02 Jun 2009 -# Whom: Eugene Mychlo <myc@barev.net> -# +# Created by: Eugene Mychlo <myc@barev.net> # $FreeBSD$ -# PORTNAME= NagiosAgent PORTVERSION= 1.2.0.1 @@ -26,6 +22,7 @@ DESKTOP_ENTRIES= "NagiosAgent" "GUI client for Nagios" \ "${PREFIX}/share/pixmaps/NagiosAgent.png" \ "NagiosAgent" "Network;Qt;" false +NO_STAGE= yes do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix NagiosAgent.pro diff --git a/net-mgmt/nagiosgraph/Makefile b/net-mgmt/nagiosgraph/Makefile index ebea1408c1d4..71733c75d63a 100644 --- a/net-mgmt/nagiosgraph/Makefile +++ b/net-mgmt/nagiosgraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagiosgraph -# Date created: Wed May 3 17:26:19 MSD 2006 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= nagiosgraph PORTVERSION= 1.4.4 @@ -32,6 +28,7 @@ CFGFILES= nagiosgraph.conf nagiosgraph_de.conf nagiosgraph_es.conf nagiosgraph_f PLIST_SUB= NAGIOSWWWDIR=${NAGIOSWWWDIR} PORTNAME=${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/etc/nagiosgraph.conf .for i in ${CGIFILES} diff --git a/net-mgmt/nagiosql/Makefile b/net-mgmt/nagiosql/Makefile index 345cd1a9e5dd..d984c1b13934 100644 --- a/net-mgmt/nagiosql/Makefile +++ b/net-mgmt/nagiosql/Makefile @@ -40,6 +40,7 @@ CURL_DESC= Configure with cURL support FTP_DESC= Configure with FTP support SSH2_DESC= Configure with SSH2 support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCURL} diff --git a/net-mgmt/nagiostat/Makefile b/net-mgmt/nagiostat/Makefile index 4facd9a9093a..efb9fb41a115 100644 --- a/net-mgmt/nagiostat/Makefile +++ b/net-mgmt/nagiostat/Makefile @@ -23,6 +23,7 @@ DOC_FILES= README GPL.txt NAGIOSWWWDIR?= www/nagios PLIST_SUB+= NAGIOSWWWDIR=${NAGIOSWWWDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|%%NAGIOSTATCONFDIR%%|${PREFIX}/etc/|' \ diff --git a/net-mgmt/nagircbot/Makefile b/net-mgmt/nagircbot/Makefile index 5bb93b3c9d6f..5794f726d9d9 100644 --- a/net-mgmt/nagircbot/Makefile +++ b/net-mgmt/nagircbot/Makefile @@ -15,4 +15,5 @@ USE_RC_SUBR= nagircbot PLIST_FILES= bin/nagircbot +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/nagstamon/Makefile b/net-mgmt/nagstamon/Makefile index b3f0a437692d..9a0f82f70967 100644 --- a/net-mgmt/nagstamon/Makefile +++ b/net-mgmt/nagstamon/Makefile @@ -24,6 +24,7 @@ MAN1= nagstamon.1 WRKSRC= ${WRKDIR}/Nagstamon +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py diff --git a/net-mgmt/nagtail/Makefile b/net-mgmt/nagtail/Makefile index 9230e1aead6b..a12a2937133c 100644 --- a/net-mgmt/nagtail/Makefile +++ b/net-mgmt/nagtail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-mgmt/nagtail -# Date created: 1 June 2011 -# Whom: Ryan Steinmetz <rpsfa@rit.edu> -# +# Created by: Ryan Steinmetz <rpsfa@rit.edu> # $FreeBSD$ -# PORTNAME= nagtail PORTVERSION= 0.0.31 @@ -21,6 +17,7 @@ MAN1= nagtail.1 MANCOMPRESSED= yes PLIST_FILES= bin/nagtail +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/net-mgmt/nagvis/Makefile b/net-mgmt/nagvis/Makefile index a2d7e0384439..9691568a3125 100644 --- a/net-mgmt/nagvis/Makefile +++ b/net-mgmt/nagvis/Makefile @@ -24,6 +24,7 @@ NO_BUILD= yes USE_PHP= gd gettext mbstring session json pdo pdo_sqlite WANT_PHP_WEB= yes +NO_STAGE= yes .include <bsd.port.options.mk> WWW_OWNER?= ${WWWOWN} diff --git a/net-mgmt/nat/Makefile b/net-mgmt/nat/Makefile index 55f81e809965..af293fcf9d33 100644 --- a/net-mgmt/nat/Makefile +++ b/net-mgmt/nat/Makefile @@ -24,6 +24,7 @@ MAN1= nat.1 PLIST_FILES= bin/nat %%DATADIR%%/passlist.txt %%DATADIR%%/userlist.txt PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nat.1 ${MANPREFIX}/man/man1 diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile index f354c95a8634..50864d4fad69 100644 --- a/net-mgmt/nbtscan/Makefile +++ b/net-mgmt/nbtscan/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: nbtscan -# Date created: 22 Aug 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nbtscan PORTVERSION= 1.5.1 @@ -24,6 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a ALL_TARGET= nbtscan +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/net-mgmt/ndoutils/Makefile b/net-mgmt/ndoutils/Makefile index abcd921e2292..c3c09375d853 100644 --- a/net-mgmt/ndoutils/Makefile +++ b/net-mgmt/ndoutils/Makefile @@ -29,6 +29,7 @@ USES= perl5 USE_RC_SUBR= ndo2db SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/net-mgmt/ndpmon/Makefile b/net-mgmt/ndpmon/Makefile index fe05545dbd7e..5229575d9518 100644 --- a/net-mgmt/ndpmon/Makefile +++ b/net-mgmt/ndpmon/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFAULT= PY4SUITE_DESC= Depend on py-4suite-xml (for generating HTML) MACRESOLV_DESC= Enable MAC Manufacturer Resolution (use p5-libwww) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPY4SUITE} diff --git a/net-mgmt/nedi/Makefile b/net-mgmt/nedi/Makefile index 03e30e7adffe..41d1a02c3537 100644 --- a/net-mgmt/nedi/Makefile +++ b/net-mgmt/nedi/Makefile @@ -25,6 +25,7 @@ GD_DESC= Use GD LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes .include <bsd.port.options.mk> USE_PHP= session snmp mysql diff --git a/net-mgmt/nefu/Makefile b/net-mgmt/nefu/Makefile index fdb95c99a48c..ef408720463f 100644 --- a/net-mgmt/nefu/Makefile +++ b/net-mgmt/nefu/Makefile @@ -36,6 +36,7 @@ MAN4= nefu.conf.4 DBDIR= /var/db/nefu PLIST_FILES= bin/nefu +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 9d5d807c429d..8c77b9f088f4 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -50,6 +50,7 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+=--with-defaults .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYTHON} diff --git a/net-mgmt/netams-front/Makefile b/net-mgmt/netams-front/Makefile index a57c371fc1aa..a664637e5c40 100644 --- a/net-mgmt/netams-front/Makefile +++ b/net-mgmt/netams-front/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: netams-front -# Date created: Sun 10 May 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= netams-front PORTVERSION= 0.4 @@ -29,6 +25,7 @@ x-generate-plist: build ${FIND} . -type d | ${SORT} -r | ${SED} \ -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp +NO_STAGE= yes do-install: @cd ${WRKSRC}/www; \ for src in $$( ${FIND} . ! -name '*.orig' -a \ diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile index 986be9ae8d8a..ff299e35edb6 100644 --- a/net-mgmt/netams/Makefile +++ b/net-mgmt/netams/Makefile @@ -45,6 +45,7 @@ USERCGI= .htaccess config.cgi netams_api.pl russian.res \ IMAGES= logo_sm.jpg admintool-logo.gif showtable-logo.gif rrdgraph-logo.gif MAN8= netams.8 flowprobe.8 netamsctl.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPOSTGRESQL} diff --git a/net-mgmt/netdisco-mibs/Makefile b/net-mgmt/netdisco-mibs/Makefile index a51054a9f9e4..ecfd499353b4 100644 --- a/net-mgmt/netdisco-mibs/Makefile +++ b/net-mgmt/netdisco-mibs/Makefile @@ -12,6 +12,7 @@ COMMENT= Mibs for use with ports-mgmt/netdisco (and snmp) NO_BUILD= yes +NO_STAGE= yes .include "bsd.port.netdisco.mk" do-install: diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile index 007ed6b73068..c0adffdda651 100644 --- a/net-mgmt/netdisco/Makefile +++ b/net-mgmt/netdisco/Makefile @@ -56,6 +56,7 @@ CONFIG_FILES= netdisco.conf netdisco.crontab netdisco-topology.txt \ DOCFILES= ChangeLog doc/*.pod INSTALL README* UPGRADE +NO_STAGE= yes .include <bsd.port.pre.mk> MIBSDIR= ${PREFIX}/share/netdisco-mibs diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile index a286fc25a2d3..93dc13a478ca 100644 --- a/net-mgmt/netdot/Makefile +++ b/net-mgmt/netdot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-mgmt/netdot -# Date created: 16 January 2012 -# Whom: Nick Hilliard -# +# Created by: Nick Hilliard # $FreeBSD$ -# PORTNAME= netdot PORTVERSION= 1.0.4 @@ -57,6 +53,7 @@ SUB_LIST= WWWDIR="${WWWDIR}" \ PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL +NO_STAGE= yes .include <bsd.port.pre.mk> INSTALL_TARGET= install \ diff --git a/net-mgmt/netleak/Makefile b/net-mgmt/netleak/Makefile index 4c40268a2e70..3fba5c9b3fa6 100644 --- a/net-mgmt/netleak/Makefile +++ b/net-mgmt/netleak/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: netleak -# Date created: 1 Nov 2005 -# Whom: Vaida Bogdan -# +# Created by: Vaida Bogdan # $FreeBSD$ -# PORTNAME= netleak PORTVERSION= 0.1a @@ -32,6 +28,7 @@ MAN8= netleak.8 netleakd.8 PLIST_FILES= etc/netleak.conf etc/netleakd.conf sbin/netleak sbin/netleakd PORTDOCS= BUGS README TODO +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile index 1962f9be3f31..04069c00d95e 100644 --- a/net-mgmt/netmagis-common/Makefile +++ b/net-mgmt/netmagis-common/Makefile @@ -66,6 +66,7 @@ ALL_TARGET=nothing INSTALL_TARGET= install${PKGNAMESUFFIX} # Change "cd foo; make" into "$(MAKE) -C foo" to unbreak parallel builds +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f -name Makefile -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -E 's,cd(.+) (;|&&) make,$$(MAKE) -C\1,' diff --git a/net-mgmt/netmagis-database/Makefile b/net-mgmt/netmagis-database/Makefile index 99cecee25d1e..de3820086de0 100644 --- a/net-mgmt/netmagis-database/Makefile +++ b/net-mgmt/netmagis-database/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-detecteq/Makefile b/net-mgmt/netmagis-detecteq/Makefile index c93a7af0ab71..bafcf67251e1 100644 --- a/net-mgmt/netmagis-detecteq/Makefile +++ b/net-mgmt/netmagis-detecteq/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-metro/Makefile b/net-mgmt/netmagis-metro/Makefile index 46858ca990df..c41b682ccecb 100644 --- a/net-mgmt/netmagis-metro/Makefile +++ b/net-mgmt/netmagis-metro/Makefile @@ -13,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-servers/Makefile b/net-mgmt/netmagis-servers/Makefile index e6d564a0a65e..08297ad99274 100644 --- a/net-mgmt/netmagis-servers/Makefile +++ b/net-mgmt/netmagis-servers/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-topo/Makefile b/net-mgmt/netmagis-topo/Makefile index 1c21bcb8bd66..a4e3b883915c 100644 --- a/net-mgmt/netmagis-topo/Makefile +++ b/net-mgmt/netmagis-topo/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-utils/Makefile b/net-mgmt/netmagis-utils/Makefile index acce20fe2686..9a71f2e33cca 100644 --- a/net-mgmt/netmagis-utils/Makefile +++ b/net-mgmt/netmagis-utils/Makefile @@ -10,4 +10,5 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-www/Makefile b/net-mgmt/netmagis-www/Makefile index d8220dbad034..ed906b3d71f0 100644 --- a/net-mgmt/netmagis-www/Makefile +++ b/net-mgmt/netmagis-www/Makefile @@ -13,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmask/Makefile b/net-mgmt/netmask/Makefile index 24b6399d0d86..9f20a6bc2bf7 100644 --- a/net-mgmt/netmask/Makefile +++ b/net-mgmt/netmask/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: netmask -# Date created: 19 Novemver 2000 -# Whom: Mike Bristow <mike@urgle.com> +# Created by: Mike Bristow <mike@urgle.com> # $FreeBSD$ PORTNAME= netmask @@ -23,4 +21,5 @@ MAN1= netmask.1 INFO= netmask PLIST_FILES= bin/netmask +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/netmond/Makefile b/net-mgmt/netmond/Makefile index d095ed510c66..0adfd77a87fc 100644 --- a/net-mgmt/netmond/Makefile +++ b/net-mgmt/netmond/Makefile @@ -42,6 +42,7 @@ PORTDOCS= README README.ru CHANGES README.port.eng README.port.ru index.html net OPTIONS_DEFINE= DOCS GD +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGD} diff --git a/net-mgmt/netspoc/Makefile b/net-mgmt/netspoc/Makefile index 19cd574edf0e..716b81a70423 100644 --- a/net-mgmt/netspoc/Makefile +++ b/net-mgmt/netspoc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: netspoc -# Date created: Nov 3, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= netspoc PORTVERSION= 3.2 @@ -26,6 +21,7 @@ MAN3= Netspoc.3 PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/netustad/Makefile b/net-mgmt/netustad/Makefile index c165ad055572..91128fbc99e5 100644 --- a/net-mgmt/netustad/Makefile +++ b/net-mgmt/netustad/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: netustad -# Date created: 9 February 2005 -# Whom: Ozkan KIRIK <ozkan@enderunix.org> -# +# Created by: Ozkan KIRIK <ozkan@enderunix.org> # $FreeBSD$ -# PORTNAME= netustad PORTVERSION= 0.3.1 @@ -27,6 +23,7 @@ SSL_DESC= Use netUstad with SSL support LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/net-mgmt/netwag/Makefile b/net-mgmt/netwag/Makefile index 259832e40a90..00124717eecf 100644 --- a/net-mgmt/netwag/Makefile +++ b/net-mgmt/netwag/Makefile @@ -24,6 +24,7 @@ MAN1= ${PORTNAME}.1 ${PORTNAME}${SHORTPORTVERSION}.1 PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ diff --git a/net-mgmt/netwox/Makefile b/net-mgmt/netwox/Makefile index 7e14f20e7646..483009193135 100644 --- a/net-mgmt/netwox/Makefile +++ b/net-mgmt/netwox/Makefile @@ -20,6 +20,7 @@ MAN1= netwox.1 netwox${SHORTPORTVERSION}.1 PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} +NO_STAGE= yes do-configure: @${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|' \ diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index e2e3ce66d92d..266d23bef8aa 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -38,6 +38,7 @@ LDFLAGS+= -L${LOCALBASE}/lib NETXMS_OWN= netxms NETXMS_GRP= netxms +NO_STAGE= yes .include <bsd.port.pre.mk> SUB_FILES= pkg-install pkg-deinstall diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile index 328c59e63f18..6c27dce2eb8f 100644 --- a/net-mgmt/nfdump/Makefile +++ b/net-mgmt/nfdump/Makefile @@ -29,6 +29,7 @@ NFTRACK_DESC= With PortTracker support SFLOW_DESC= Build sflow collector daemon also NFDUMP15_DESC= Enable compatbility with version 1.5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|-ggdb||' ${WRKSRC}/bin/Makefile.in diff --git a/net-mgmt/nfsen/Makefile b/net-mgmt/nfsen/Makefile index 4980e1122708..dadf1c5bf1e1 100644 --- a/net-mgmt/nfsen/Makefile +++ b/net-mgmt/nfsen/Makefile @@ -38,6 +38,7 @@ SUB_LIST+= "PORTVERSION=${PORTVERSION}" SUB_LIST+= "PREFIX=${PREFIX}" SUB_LIST+= "WWWDIR=${WWWDIR}" +NO_STAGE= yes post-patch: .for nfsenfile in ${REINPLACE_LIST} @${REINPLACE_CMD} ${_SUB_LIST_TEMP} ${WRKSRC}/${nfsenfile} diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index d10e4095c978..d9049ad3c53e 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -30,6 +30,7 @@ USE_RC_SUBR= ng_ipacct SUB_FILES= pkg-message CFLAGS+= -DMEM_USE_ZONE +NO_STAGE= yes post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} diff --git a/net-mgmt/nitpicker/Makefile b/net-mgmt/nitpicker/Makefile index 8db8aedca3db..4d6380d1a3b5 100644 --- a/net-mgmt/nitpicker/Makefile +++ b/net-mgmt/nitpicker/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nitpicker -# Date created: 22 May 2003 -# Whom: Michael Reifenberger -# +# Created by: Michael Reifenberger # $FreeBSD$ -# PORTNAME= nitpicker PORTVERSION= 1.2.1 @@ -14,6 +10,7 @@ MASTER_SITES= http://nitpicker.de/ MAINTAINER= mr@FreeBSD.org COMMENT= IP flow Accounting tools +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nitpicker ${LOCALBASE}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/tools/parse_flowfile/src/parse_flowfile ${LOCALBASE}/bin diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile index 97f59a618467..a17bfbee8330 100644 --- a/net-mgmt/nocol/Makefile +++ b/net-mgmt/nocol/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: NOCOL -# Date created: 21 Nov 1998 -# Whom: bradh -# +# Created by: bradh # $FreeBSD$ -# PORTNAME= nocol PORTVERSION= 4.3.1 @@ -26,6 +22,7 @@ CONFIGURE_SCRIPT= Configure NO_PACKAGE= Hostname is needed. +NO_STAGE= yes post-install: @cd ${WRKSRC} && make root diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile index d1a2ad4c8afa..1b92a8104fa2 100644 --- a/net-mgmt/nrpe2/Makefile +++ b/net-mgmt/nrpe2/Makefile @@ -54,6 +54,7 @@ SUB_FILES= pkg-install \ SUB_LIST= PREFIX=${PREFIX} \ ${PLIST_SUB} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/net-mgmt/nsca-client/Makefile b/net-mgmt/nsca-client/Makefile index d8ece2be3541..b19763525a59 100644 --- a/net-mgmt/nsca-client/Makefile +++ b/net-mgmt/nsca-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsca-client -# Date created: Sun Apr 30 17:23:00 CET 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -client @@ -14,4 +10,5 @@ LICENSE= GPLv2 _BUILDING_NSCA_CLIENT= yes MASTERDIR= ${.CURDIR}/../nsca +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile index 95a5139bbb3e..707a7384c7e1 100644 --- a/net-mgmt/nsca/Makefile +++ b/net-mgmt/nsca/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsca -# Date created: 2003-11-18 -# Whom: Paul Dlug <paul@nerdlabs.com> -# +# Created by: Paul Dlug <paul@nerdlabs.com> # $FreeBSD$ -# PORTNAME= nsca PORTVERSION= 2.9.1 @@ -54,6 +50,7 @@ PLIST_SUB+= CLIENT="@comment " DOCS= Changelog LEGAL README SECURITY +NO_STAGE= yes do-install: .if defined(_BUILDING_NSCA_CLIENT) ${INSTALL_PROGRAM} ${WRKSRC}/src/send_nsca ${PREFIX}/sbin/send_nsca diff --git a/net-mgmt/nsca27-client/Makefile b/net-mgmt/nsca27-client/Makefile index 005ea5a9ae1f..4e56d6d360d1 100644 --- a/net-mgmt/nsca27-client/Makefile +++ b/net-mgmt/nsca27-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsca-client -# Date created: Sun Apr 30 17:23:00 CET 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -client @@ -14,4 +10,5 @@ LICENSE= GPLv2 _BUILDING_NSCA_CLIENT= yes MASTERDIR= ${.CURDIR}/../nsca27 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/nsca27/Makefile b/net-mgmt/nsca27/Makefile index b0af53c19fd3..d2f06c079a0d 100644 --- a/net-mgmt/nsca27/Makefile +++ b/net-mgmt/nsca27/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsca -# Date created: 2003-11-18 -# Whom: Paul Dlug <paul@nerdlabs.com> -# +# Created by: Paul Dlug <paul@nerdlabs.com> # $FreeBSD$ -# PORTNAME= nsca PORTVERSION= 2.7.2 @@ -54,6 +50,7 @@ PLIST_SUB+= CLIENT="@comment " DOCS= Changelog LEGAL README SECURITY +NO_STAGE= yes do-install: .if defined(_BUILDING_NSCA_CLIENT) ${INSTALL_PROGRAM} ${WRKSRC}/src/send_nsca ${PREFIX}/sbin/send_nsca diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile index 810fb4f05417..02c23859abad 100644 --- a/net-mgmt/nstreams/Makefile +++ b/net-mgmt/nstreams/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/nstreams \ etc/nstreams-networks.sample \ etc/nstreams-services +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1 diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index fe2f1891a140..a75cf17217a0 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -1,6 +1,5 @@ # Created by: rflynn@acsalaska.net # $FreeBSD$ -# $Redports: melflynn/net-mgmt/observium/Makefile 2134 2012-02-21 13:14:38Z melflynn $ PORTNAME= observium PORTVERSION= 0.11.5.2261 @@ -36,6 +35,7 @@ APACHEMOD_DESC= Use PHP with Apache 2.2+ module MYSQLD_DESC= Use local MySQL server JAIL_DESC= This is a jail installation +NO_STAGE= yes .include <bsd.port.options.mk> SUB_FILES+= pkg-message diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index b03c868ef544..f626d9cc1427 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -30,6 +30,7 @@ MAN3= Ocsinventory::Agent::XML::Inventory.3 \ SUB_FILES= pkg-message SUB_LIST= SITE_PERL=${SITE_PERL} +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index 97d8a9d41025..4a2dd5fe9b6f 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -29,6 +29,7 @@ USE_PHP= mysql pcre zlib session xml gd zip openssl mbstring NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/net-mgmt/omping/Makefile b/net-mgmt/omping/Makefile index 65b573c01d1f..6e818fce1c08 100644 --- a/net-mgmt/omping/Makefile +++ b/net-mgmt/omping/Makefile @@ -17,6 +17,7 @@ PLIST_FILES= bin/${PORTNAME} MAN8= ${PORTNAME}.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile diff --git a/net-mgmt/openlldp/Makefile b/net-mgmt/openlldp/Makefile index 7ddcfd8b9c89..eda60690f20b 100644 --- a/net-mgmt/openlldp/Makefile +++ b/net-mgmt/openlldp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openlldp -# Date created: 27 May 2007 -# Whom: Roar Pettersen <roar@uib.no> -# +# Created by: Roar Pettersen <roar@uib.no> # $FreeBSD$ -# PORTNAME= openlldp DISTVERSION= 0.4alpha @@ -21,6 +17,7 @@ PLIST_FILES= sbin/lldpd bin/lldpneighbors MAN8= lldpd.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS =/CFLAGS +=/g' \ ${WRKSRC}/src/Makefile.in diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile index ac599e12c09b..cb41ef7fce9a 100644 --- a/net-mgmt/openvmps/Makefile +++ b/net-mgmt/openvmps/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS=--bindir=${PREFIX}/sbin MAN1= vmpsd.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/net-mgmt/ourmon/Makefile b/net-mgmt/ourmon/Makefile index b88341bd5bfa..9ffa77a10414 100644 --- a/net-mgmt/ourmon/Makefile +++ b/net-mgmt/ourmon/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ourmon -# Date created: 01 May 2005 -# Whom: Charlie Schluting <manos@cs.pdx.edu> -# +# Created by: Charlie Schluting <manos@cs.pdx.edu> # $FreeBSD$ PORTNAME= ourmon @@ -30,6 +27,7 @@ SUB_FILES= pkg-message USE_RC_SUBR= ourmon +NO_STAGE= yes .include <bsd.port.pre.mk> pre-everything:: diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile index 00b00fa92929..2ff07be3f137 100644 --- a/net-mgmt/p0f/Makefile +++ b/net-mgmt/p0f/Makefile @@ -20,6 +20,7 @@ PORTDOCS= ChangeLog README TODO existential-notes.txt \ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/net-mgmt/p0f2/Makefile b/net-mgmt/p0f2/Makefile index 646683742a6c..8b3ab5a08690 100644 --- a/net-mgmt/p0f2/Makefile +++ b/net-mgmt/p0f2/Makefile @@ -21,6 +21,7 @@ PORTDOCS= COPYING CREDITS ChangeLog KNOWN_BUGS README TODO win-memleak.txt MAN1= p0f.1 WRKSRC= ${WRKDIR}/p0f +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/net-mgmt/p5-AnyEvent-SNMP/Makefile b/net-mgmt/p5-AnyEvent-SNMP/Makefile index 70be29165175..9a9e656172b7 100644 --- a/net-mgmt/p5-AnyEvent-SNMP/Makefile +++ b/net-mgmt/p5-AnyEvent-SNMP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-AnyEvent-SNMP -# Date created: 2011-06-24 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= AnyEvent-SNMP PORTVERSION= 6.0 @@ -24,4 +20,5 @@ USE_PERL5= configure MAN3= AnyEvent::SNMP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-BigIP-iControl/Makefile b/net-mgmt/p5-BigIP-iControl/Makefile index 41dcf41920e8..4e577f90e8c3 100644 --- a/net-mgmt/p5-BigIP-iControl/Makefile +++ b/net-mgmt/p5-BigIP-iControl/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= BigIP::iControl.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Cflow/Makefile b/net-mgmt/p5-Cflow/Makefile index ddfbe1f4e171..7daafa3b7db9 100644 --- a/net-mgmt/p5-Cflow/Makefile +++ b/net-mgmt/p5-Cflow/Makefile @@ -18,6 +18,7 @@ FLOW_TOOLS_DESC= Enable flow-tools support USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFLOW_TOOLS} diff --git a/net-mgmt/p5-Cisco-Reconfig/Makefile b/net-mgmt/p5-Cisco-Reconfig/Makefile index f9515c42e020..91057706e324 100644 --- a/net-mgmt/p5-Cisco-Reconfig/Makefile +++ b/net-mgmt/p5-Cisco-Reconfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Cisco-Reconfig -# Date created: 2006-08-25 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Cisco-Reconfig PORTVERSION= 0.91 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN3= Cisco::Reconfig.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Data-Validate-IP/Makefile b/net-mgmt/p5-Data-Validate-IP/Makefile index d14c4479096b..ab533fabab72 100644 --- a/net-mgmt/p5-Data-Validate-IP/Makefile +++ b/net-mgmt/p5-Data-Validate-IP/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Data::Validate::IP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile b/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile index 668bbc58519e..c3715ca1ddf3 100644 --- a/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile @@ -27,6 +27,7 @@ MAN3= FusionInventory::Agent::Task::NetDiscovery.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile index 772351b043e0..8be9fe18ec01 100644 --- a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile @@ -23,4 +23,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-FusionInventory-Agent/Makefile b/net-mgmt/p5-FusionInventory-Agent/Makefile index 750b33a0959c..91a1449476d6 100644 --- a/net-mgmt/p5-FusionInventory-Agent/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent/Makefile @@ -82,6 +82,7 @@ MAN3= FusionInventory::Agent.3 \ FusionInventory::Agent::XML::Query::Prolog.3 \ FusionInventory::Agent::XML::Response.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/net-mgmt/p5-GRNOC-Config/Makefile b/net-mgmt/p5-GRNOC-Config/Makefile index 4b306521f2e1..36711c111845 100644 --- a/net-mgmt/p5-GRNOC-Config/Makefile +++ b/net-mgmt/p5-GRNOC-Config/Makefile @@ -25,4 +25,5 @@ PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC/Config \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC \ %%SITE_PERL%%/GRNOC +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-GRNOC-TL1/Makefile b/net-mgmt/p5-GRNOC-TL1/Makefile index 0ba9395567cb..cd3c1eb4858e 100644 --- a/net-mgmt/p5-GRNOC-TL1/Makefile +++ b/net-mgmt/p5-GRNOC-TL1/Makefile @@ -18,4 +18,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-MRTG-Parse/Makefile b/net-mgmt/p5-MRTG-Parse/Makefile index 7833c1ce5ba4..561e3722c76c 100644 --- a/net-mgmt/p5-MRTG-Parse/Makefile +++ b/net-mgmt/p5-MRTG-Parse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MRTG-Parse -# Date created: 2008-07-23 -# Whom: gslin <gslin@gslin.org> -# +# Created by: gslin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= MRTG-Parse PORTVERSION= 0.03 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= MRTG::Parse.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Mon/Makefile b/net-mgmt/p5-Mon/Makefile index c2e10e2cadc4..679a786dffb8 100644 --- a/net-mgmt/p5-Mon/Makefile +++ b/net-mgmt/p5-Mon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Mon -# Date created: October 30th, 2000 -# Whom: Nicholas Esborn <nick@netdot.net> -# +# Created by: Nicholas Esborn <nick@netdot.net> # $FreeBSD$ -# PORTNAME= Mon PORTVERSION= 0.11 @@ -22,4 +18,5 @@ MAN3= Mon::SNMP.3 \ Mon::Client.3 \ Mon::Protocol.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-NSNMP/Makefile b/net-mgmt/p5-NSNMP/Makefile index 68d03f630f9e..c3e2d334e024 100644 --- a/net-mgmt/p5-NSNMP/Makefile +++ b/net-mgmt/p5-NSNMP/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= NSNMP.3 \ NSNMP::Simple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Nagios-Object/Makefile b/net-mgmt/p5-Nagios-Object/Makefile index 6c8248f44d9e..528350b806c9 100644 --- a/net-mgmt/p5-Nagios-Object/Makefile +++ b/net-mgmt/p5-Nagios-Object/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Nagios-Object -# Date created: 2010-10-18 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Nagios-Object PORTVERSION= 0.21.18 @@ -38,4 +34,5 @@ MAN3= Nagios::Object::Config.3 \ Nagios::Object.3 \ Nagios::Config.3 \ +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile index 234d64f9b497..744fd7a43526 100644 --- a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile +++ b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Nagios-Plugin-LDAP -# Date created: 01 Mar 2011 -# Whom: Alexander Kriventsov <avk@vl.ru> -# +# Created by: Alexander Kriventsov <avk@vl.ru> # $FreeBSD$ -# PORTNAME= Nagios-Plugin-LDAP PORTVERSION= 0.04 @@ -26,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Nagios::Plugin::LDAP.3 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile index 968b1ab81126..5c790e6510ac 100644 --- a/net-mgmt/p5-Nagios-Plugin/Makefile +++ b/net-mgmt/p5-Nagios-Plugin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Nagios-Plugin -# Date created: 13 08 2006 -# Whom: Gerrit Beine <gerrit.beine@gmx.de> -# +# Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -# PORTNAME= Nagios-Plugin PORTVERSION= 0.36 @@ -36,6 +32,7 @@ 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/p5-Nagios-Plugins-Memcached/Makefile b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile index 843c0c6d8888..ec1fbcddeab6 100644 --- a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile +++ b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile @@ -1,4 +1,3 @@ -# Created by: Philp M. Gollucci <pgollucci@FreeBSD.org> # $FreeBSD$ PORTNAME= Nagios-Plugins-Memcached @@ -23,6 +22,7 @@ RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Nagios::Plugins::Memcached.3 PORTDOCS= Changes README +NO_STAGE= yes post-install: @${MKDIR} ${LOCALBASE}/libexec/nagios ${INSTALL} ${WRKSRC}/bin/check_memcached ${LOCALBASE}/libexec/nagios/check_memcached diff --git a/net-mgmt/p5-Net-ACL/Makefile b/net-mgmt/p5-Net-ACL/Makefile index 03155fd03d35..5958d69feeae 100644 --- a/net-mgmt/p5-Net-ACL/Makefile +++ b/net-mgmt/p5-Net-ACL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-ACL -# Date created: 2006-08-25 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-ACL PORTVERSION= 0.07 @@ -36,4 +32,5 @@ MAN3= Net::ACL.3 Net::ACL::Bootstrap.3 Net::ACL::File.3 \ Net::ACL::Rule.3 Net::ACL::Set.3 Net::ACL::Set::Add.3 \ Net::ACL::Set::Scalar.3 Net::ACL::Set::Union.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-Abuse-Utils/Makefile b/net-mgmt/p5-Net-Abuse-Utils/Makefile index 84952209de8d..a4f8541ea3e3 100644 --- a/net-mgmt/p5-Net-Abuse-Utils/Makefile +++ b/net-mgmt/p5-Net-Abuse-Utils/Makefile @@ -24,6 +24,7 @@ USE_PERL5= configure MAN3= Net::Abuse::Utils.3 +NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/ip-info.pl ${PREFIX}/sbin/ diff --git a/net-mgmt/p5-Net-CIDR/Makefile b/net-mgmt/p5-Net-CIDR/Makefile index ab445fb00ef3..c963d4f9431a 100644 --- a/net-mgmt/p5-Net-CIDR/Makefile +++ b/net-mgmt/p5-Net-CIDR/Makefile @@ -14,4 +14,5 @@ USE_PERL5= configure MAN3= Net::CIDR.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-ILO/Makefile b/net-mgmt/p5-Net-ILO/Makefile index 2fdad30e22bd..125814bf4fa1 100644 --- a/net-mgmt/p5-Net-ILO/Makefile +++ b/net-mgmt/p5-Net-ILO/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-ILO -# Date created: 2012-04-03 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Net-ILO PORTVERSION= 0.54 @@ -28,4 +24,5 @@ USE_PERL5= configure MAN3= Net::ILO.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IP-Match-Regexp/Makefile b/net-mgmt/p5-Net-IP-Match-Regexp/Makefile index 56c9548ad729..f79975586280 100644 --- a/net-mgmt/p5-Net-IP-Match-Regexp/Makefile +++ b/net-mgmt/p5-Net-IP-Match-Regexp/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Net::IP::Match::Regexp.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IP-Match-XS/Makefile b/net-mgmt/p5-Net-IP-Match-XS/Makefile index 29bedead067e..b7402e40435c 100644 --- a/net-mgmt/p5-Net-IP-Match-XS/Makefile +++ b/net-mgmt/p5-Net-IP-Match-XS/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Net::IP::Match::XS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IP-Resolver/Makefile b/net-mgmt/p5-Net-IP-Resolver/Makefile index e3348e716bc3..93900df65a1e 100644 --- a/net-mgmt/p5-Net-IP-Resolver/Makefile +++ b/net-mgmt/p5-Net-IP-Resolver/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Net::IP::Resolver.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile index 4dc3a5101411..69e01547c5f1 100644 --- a/net-mgmt/p5-Net-IP/Makefile +++ b/net-mgmt/p5-Net-IP/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= Net::IP.3 +NO_STAGE= yes post-configure: ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile diff --git a/net-mgmt/p5-Net-IPAddress/Makefile b/net-mgmt/p5-Net-IPAddress/Makefile index fb06bcdb155c..fe47d85d36b4 100644 --- a/net-mgmt/p5-Net-IPAddress/Makefile +++ b/net-mgmt/p5-Net-IPAddress/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Net::IPAddress.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IPv4Addr/Makefile b/net-mgmt/p5-Net-IPv4Addr/Makefile index f378c13cb352..d2ac3e20d538 100644 --- a/net-mgmt/p5-Net-IPv4Addr/Makefile +++ b/net-mgmt/p5-Net-IPv4Addr/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN1= ipv4calc.1 MAN3= Net::IPv4Addr.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IPv6Addr/Makefile b/net-mgmt/p5-Net-IPv6Addr/Makefile index 71641bcbc985..f5a04b7dc988 100644 --- a/net-mgmt/p5-Net-IPv6Addr/Makefile +++ b/net-mgmt/p5-Net-IPv6Addr/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= Net::IPv6Addr.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-NSCA-Client/Makefile b/net-mgmt/p5-Net-NSCA-Client/Makefile index 68beec7357b3..56afeafa39e5 100644 --- a/net-mgmt/p5-Net-NSCA-Client/Makefile +++ b/net-mgmt/p5-Net-NSCA-Client/Makefile @@ -53,6 +53,7 @@ MAN3= Net::NSCA::Client.3 \ Net::NSCA::Client::Troubleshooting.3 \ Net::NSCA::Client::Utils.3 +NO_STAGE= yes post-patch: @cd ${WRKSRC} && ${RM} -f bin/send_nsca @cd ${WRKSRC} && ${RM} -f t/send_nsca.t diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile index 069fdc3733c8..11b8c4950087 100644 --- a/net-mgmt/p5-Net-Netmask/Makefile +++ b/net-mgmt/p5-Net-Netmask/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Netmask -# Date created: Jan 28 2000 -# Whom: Wei-chun Chao -# +# Created by: Wei-chun Chao # $FreeBSD$ -# PORTNAME= Net-Netmask PORTVERSION= 1.9016 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Net::Netmask.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-SNMP-Util/Makefile b/net-mgmt/p5-Net-SNMP-Util/Makefile index d1697db1406f..b610881f69d1 100644 --- a/net-mgmt/p5-Net-SNMP-Util/Makefile +++ b/net-mgmt/p5-Net-SNMP-Util/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-SNMP-Util -# Date created: 2011-03-29 -# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw> -# +# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= Net-SNMP-Util PORTVERSION= 1.04 @@ -23,4 +19,5 @@ USE_PERL5= configure MAN3= Net::SNMP::Util.3 Net::SNMP::Util::OID.3 Net::SNMP::Util::TC.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile index 867477ccbc81..a3e4f6c0d869 100644 --- a/net-mgmt/p5-Net-SNMP/Makefile +++ b/net-mgmt/p5-Net-SNMP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-SNMP -# Date created: 30 June 2000 -# Whom: Christopher N. Harrell <cnh@ivmg.net> -# +# Created by: Christopher N. Harrell <cnh@ivmg.net> # $FreeBSD$ -# PORTNAME= Net-SNMP PORTVERSION= 6.0.1 @@ -28,4 +24,5 @@ CONFLICTS= p5-Net-SNMP3-[0-9]* MAN1= snmpkey.1 MAN3= Net::SNMP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile index 6c463b52e124..0f95b7b569c4 100644 --- a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile +++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Telnet-Cisco-IOS -# Date created: 2008-02-07 -# Whom: Tsung-Han Yeh <snowfly@yunteche.du.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yunteche.du.tw> # $FreeBSD$ -# PORTNAME= Net-Telnet-Cisco-IOS PORTVERSION= 0.6 @@ -23,4 +19,5 @@ USE_PERL5= configure MAN3= Net::Telnet::Cisco::IOS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-NetAddr-IP-Lite/Makefile b/net-mgmt/p5-NetAddr-IP-Lite/Makefile index dda9feafda56..fe0f408420d7 100644 --- a/net-mgmt/p5-NetAddr-IP-Lite/Makefile +++ b/net-mgmt/p5-NetAddr-IP-Lite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-NetAddr-IP-Lite -# Date created: 2006-06-07 -# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> -# +# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> # $FreeBSD$ -# PORTNAME= NetAddr-IP-Lite PORTVERSION= 1.01 @@ -21,4 +17,5 @@ CONFIGURE_ARGS= -noxs MAN3= NetAddr::IP::UtilPP.3 NetAddr::IP::Util.3 NetAddr::IP::Lite.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile index c9e73dbd7669..ec0589f601cc 100644 --- a/net-mgmt/p5-NetAddr-IP/Makefile +++ b/net-mgmt/p5-NetAddr-IP/Makefile @@ -20,6 +20,7 @@ MAN3= NetAddr::IP.3 \ NetAddr::IP::Util.3 \ NetAddr::IP::UtilPP.3 +NO_STAGE= yes post-patch: ${PERL} -ni -e 'print unless /^=head1/../^=cut/' ${WRKSRC}/Lite/Util/Makefile.PL diff --git a/net-mgmt/p5-NetApp/Makefile b/net-mgmt/p5-NetApp/Makefile index 5f985b63a10b..9ef7724feb1f 100644 --- a/net-mgmt/p5-NetApp/Makefile +++ b/net-mgmt/p5-NetApp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-NetApp -# Date created: 2009-01-31 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= NetApp PORTVERSION= 1.1.2 @@ -44,4 +40,5 @@ MAN3= NetApp::Aggregate.3 \ NetApp::Snapshot::Schedule.3 \ NetApp::Volume.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-POE-Component-SNMP/Makefile b/net-mgmt/p5-POE-Component-SNMP/Makefile index b6b54c9bfa31..a7d2b240ddbb 100644 --- a/net-mgmt/p5-POE-Component-SNMP/Makefile +++ b/net-mgmt/p5-POE-Component-SNMP/Makefile @@ -19,6 +19,7 @@ USE_PERL5= configure MAN3= POE::Component::SNMP.3 +NO_STAGE= yes post-patch: @${TOUCH} ${WRKSRC}/config.cache diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 83f6bd5082f4..4e5f94e07b0b 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -70,4 +70,5 @@ MAN3= SNMP::Info.3 SNMP::Info::AdslLine.3 SNMP::Info::Airespace.3 \ SNMP::Info::Layer2::NWSS2300.3 \ SNMP::Info::Layer3::Lantronix.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile b/net-mgmt/p5-SNMP-MIB-Compiler/Makefile index b85abaf10ba5..706339dafc5d 100644 --- a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile +++ b/net-mgmt/p5-SNMP-MIB-Compiler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SNMP-MIB-Compiler -# Date created: December 12, 2001 -# Whom: Joe Clarke <marcus@marcuscom.com -# +# Created by: Joe Clarke <marcus@marcuscom.com # $FreeBSD$ -# PORTNAME= SNMP-MIB-Compiler PORTVERSION= 0.06 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN3= SNMP::MIB::Compiler.3 \ Bundle::SNMP::MIB::Compiler.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP-Simple/Makefile b/net-mgmt/p5-SNMP-Simple/Makefile index 17e5b14a2a7b..ddd6f97be137 100644 --- a/net-mgmt/p5-SNMP-Simple/Makefile +++ b/net-mgmt/p5-SNMP-Simple/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SNMP-Simple -# Date created: 2007-11-16 -# Whom: BluePex Security Solutions <freebsd-ports@bluepex.com> -# +# Created by: BluePex Security Solutions <freebsd-ports@bluepex.com> # $FreeBSD$ -# PORTNAME= SNMP-Simple PORTVERSION= 0.02 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN3= SNMP::Simple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP-Trapinfo/Makefile b/net-mgmt/p5-SNMP-Trapinfo/Makefile index b43751e9359e..09c02aedd297 100644 --- a/net-mgmt/p5-SNMP-Trapinfo/Makefile +++ b/net-mgmt/p5-SNMP-Trapinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SNMP-Trapinfo -# Date created: 10 december 2009 -# Whom: joris -# +# Created by: joris # $FreeBSD$ -# PORTNAME= SNMP-Trapinfo PORTVERSION= 1.02 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= SNMP::Trapinfo.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile index 7f8faec00aa7..d6772e7cbbfc 100644 --- a/net-mgmt/p5-SNMP-Util/Makefile +++ b/net-mgmt/p5-SNMP-Util/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SNMP-Util -# Date created: September 7 1999 -# Whom: Bill Fenner <fenner@FreeBSD.org> -# +# Created by: Bill Fenner <fenner@FreeBSD.org> # $FreeBSD$ -# PORTNAME= SNMP-Util PORTVERSION= 1.8 @@ -24,4 +20,5 @@ USE_PERL5= configure MAN3= SNMP::Util.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile index 55e43578eefa..b6733de0ede4 100644 --- a/net-mgmt/p5-SNMP_Session/Makefile +++ b/net-mgmt/p5-SNMP_Session/Makefile @@ -17,6 +17,7 @@ USE_PERL5= configure DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/net-mgmt/p5-Telnet-Cisco/Makefile b/net-mgmt/p5-Telnet-Cisco/Makefile index 6003afba4d44..2307d4fb06dc 100644 --- a/net-mgmt/p5-Telnet-Cisco/Makefile +++ b/net-mgmt/p5-Telnet-Cisco/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Telnet-Cisco -# Date created: August 16 2001 -# Whom: Michael Lyngbøl <lyngbol@wheel.dk> -# +# Created by: Michael Lyngbøl <lyngbol@wheel.dk> # $FreeBSD$ -# PORTNAME= Net-Telnet-Cisco PORTVERSION= 1.10 @@ -23,4 +19,5 @@ USE_PERL5= configure MAN3= Net::Telnet::Cisco.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Tie-NetAddr-IP/Makefile b/net-mgmt/p5-Tie-NetAddr-IP/Makefile index b87cb8120365..58b258d0b777 100644 --- a/net-mgmt/p5-Tie-NetAddr-IP/Makefile +++ b/net-mgmt/p5-Tie-NetAddr-IP/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Tie::NetAddr::IP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Xymon-Client/Makefile b/net-mgmt/p5-Xymon-Client/Makefile index 61600833e33f..016b977bf407 100644 --- a/net-mgmt/p5-Xymon-Client/Makefile +++ b/net-mgmt/p5-Xymon-Client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Xymon-Client -# Date created: 2012-05-07 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Xymon-Client PORTVERSION= 0.08 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Xymon::Client.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Xymon-Server/Makefile b/net-mgmt/p5-Xymon-Server/Makefile index 1fb7634b404c..e247c9fa34d5 100644 --- a/net-mgmt/p5-Xymon-Server/Makefile +++ b/net-mgmt/p5-Xymon-Server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Xymon-Server -# Date created: 2012-05-07 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Xymon-Server PORTVERSION= 0.02 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Xymon::Server.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Xymon/Makefile b/net-mgmt/p5-Xymon/Makefile index 868da274ff2c..f1403e9bbbaf 100644 --- a/net-mgmt/p5-Xymon/Makefile +++ b/net-mgmt/p5-Xymon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Xymon -# Date created: 2012-05-07 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Xymon PORTVERSION= 0.01 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Xymon.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Zenoss/Makefile b/net-mgmt/p5-Zenoss/Makefile index 60e77620710b..d3cad73e4437 100644 --- a/net-mgmt/p5-Zenoss/Makefile +++ b/net-mgmt/p5-Zenoss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Zenoss -# Date created: 25 August 2011 -# Whom: Phil Phillips -# +# Created by: Phil Phillips # $FreeBSD$ -# PORTNAME= Zenoss PORTVERSION= 1.11 @@ -47,4 +43,5 @@ MAN3= Zenoss.3 \ Zenoss::Router::Tree.3 \ Zenoss::Router::ZenPack.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-jmx4perl/Makefile b/net-mgmt/p5-jmx4perl/Makefile index b8dec6359b8c..4394eea23429 100644 --- a/net-mgmt/p5-jmx4perl/Makefile +++ b/net-mgmt/p5-jmx4perl/Makefile @@ -109,6 +109,7 @@ ETC_FILES= common.cfg \ SUB_FILES= pkg-install pkg-deinstall SUB_LIST= ETC_FILES="${ETC_FILES}" +NO_STAGE= yes post-install: @${MKDIR} ${ETCDIR} .for f in ${ETC_FILES} diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile index a659dd3baa78..961a8b000b93 100644 --- a/net-mgmt/packit/Makefile +++ b/net-mgmt/packit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: packit -# Date created: 02.06.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= packit PORTVERSION= 1.0 @@ -32,6 +28,7 @@ CONFIGURE_ARGS+= --without-capture CONFIGURE_ARGS+= --without-injection .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index fc4b7072a13a..ac69d9f98cd1 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes MAN8= pads.8 pads-report.8 pads.conf.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index e6fe3fe23e9d..57a205ac3d7a 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -22,6 +22,7 @@ MAN1= pancho.1 DOCS= README README.plugins Plugin.sample +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins @${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/ diff --git a/net-mgmt/pandorafms_agent/Makefile b/net-mgmt/pandorafms_agent/Makefile index 29889fbeb8bb..22a1891f9396 100644 --- a/net-mgmt/pandorafms_agent/Makefile +++ b/net-mgmt/pandorafms_agent/Makefile @@ -25,6 +25,7 @@ MANCOMPRESSED= yes SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} +NO_STAGE= yes .include "${.CURDIR}/../pandorafms_server/bsd.pandora.mk" PORTDOCS+= README diff --git a/net-mgmt/pandorafms_console/Makefile b/net-mgmt/pandorafms_console/Makefile index 68037c1f4386..c52a66c3f460 100644 --- a/net-mgmt/pandorafms_console/Makefile +++ b/net-mgmt/pandorafms_console/Makefile @@ -25,6 +25,7 @@ WANT_PHP_WEB= yes SUB_FILES+= pandora_console.conf SUB_LIST+= APACHEETCDIR=${PREFIX}/${APACHEETCDIR} +NO_STAGE= yes .include "${.CURDIR}/../pandorafms_server/bsd.pandora.mk" .include <bsd.port.pre.mk> diff --git a/net-mgmt/pandorafms_server/Makefile b/net-mgmt/pandorafms_server/Makefile index 1c75e4523c1d..56e8bb2d39a2 100644 --- a/net-mgmt/pandorafms_server/Makefile +++ b/net-mgmt/pandorafms_server/Makefile @@ -59,6 +59,7 @@ MAN3= PandoraFMS::Core.3 \ SUB_FILES= pkg-message 199.clean-pandoradb USE_RC_SUBR= ${PORTNAME} +NO_STAGE= yes .include "${.CURDIR}/bsd.pandora.mk" PORTDOCS+= README diff --git a/net-mgmt/percona-monitoring-plugins/Makefile b/net-mgmt/percona-monitoring-plugins/Makefile index bd2488404246..9ac3d297a0bc 100644 --- a/net-mgmt/percona-monitoring-plugins/Makefile +++ b/net-mgmt/percona-monitoring-plugins/Makefile @@ -28,6 +28,7 @@ PORTDOCS= Changelog CACTIDIR?= share/cacti +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile index 8a46b43bcc8b..1477b44a8a72 100644 --- a/net-mgmt/pftabled/Makefile +++ b/net-mgmt/pftabled/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFAULT= PERLC PYTHONC PERLC_DESC= A Sample Perl Client PYTHONC_DESC= A Sample Python Client +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPERLC} diff --git a/net-mgmt/php5-snmp/Makefile b/net-mgmt/php5-snmp/Makefile index d1801e7a7008..4ad508ec9b66 100644 --- a/net-mgmt/php5-snmp/Makefile +++ b/net-mgmt/php5-snmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-snmp -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= net-mgmt @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -snmp +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/php52-snmp/Makefile b/net-mgmt/php52-snmp/Makefile index eb0516353729..d01894def0dc 100644 --- a/net-mgmt/php52-snmp/Makefile +++ b/net-mgmt/php52-snmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-snmp -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= net-mgmt @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -snmp +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/php53-snmp/Makefile b/net-mgmt/php53-snmp/Makefile index db7990ab4519..ffe770fef840 100644 --- a/net-mgmt/php53-snmp/Makefile +++ b/net-mgmt/php53-snmp/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-snmp -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= net-mgmt @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -snmp +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/php55-snmp/Makefile b/net-mgmt/php55-snmp/Makefile index 26f81c3ee4e0..8df40072e17b 100644 --- a/net-mgmt/php55-snmp/Makefile +++ b/net-mgmt/php55-snmp/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -snmp +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile index 58a2c72c9519..78af53d47649 100644 --- a/net-mgmt/phpip/Makefile +++ b/net-mgmt/phpip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phpip -# Date created: 2006-10-28 -# Whom: Babak Farrokhi <babak@farrokhi.net> -# +# Created by: Babak Farrokhi <babak@farrokhi.net> # $FreeBSD$ -# PORTNAME= phpip PORTVERSION= ${SNAPSHOT} @@ -24,6 +20,7 @@ WANT_PHP_WEB= yes PHPIP?= www/phpip PLIST_SUB+= PHPIP=${PHPIP} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${PHPIP} @${CP} -R ${WRKSRC}/ ${PREFIX}/${PHPIP} diff --git a/net-mgmt/phpipam/Makefile b/net-mgmt/phpipam/Makefile index 27407ab96e73..052ff2290546 100644 --- a/net-mgmt/phpipam/Makefile +++ b/net-mgmt/phpipam/Makefile @@ -31,6 +31,7 @@ USE_MYSQL= yes USE_PHP= ctype mysqli session gmp WANT_PHP_WEB= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} diff --git a/net-mgmt/phpweathermap/Makefile b/net-mgmt/phpweathermap/Makefile index d1d34c4284f0..122864f8c977 100644 --- a/net-mgmt/phpweathermap/Makefile +++ b/net-mgmt/phpweathermap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phpweathermap -# Date created: 2011-01-06 -# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw> -# +# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= phpweathermap PORTVERSION= 0.97a @@ -38,6 +34,7 @@ WRKSRC= ${WRKDIR}/weathermap SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/editor.php diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index 81b6e7446331..857483260767 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: pixilate -# Date created: Wed Apr 30 06:10:16 PDT 2003 -# Whom: Barry Irwin <bvi@moria.org> -# +# Created by: Barry Irwin <bvi@moria.org> # $FreeBSD$ PORTNAME= pixilate @@ -27,6 +24,7 @@ PLIST_FILES= bin/pixilate LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|libnet-config|${LIBNET_CONFIG}|; \ diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index d4d58cc6ab2a..65b6e314cba3 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -27,6 +27,7 @@ MMAP_DESC= Enable mmap(2) support LAYER2_DESC= Enable Layer-2 support: MAC addresses and VLANs SHARED_DESC= Enable shared objects +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index d7d009993440..89e0f677725b 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= PDF OPTIONS_DEFAULT= PDF PDF_DESC= Use built-in fpdf library to produce PDF views +NO_STAGE= yes .include <bsd.port.options.mk> USE_PHP= gd iconv json pcre simplexml sockets xml zlib diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile index e5c472150685..8fb44e079ce8 100644 --- a/net-mgmt/portmon/Makefile +++ b/net-mgmt/portmon/Makefile @@ -18,6 +18,7 @@ MAN8= portmon.8 PORTDOCS= README PLIST_FILES= bin/portmon etc/portmon.hosts.sample +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \ ${WRKSRC}/extras/${PORTNAME}.8 diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile index 65fdf811a416..08d50f93cbb7 100644 --- a/net-mgmt/py-flowtools/Makefile +++ b/net-mgmt/py-flowtools/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-flowtools -# Date created: 16 Sep 2004 -# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru> -# +# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru> # $FreeBSD$ -# PORTNAME= flowtools PORTVERSION= 0.3.4.1 @@ -29,4 +25,5 @@ PYDISTUTILS_PKGNAME= pyflowtools PROJECTHOST= py${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/py-ipcalc/Makefile b/net-mgmt/py-ipcalc/Makefile index 3e1cbb2643f5..a3af00bb6a2d 100644 --- a/net-mgmt/py-ipcalc/Makefile +++ b/net-mgmt/py-ipcalc/Makefile @@ -14,4 +14,5 @@ COMMENT= Module to perform IP subnet calculations USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile index cf12e77bc507..8b836310fbcf 100644 --- a/net-mgmt/py-ipy/Makefile +++ b/net-mgmt/py-ipy/Makefile @@ -1,4 +1,4 @@ -# Created by: ijliao +# Created by: ijliao # $FreeBSD$ PORTNAME= ipy @@ -18,4 +18,5 @@ PYDISTUTILS_PKGNAME= IPy test: install ${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/py-pyang/Makefile b/net-mgmt/py-pyang/Makefile index 2543bc7950cd..f55e22947859 100644 --- a/net-mgmt/py-pyang/Makefile +++ b/net-mgmt/py-pyang/Makefile @@ -19,6 +19,7 @@ DATADIR= ${PREFIX}/share/yang MAN1= pyang.1 yang2dsdl.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|share/man|man|' ${WRKSRC}/setup.py diff --git a/net-mgmt/py-snmp4-apps/Makefile b/net-mgmt/py-snmp4-apps/Makefile index 3454309c0a32..1df8ba850b1d 100644 --- a/net-mgmt/py-snmp4-apps/Makefile +++ b/net-mgmt/py-snmp4-apps/Makefile @@ -26,6 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= CHANGES \ README +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/py-snmp4-mibs/Makefile b/net-mgmt/py-snmp4-mibs/Makefile index 70ad7fbafb8f..1928717e3a5c 100644 --- a/net-mgmt/py-snmp4-mibs/Makefile +++ b/net-mgmt/py-snmp4-mibs/Makefile @@ -29,6 +29,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= CHANGES \ README +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/py-snmp4/Makefile b/net-mgmt/py-snmp4/Makefile index 2138c67f9c1a..a12bdaefe483 100644 --- a/net-mgmt/py-snmp4/Makefile +++ b/net-mgmt/py-snmp4/Makefile @@ -32,6 +32,7 @@ BASEDOCS= CHANGES \ README \ TODO +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index f7e7beed6ac0..85e7e09e2077 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-yapsnmp -# Date created: 2005-01-07 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= yapsnmp @@ -27,6 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR} LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-site-packages-prefix=${PREFIX} +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${OSVERSION} >= 800000) && (${ARCH} == "i386") diff --git a/net-mgmt/qkismet/Makefile b/net-mgmt/qkismet/Makefile index df6a0b7cce79..fd8e90e37699 100644 --- a/net-mgmt/qkismet/Makefile +++ b/net-mgmt/qkismet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qkismet -# Date created: 2009-11-12 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= qkismet PORTVERSION= 0.3.1 @@ -23,6 +19,7 @@ QMAKE_PRO= ${PORTNAME}.pro WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +NO_STAGE= yes do-patch: ${REINPLACE_CMD} -e 's,:/img/,${DATADIR}/img/,g' \ ${WRKSRC}/*.cpp diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile index 5eec604a31f1..12a1611ac5aa 100644 --- a/net-mgmt/rackmonkey/Makefile +++ b/net-mgmt/rackmonkey/Makefile @@ -32,6 +32,7 @@ USE_PERL5= run SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} diff --git a/net-mgmt/ramond/Makefile b/net-mgmt/ramond/Makefile index abc1168b1780..a596917976ea 100644 --- a/net-mgmt/ramond/Makefile +++ b/net-mgmt/ramond/Makefile @@ -20,6 +20,7 @@ USE_RC_SUBR= ramon PORTDOCS= README +NO_STAGE= yes .include <bsd.port.pre.mk> LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile index 95589be38039..6561bad08b5d 100644 --- a/net-mgmt/rancid-devel/Makefile +++ b/net-mgmt/rancid-devel/Makefile @@ -42,6 +42,7 @@ NEWERCONFIG_FILES1= etc/rancid.conf NEWERCONFIG_FILES2= etc/lg.conf NEWCONFIG_FILES= rancid.conf lg.conf +NO_STAGE= yes pre-everything:: @ ${ECHO} "Make sure your rancid repository is quiet before upgrading; disable rancid cron jobs" diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index 1f46a90ea11c..566471bc0efb 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -46,6 +46,7 @@ OPTIONS_DEFAULT= SVN_DESC= Use Subversion instead of CVS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSVN} diff --git a/net-mgmt/rate/Makefile b/net-mgmt/rate/Makefile index 377bb193dc46..82a06c419573 100644 --- a/net-mgmt/rate/Makefile +++ b/net-mgmt/rate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rate -# Date created: Thu Aug 21 18:12:35 GMT 2003 -# Whom: mich@FreeBSD.org -# +# Created by: mich@FreeBSD.org # $FreeBSD$ -# PORTNAME= rate PORTVERSION= 0.9 @@ -17,6 +13,7 @@ MAKE_ARGS= ${MAKE_ENV} LDFLAGS+= -lcompat CFLAGS+= -DOPEN_BSD=1 -DHAVE_REGEX -DSTREAM_ANALYZER -DIOCTL_GETWINSIZE -DAUTOSENSE_DLH +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rate ${PREFIX}/bin/rate ${INSTALL_MAN} ${WRKSRC}/doc/rate.1 ${PREFIX}/man/man1 diff --git a/net-mgmt/rcpd/Makefile b/net-mgmt/rcpd/Makefile index 70b82861f58d..56797644670a 100644 --- a/net-mgmt/rcpd/Makefile +++ b/net-mgmt/rcpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rcpd -# Date created: 2006-12-16 -# Whom: Babak Farrokhi <farrokhi@FreeBSD.org> -# +# Created by: Babak Farrokhi <farrokhi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rcpd PORTVERSION= 1.2 @@ -17,4 +13,5 @@ GNU_CONFIGURE= yes MAN1= rcpd.1 PLIST_FILES= sbin/rcpd +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/remarp/Makefile b/net-mgmt/remarp/Makefile index 1fd4c458d6f3..aa9566949d86 100644 --- a/net-mgmt/remarp/Makefile +++ b/net-mgmt/remarp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: remarp -# Date created: Tue Apr 1 14:02:35 GMT 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= remarp PORTVERSION= 0.05 @@ -22,6 +18,7 @@ NO_BUILD= YES REMARP_SPOOL= /var/spool/remarp +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|; \ s|use lib "\$$Bin/../lib";||' ${WRKSRC}/sbin/remarp.pl diff --git a/net-mgmt/rotorouter/Makefile b/net-mgmt/rotorouter/Makefile index 0ad787003252..80fe069ba8e8 100644 --- a/net-mgmt/rotorouter/Makefile +++ b/net-mgmt/rotorouter/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: rotorouter -# Date created: Sat May 29 01:30:43 EDT 2004 -# Whom: Paul Chvostek <paul@it.ca> -# +# Created by: Paul Chvostek <paul@it.ca> # $FreeBSD$ -# -# This port is self-contained in the src directory. -# PORTNAME= rotorouter PORTVERSION= 1.0 @@ -23,6 +17,7 @@ SUB_FILES= pkg-message USE_RC_SUBR= rotorouter +NO_STAGE= yes .include <bsd.port.pre.mk> do-extract: diff --git a/net-mgmt/routers2-extensions/Makefile b/net-mgmt/routers2-extensions/Makefile index 5f63afb739c7..5886f0796b56 100644 --- a/net-mgmt/routers2-extensions/Makefile +++ b/net-mgmt/routers2-extensions/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: routers2 -# Date created: December 14th 2006 -# Whom: Xavier Beaudouin <kiwi@oav.net> -# +# Created by: Xavier Beaudouin <kiwi@oav.net> # $FreeBSD$ -# PORTNAME= routers2-extensions PORTVERSION= 2.19 @@ -26,6 +22,7 @@ USES= perl5 NO_BUILD= YES +NO_STAGE= yes post-patch: for file in *.cgi ; do \ ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/$$file; \ diff --git a/net-mgmt/routers2-extras/Makefile b/net-mgmt/routers2-extras/Makefile index 8581ea8290d7..941ddb4ac0de 100644 --- a/net-mgmt/routers2-extras/Makefile +++ b/net-mgmt/routers2-extras/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: routers2 -# Date created: December 14th 2006 -# Whom: Xavier Beaudouin <kiwi@oav.net> -# +# Created by: Xavier Beaudouin <kiwi@oav.net> # $FreeBSD$ -# PORTNAME= routers2-extras PORTVERSION= 2.19 @@ -25,6 +21,7 @@ USES= perl5 NO_BUILD= YES +NO_STAGE= yes post-patch: for file in buildwan.pl cfgmaker_host.pl 95.pl ; do \ ${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' ${WRKSRC}/$$file; \ diff --git a/net-mgmt/routers2/Makefile b/net-mgmt/routers2/Makefile index d61b865c0a08..da9c65c667c8 100644 --- a/net-mgmt/routers2/Makefile +++ b/net-mgmt/routers2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: routers2 -# Date created: December 11th 2006 -# Whom: Xavier Beaudouin <kiwi@oav.net> -# +# Created by: Xavier Beaudouin <kiwi@oav.net> # $FreeBSD$ -# PORTNAME= routers2 PORTVERSION= 2.19 @@ -32,6 +28,7 @@ USES= perl5 NO_BUILD= YES +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/extras/targetnames/BER.pm ${WRKSRC}/extras/targetnames/SNMP_*.pm for file in routers2.cgi.pl routers2.conf ; do \ diff --git a/net-mgmt/rrdbot/Makefile b/net-mgmt/rrdbot/Makefile index 858b40d4d8e4..f2ba61c824eb 100644 --- a/net-mgmt/rrdbot/Makefile +++ b/net-mgmt/rrdbot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-mgmt/rrdbot -# Date created: 18 September 2008 -# Whom: Jeremy Chadwick <koitsu@FreeBSD.org> -# +# Created by: Jeremy Chadwick <koitsu@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rrdbot PORTVERSION= 0.9.7 @@ -35,6 +31,7 @@ CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+= --disable-ipv6 .endif +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/net-mgmt/rubygem-blimpy/Makefile b/net-mgmt/rubygem-blimpy/Makefile index 52e239b3d6f6..1c96e81294aa 100644 --- a/net-mgmt/rubygem-blimpy/Makefile +++ b/net-mgmt/rubygem-blimpy/Makefile @@ -19,4 +19,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/blimpy +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/rubygem-snmp/Makefile b/net-mgmt/rubygem-snmp/Makefile index defb925b395f..7a858bd4f220 100644 --- a/net-mgmt/rubygem-snmp/Makefile +++ b/net-mgmt/rubygem-snmp/Makefile @@ -1,4 +1,3 @@ -# Created by: Brooks Davis <brooks@FreeBSD.org> # $FreeBSD$ PORTNAME= snmp @@ -13,4 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/rubygem-visage-app/Makefile b/net-mgmt/rubygem-visage-app/Makefile index b5c3e30181c2..77b78e74e2f4 100644 --- a/net-mgmt/rubygem-visage-app/Makefile +++ b/net-mgmt/rubygem-visage-app/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-visage -# Date created: 17 January 2012 -# Whom: Brad Davis <brd@FreeBSD.org> -# +# Created by: Brad Davis <brd@FreeBSD.org> # $FreeBSD$ -# PORTNAME= visage-app PORTVERSION= 2.1.0 @@ -25,4 +21,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/visage-app +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/satellite/Makefile b/net-mgmt/satellite/Makefile index cb73874fae8a..411272fde341 100644 --- a/net-mgmt/satellite/Makefile +++ b/net-mgmt/satellite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: satellite -# Date created: 24 Feb 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= satellite PORTVERSION= 1.0.2 @@ -24,6 +20,7 @@ CONFIGURE_ARGS+= --localstatedir=/var/log MAN8= satcfg.8 satellite.8 satellited.8 satwatch.8 +NO_STAGE= yes pre-install: @${SH} pkg-install ${PKGNAME} PRE-INSTALL diff --git a/net-mgmt/sblim-wbemcli/Makefile b/net-mgmt/sblim-wbemcli/Makefile index 515e9c7253c7..f654214ae6f0 100644 --- a/net-mgmt/sblim-wbemcli/Makefile +++ b/net-mgmt/sblim-wbemcli/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: sblim-wbemcli -# Date created: 20 Dec 2008 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= sblim-wbemcli PORTVERSION= 1.6.1 @@ -24,4 +19,5 @@ LDFLAGS+= -L${PREFIX}/lib MAKE_ARGS= RM="${RM} -f" MAN1= wbemcli.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile index 35ae1e9958a1..05eb986e8ab7 100644 --- a/net-mgmt/scdp/Makefile +++ b/net-mgmt/scdp/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: scdp -# Date created: 14 September 2001 -# Whom: arved@FreeBSD.org -# +# Created by: arved@FreeBSD.org # $FreeBSD$ PORTNAME= scdp @@ -27,6 +24,7 @@ PLIST_FILES= bin/scdp LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c ${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \ diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile index 0864ca4fdad8..fc09ad0e78cf 100644 --- a/net-mgmt/scli/Makefile +++ b/net-mgmt/scli/Makefile @@ -21,4 +21,5 @@ MAN1= scli.1 INFO= scli PLIST_FILES= bin/scli +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/sdig/Makefile b/net-mgmt/sdig/Makefile index c4776dfa293c..4f13c7d7cbab 100644 --- a/net-mgmt/sdig/Makefile +++ b/net-mgmt/sdig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sdig -# Date created: 25 May 2004 -# Whom: Russell A. Jackson <rjackson@cserv62.csub.edu> -# +# Created by: Russell A. Jackson <rjackson@cserv62.csub.edu> # $FreeBSD$ -# PORTNAME= sdig PORTVERSION= 0.45 @@ -23,6 +19,7 @@ MAN5= sdig.conf.5 MAN8= sdig.8 PLIST_FILES= bin/sdig etc/sdig.conf etc/mactable +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/sdig.conf @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/sdig.conf.5 diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile index 2316bccab08e..488caa151276 100644 --- a/net-mgmt/send/Makefile +++ b/net-mgmt/send/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: send -# Date created: 19.09.2007 -# Whom: Janos Mohacsi <mohacsi@niif.hu> -# +# Created by: Janos Mohacsi <mohacsi@niif.hu> # $FreeBSD$ PORTNAME= send @@ -21,6 +18,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= README UserGuide.pdf +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900042 diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile index b7284c98848a..11bd0e503777 100644 --- a/net-mgmt/sendip/Makefile +++ b/net-mgmt/sendip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sendip -# Date created: Wed 29 Nov 2000 -# Whom: joseph@randomnetworks.com -# +# Created by: joseph@randomnetworks.com # $FreeBSD$ -# PORTNAME= sendip PORTVERSION= 2.5 @@ -19,6 +15,7 @@ USE_LDCONFIG= yes MAN1= sendip.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900000 diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile index 09b7c444d822..ddd7a94d5ad8 100644 --- a/net-mgmt/sing/Makefile +++ b/net-mgmt/sing/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= sbin/sing LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/libpcap-* ;\ ${RM} -rf ${WRKSRC}/Libnet-* diff --git a/net-mgmt/sipcalc/Makefile b/net-mgmt/sipcalc/Makefile index 8a5f558cc450..544a73e8fb48 100644 --- a/net-mgmt/sipcalc/Makefile +++ b/net-mgmt/sipcalc/Makefile @@ -14,6 +14,7 @@ MAN1= sipcalc.1 DOC_FILES= doc/sipcalc.txt ChangeLog README +NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/sjitter/Makefile b/net-mgmt/sjitter/Makefile index b8ccbf92c4ec..d54659ee9016 100644 --- a/net-mgmt/sjitter/Makefile +++ b/net-mgmt/sjitter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sjitter -# Date created: 2006-10-29 -# Whom: babak@farrokhi.net -# +# Created by: babak@farrokhi.net # $FreeBSD$ -# PORTNAME= sjitter PORTVERSION= 0.18.1b @@ -20,6 +16,7 @@ USE_GMAKE= yes PLIST_FILES= sbin/sjitters sbin/sjitterc +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sjitters ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/sjitterc ${PREFIX}/sbin diff --git a/net-mgmt/slate/Makefile b/net-mgmt/slate/Makefile index f7c9589c637f..8de35e98af78 100644 --- a/net-mgmt/slate/Makefile +++ b/net-mgmt/slate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slate -# Date created: 2004 July 19 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= slate PORTVERSION= 5.0.1 @@ -18,4 +14,5 @@ PLIST_FILES= bin/sfas GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index b48bfe070735..e5cc196f831b 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -116,6 +116,7 @@ DNS_DESC= Support for AnotherDNS probes OPTIONS_DEFINE= ECHOPING CURL RADIUS TELNET DNS FPING LDAP LDAPSSL OPTIONS_DEFAULT= FPING +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFPING} diff --git a/net-mgmt/snmp++/Makefile b/net-mgmt/snmp++/Makefile index 6569fd4fac82..77f42d626598 100644 --- a/net-mgmt/snmp++/Makefile +++ b/net-mgmt/snmp++/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snmp++ -# Date created: 2007-05-14 -# Whom: nicolai@catpipe.net -# +# Created by: nicolai@catpipe.net # $FreeBSD$ -# PORTNAME= snmp++ PORTVERSION= 3.2.25 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/src USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} diff --git a/net-mgmt/snmp4nagios/Makefile b/net-mgmt/snmp4nagios/Makefile index d29753e7a252..1e7d9b7d7f62 100644 --- a/net-mgmt/snmp4nagios/Makefile +++ b/net-mgmt/snmp4nagios/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snmp4nagios -# Date created: 22 June 2008 -# Whom: Ryan Steinmetz -# +# Created by: Ryan Steinmetz # $FreeBSD$ -# PORTNAME= SNMP4Nagios PORTVERSION= 0.4 @@ -25,6 +21,7 @@ NAGIOSDIR?= /var/spool/nagios OPTIONS_DEFINE= RRDTOOL RRDTOOL_DESC= Build with rrdtool support +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS= --sbindir=${PREFIX}/${NAGIOSWWWDIR}/cgi-bin \ diff --git a/net-mgmt/snmptt/Makefile b/net-mgmt/snmptt/Makefile index 7c489359c456..cf5171f32146 100644 --- a/net-mgmt/snmptt/Makefile +++ b/net-mgmt/snmptt/Makefile @@ -25,6 +25,7 @@ SCRIPTS= snmptt snmptt-net-snmp-test snmpttconvert \ DOCS= faqs.html index.html layout1.css snmptt.html \ snmpttconvert.html snmpttconvertmib.html +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile index e49537ef8245..0f681b901d79 100644 --- a/net-mgmt/softflowd/Makefile +++ b/net-mgmt/softflowd/Makefile @@ -17,6 +17,7 @@ MAN8= softflowd.8 softflowctl.8 PORTDOCS= README USE_RC_SUBR= softflowd +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index 2f3a76058c0f..b3844d3f4920 100644 --- a/net-mgmt/spectools/Makefile +++ b/net-mgmt/spectools/Makefile @@ -27,6 +27,7 @@ OPTIONS_DEFAULT= GTK2 NCURSES ALL_TARGET= spectool_net spectool_raw +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/net-mgmt/ssgless/Makefile b/net-mgmt/ssgless/Makefile index 3a0fc3e7f1e5..b1725b318af1 100644 --- a/net-mgmt/ssgless/Makefile +++ b/net-mgmt/ssgless/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ssgless -# Date created: 8 Nov 2011 -# Whom: Pavel I Volkov -# +# Created by: Pavel I Volkov # $FreeBSD$ -# PORTNAME= ssgless PORTVERSION= 1.2 @@ -28,6 +24,7 @@ SUB_FILES= ${PORTNAME} lesspipe-ssg.awk SUB_LIST= "AWK=${AWK}" "LESS=${LESS}" +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/lesspipe-ssg.awk ${PREFIX}/bin diff --git a/net-mgmt/subcalc/Makefile b/net-mgmt/subcalc/Makefile index 5a21b6bddf4c..e33ed23c6d21 100644 --- a/net-mgmt/subcalc/Makefile +++ b/net-mgmt/subcalc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: subcalc -# Date created: 24 August 2003 -# Whom: Chris S.J. Peron <maneo@bsdpro.com> -# +# Created by: Chris S.J. Peron <maneo@bsdpro.com> # $FreeBSD$ -# PORTNAME= subcalc PORTVERSION= 1.1 @@ -18,4 +14,5 @@ MAN1= subcalc.1 MANCOMPRESSED= yes PLIST_FILES= bin/subcalc +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/sysmon/Makefile b/net-mgmt/sysmon/Makefile index a534898f04d1..09be3b6801cc 100644 --- a/net-mgmt/sysmon/Makefile +++ b/net-mgmt/sysmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-mgmt/sysmon -# Date created: 23 January 2003 -# Whom: Manuel Kreutz <mk@nomtec.net> -# +# Created by: Manuel Kreutz <mk@nomtec.net> # $FreeBSD$ -# PORTNAME= sysmon PORTVERSION= 0.92.2 @@ -21,6 +17,7 @@ MAN8= sysmon.man.8 sysmon.conf.man.8 GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/sysmon ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/sysmond ${PREFIX}/bin diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 3837ac324aac..880b037415e8 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -21,6 +21,7 @@ MAN1= tcpreplay.1 tcpprep.1 tcprewrite.1 tcpbridge.1 tcpreplay-edit.1 PLIST_FILES= bin/tcpreplay bin/tcpprep bin/tcprewrite bin/tcpbridge \ bin/tcpreplay-edit +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/net-mgmt/tcptrack/Makefile b/net-mgmt/tcptrack/Makefile index c93fdfffad61..169e4f35d96f 100644 --- a/net-mgmt/tcptrack/Makefile +++ b/net-mgmt/tcptrack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcptrack -# Date created: 2004-10-11 -# Whom: Tor Halvard "Squat" Furulund <squat@squat.no> -# +# Created by: Tor Halvard "Squat" Furulund <squat@squat.no> # $FreeBSD$ -# PORTNAME= tcptrack PORTVERSION= 1.3.0 @@ -21,6 +17,7 @@ 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/torrus/Makefile b/net-mgmt/torrus/Makefile index 54db71ef2d9e..da51cfcc9927 100644 --- a/net-mgmt/torrus/Makefile +++ b/net-mgmt/torrus/Makefile @@ -59,6 +59,7 @@ MAN1= torrus.1 torrus_acledit.1 torrus_buildsearchdb.1 \ MAN7= torrus_action_printemail.7 torrus_action_snmptrap.7 \ torrus_action_notify.7 torrus_install_plugin.7 +NO_STAGE= yes post-install: @${CAT} pkg-message diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile index 468f9222129b..f0033edbd813 100644 --- a/net-mgmt/vidalia/Makefile +++ b/net-mgmt/vidalia/Makefile @@ -17,4 +17,5 @@ USES= cmake INSTALLS_ICONS= yes USE_QT4= gui moc_build qmake_build rcc_build uic_build network xml linguist_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index d65fdd60f32b..3c3705d09aca 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -28,4 +28,5 @@ MAN1= remote-viewer.1 virt-viewer.1 NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/virtinst/Makefile b/net-mgmt/virtinst/Makefile index 16f82984a516..31c999c7aa8b 100644 --- a/net-mgmt/virtinst/Makefile +++ b/net-mgmt/virtinst/Makefile @@ -24,6 +24,7 @@ MAN1= virt-clone.1 virt-convert.1 virt-image.1 virt-install.1 MAN5= virt-image.5 MANCOMPRESSED= no +NO_STAGE= yes post-patch-script: ${REINPLACE_CMD} 's|share/man|man|g' \ ${WRKSRC}/setup.py diff --git a/net-mgmt/wdiag/Makefile b/net-mgmt/wdiag/Makefile index edf43b880d75..0458dc0aaa6b 100644 --- a/net-mgmt/wdiag/Makefile +++ b/net-mgmt/wdiag/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wdiag -# Date created: 3 September 2006 -# Whom: Josh Carroll <josh.carroll@gmail.com> -# +# Created by: Josh Carroll <josh.carroll@gmail.com> # $FreeBSD$ -# PORTNAME= wdiag PORTVERSION= 0.10.2 @@ -16,4 +12,5 @@ COMMENT= Utility to collect DSL line stats from Westell DSL modems WRKSRC= ${WRKDIR}/${PORTNAME}/src +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/weathermap/Makefile b/net-mgmt/weathermap/Makefile index 500bbfbf1e64..dda04a4cfaae 100644 --- a/net-mgmt/weathermap/Makefile +++ b/net-mgmt/weathermap/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MWGET} diff --git a/net-mgmt/weplab/Makefile b/net-mgmt/weplab/Makefile index efd3cbea1d6a..894c0c7e7929 100644 --- a/net-mgmt/weplab/Makefile +++ b/net-mgmt/weplab/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: weplab -# Date created: 24 Aug 2006 -# Whom: Anton Karpov <toxa@toxahost.ru> -# +# Created by: Anton Karpov <toxa@toxahost.ru> # $FreeBSD$ -# PORTNAME= weplab PORTVERSION= 0.1.5 @@ -19,6 +15,7 @@ USE_CSTD= gnu89 MAN1= weplab.1 PLIST_FILES= bin/weplab +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS) *=,\1 ?=,g' \ ${WRKSRC}/Makefile.in diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile index 927d80fc5c5a..64d2e435f42e 100644 --- a/net-mgmt/whatmask/Makefile +++ b/net-mgmt/whatmask/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: whatmask -# Date created: May 20, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= whatmask PORTVERSION= 1.2 @@ -21,6 +17,7 @@ MAN1= whatmask.1 DOCS= AUTHORS ChangeLog README .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile index 0004cb105a40..484f42e39a5a 100644 --- a/net-mgmt/wide-dhcp/Makefile +++ b/net-mgmt/wide-dhcp/Makefile @@ -21,6 +21,7 @@ MAN8= dhcpc.8 dhcps.8 relay.8 dhcpm.8 DOCS= README README.jis db_sample/intro.dhcp db_sample/intro.dhcp.jis EXAMPLES= dhcpdb.pool dhcpdb.relay dhcpdb.server +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile index e1f86b36335f..18ca246b6abc 100644 --- a/net-mgmt/wifimgr/Makefile +++ b/net-mgmt/wifimgr/Makefile @@ -17,6 +17,7 @@ USE_XORG= x11 USE_GNOME= gtk20 INSTALLS_ICONS= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/net-mgmt/wmi-client/Makefile b/net-mgmt/wmi-client/Makefile index b45c1f5a5435..27cd04430f2b 100644 --- a/net-mgmt/wmi-client/Makefile +++ b/net-mgmt/wmi-client/Makefile @@ -25,4 +25,5 @@ MAKEFILE= GNUmakefile MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}" ALL_TARGET= build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/xymon-client/Makefile b/net-mgmt/xymon-client/Makefile index e504e149bd9a..0762c04abbc2 100644 --- a/net-mgmt/xymon-client/Makefile +++ b/net-mgmt/xymon-client/Makefile @@ -29,6 +29,7 @@ PLIST_SUB+= XYMONUSER="${XYMONUSER}" CONFIG_FILES= clientlaunch.cfg xymonclient.cfg localclient.cfg # Configure script is interactive +NO_STAGE= yes do-configure: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile index 42815ddd0c0e..af4664ad6ff7 100644 --- a/net-mgmt/xymon-server/Makefile +++ b/net-mgmt/xymon-server/Makefile @@ -68,6 +68,7 @@ MAN8= enadis.cgi.8 xymon-mailack.8 xymoncgimsg.cgi.8 xymond.8 \ OPTIONS_DEFINE=LDAP NETSNMP NETSNMP_DESC=Enable Net-SNMP support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} diff --git a/net-mgmt/yabm/Makefile b/net-mgmt/yabm/Makefile index c560c5f757fc..6dd71293d6fa 100644 --- a/net-mgmt/yabm/Makefile +++ b/net-mgmt/yabm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yabm -# Date created: 15 January 2005 -# Whom: Fredrik Lindberg <fli@shapeshifter.se> -# +# Created by: Fredrik Lindberg <fli@shapeshifter.se> # $FreeBSD$ -# PORTNAME= yabm PORTVERSION= 0.2.1 @@ -21,6 +17,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=/etc/rc.subr SUB_FILES= pkg-message +NO_STAGE= yes post-extract: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/scripts/yabm.sh.sample > ${WRKSRC}/scripts/yabm.sh diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile index 4ba29de193d5..1c68ff6b816d 100644 --- a/net-mgmt/yaf/Makefile +++ b/net-mgmt/yaf/Makefile @@ -31,6 +31,7 @@ MAN1= airdaemon.1 applabel.1 \ CONFIGURE_ARGS+= --with-dag=${LOCALBASE} .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile index 6422d0ba1a80..244ef25fb79b 100644 --- a/net-mgmt/zabbix2-agent/Makefile +++ b/net-mgmt/zabbix2-agent/Makefile @@ -13,5 +13,6 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options OPTIONS_DEFINE= IPV6 OPTIONS_DEFAULT= IPV6 +NO_STAGE= yes .include <bsd.port.options.mk> .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile index e673d9a2be27..36a4961e8f1d 100644 --- a/net-mgmt/zabbix2-frontend/Makefile +++ b/net-mgmt/zabbix2-frontend/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE OPTIONS_DEFAULT= MYSQL MYSQLI MYSQLI_DESC= MySQLI backend +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/net-mgmt/zabbix2-proxy/Makefile b/net-mgmt/zabbix2-proxy/Makefile index b1bff77b738b..6ecf8579605b 100644 --- a/net-mgmt/zabbix2-proxy/Makefile +++ b/net-mgmt/zabbix2-proxy/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: zabbix-proxy -# Date created: 2009-12-09 -# Whom: Jim Riggs <ports@christianserving.org> -# +# Created by: Jim Riggs <ports@christianserving.org> # $FreeBSD$ -# PORTNAME= zabbix2 PKGNAMESUFFIX= -proxy MASTERDIR= ${.CURDIR}/../zabbix2-server +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile index 99d60902a1df..b04a476acc3e 100644 --- a/net-mgmt/zabbix2-server/Makefile +++ b/net-mgmt/zabbix2-server/Makefile @@ -87,6 +87,7 @@ OPTIONS_SINGLE= DB ODBC OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE OPTIONS_SINGLE_ODBC= IODBC UNIXODBC +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/net-mgmt/zenoss/Makefile b/net-mgmt/zenoss/Makefile index 4cd233992430..30364dea130d 100644 --- a/net-mgmt/zenoss/Makefile +++ b/net-mgmt/zenoss/Makefile @@ -37,6 +37,7 @@ JAVA_VERSION= 1.6+ JAVA_BUILD= yes USE_AUTOTOOLS= autoconf:env +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MBASH} diff --git a/net-mgmt/zenpack-apachemonitor/Makefile b/net-mgmt/zenpack-apachemonitor/Makefile index 9714aecef200..fb549ddb6726 100644 --- a/net-mgmt/zenpack-apachemonitor/Makefile +++ b/net-mgmt/zenpack-apachemonitor/Makefile @@ -20,4 +20,5 @@ USE_ZIP= yes ZPACKGROUP= core WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/ +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-checkping/Makefile b/net-mgmt/zenpack-checkping/Makefile index 17cc71bd0a31..619b59fcd48c 100644 --- a/net-mgmt/zenpack-checkping/Makefile +++ b/net-mgmt/zenpack-checkping/Makefile @@ -19,4 +19,5 @@ ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} TAG= 0088e17 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-dellmon/Makefile b/net-mgmt/zenpack-dellmon/Makefile index 17628284cf75..3a19335a33b4 100644 --- a/net-mgmt/zenpack-dellmon/Makefile +++ b/net-mgmt/zenpack-dellmon/Makefile @@ -19,4 +19,5 @@ ZPACKGROUP= community WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347 ZPACKPREFIX= ZenPacks.community. +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-dellmonitor/Makefile b/net-mgmt/zenpack-dellmonitor/Makefile index 955675b96cdb..b137691d18dd 100644 --- a/net-mgmt/zenpack-dellmonitor/Makefile +++ b/net-mgmt/zenpack-dellmonitor/Makefile @@ -20,4 +20,5 @@ USE_ZIP= yes ZPACKGROUP= core WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/ +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-deviceadvdetail/Makefile b/net-mgmt/zenpack-deviceadvdetail/Makefile index f7622894c056..276b24de784c 100644 --- a/net-mgmt/zenpack-deviceadvdetail/Makefile +++ b/net-mgmt/zenpack-deviceadvdetail/Makefile @@ -20,4 +20,5 @@ WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-cfbd596 ZPACK= ${ZPACKPREFIX}${PORTNAME}-2.7-${PYTHON_VERSION:S/thon//}.egg ZPACKPREFIX= ZenPacks.community. +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-devicesearch/Makefile b/net-mgmt/zenpack-devicesearch/Makefile index c2c929b9d4dd..42a4e04e5f77 100644 --- a/net-mgmt/zenpack-devicesearch/Makefile +++ b/net-mgmt/zenpack-devicesearch/Makefile @@ -15,4 +15,5 @@ USES= zenoss ZPACKGROUP= core +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-graphportlet/Makefile b/net-mgmt/zenpack-graphportlet/Makefile index 98e6f3d206ec..5be58e973559 100644 --- a/net-mgmt/zenpack-graphportlet/Makefile +++ b/net-mgmt/zenpack-graphportlet/Makefile @@ -19,4 +19,5 @@ ZPACKPREFIX= ZenPacks.SCC. WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} TAG= 0cf7678 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-interfacegraphs/Makefile b/net-mgmt/zenpack-interfacegraphs/Makefile index 3fdb5cab7e06..2b05353d177e 100644 --- a/net-mgmt/zenpack-interfacegraphs/Makefile +++ b/net-mgmt/zenpack-interfacegraphs/Makefile @@ -19,4 +19,5 @@ ZPACKPREFIX= ZenPacks.community. WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} TAG= 7ed2d7d +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-libvirt/Makefile b/net-mgmt/zenpack-libvirt/Makefile index b97206b555dd..ceae535ce7e1 100644 --- a/net-mgmt/zenpack-libvirt/Makefile +++ b/net-mgmt/zenpack-libvirt/Makefile @@ -24,4 +24,5 @@ ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} TAG= 4113cfe +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-macreport/Makefile b/net-mgmt/zenpack-macreport/Makefile index 58516da4d35d..6f8e848a226b 100644 --- a/net-mgmt/zenpack-macreport/Makefile +++ b/net-mgmt/zenpack-macreport/Makefile @@ -21,4 +21,5 @@ TAG= b345f53 ZPACKPREFIX= ZenPacks.sodonnell. +NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/zenpack-ntpmonitor/Makefile b/net-mgmt/zenpack-ntpmonitor/Makefile index 60cd88339836..33963f1f7064 100644 --- a/net-mgmt/zenpack-ntpmonitor/Makefile +++ b/net-mgmt/zenpack-ntpmonitor/Makefile @@ -20,4 +20,5 @@ USE_ZIP= yes ZPACKGROUP= core WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/ +NO_STAGE= yes .include <bsd.port.mk> |