diff options
165 files changed, 209 insertions, 220 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index 96f98eb17e2c..04719cfb3d05 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -20,6 +20,7 @@ PLIST_SUB+= LIBVERSION="${LIBVERSION}" DOCS= COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/dns/adsuck/Makefile b/dns/adsuck/Makefile index e1e50590436e..235b3a7a6c75 100644 --- a/dns/adsuck/Makefile +++ b/dns/adsuck/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: adsuck -# Date created: 25 April 2011 -# Whom: Philippe Pepiot <phil@philpep.org> -# +# Created by: Philippe Pepiot <phil@philpep.org> # $FreeBSD$ PORTNAME= adsuck @@ -30,6 +27,7 @@ SUB_FILES+= pkg-message MAN8= adsuck.8 MANCOMPRESSED= yes +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/adsuck ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/${MAN8}.gz ${MANPREFIX}/man/man8/ diff --git a/dns/ares/Makefile b/dns/ares/Makefile index 34cf0d912ca3..ad98ddb30c1f 100644 --- a/dns/ares/Makefile +++ b/dns/ares/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ares -# Date created: 8 September 2003 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= ares PORTVERSION= 1.1.1 @@ -28,4 +24,5 @@ MAN3= ares_destroy.3 ares_expand_name.3 ares_fds.3 \ PLIST_FILES= include/ares.h lib/libares.a +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index f8ce51b583aa..babff839e89a 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autotrust -# Date created: 2010-01-09 -# Whom: Jaap Akkerhuis <jaap@nlnetlabs.nl> -# +# Created by: Jaap Akkerhuis <jaap@nlnetlabs.nl> # $FreeBSD$ -# PORTNAME= autotrust PORTVERSION= 0.3.1 @@ -27,6 +23,7 @@ PLIST_FILES= sbin/autotrust \ etc/autotrust/autotrust.conf.sample PLIST_DIRS= etc/autotrust +NO_STAGE= yes do-patch: ${REINPLACE_CMD} \ '45s!=!\?=!; \ diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index 0be0e3cff2e9..23eeb67d1f4c 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -17,6 +17,7 @@ BIND_TOOLS_SLAVE= YES MAN1= dig.1 host.1 nslookup.1 +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed @${SED} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 63cefad73ba6..c0b583d3aec1 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -47,6 +47,7 @@ DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver DLZ_STUB_DESC= DLZ stub driver +NO_STAGE= yes .include <bsd.port.options.mk> .if (${ARCH} == "amd64") diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 22dd81e736de..9a09ecf66a57 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -50,6 +50,7 @@ DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver DLZ_STUB_DESC= DLZ stub driver +NO_STAGE= yes .include <bsd.port.options.mk> .if (${ARCH} == "amd64") diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index fe4f78db1936..2fcc0f9fc93a 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -59,6 +59,7 @@ DLZ_STUB_DESC= DLZ stub driver CONFLICTS+= bind-tools-9.* .endif # BIND_TOOLS_SLAVE +NO_STAGE= yes .include <bsd.port.options.mk> .if (${ARCH} == "amd64") diff --git a/dns/bindgraph/Makefile b/dns/bindgraph/Makefile index 18ff82c50bac..397ad61ddbad 100644 --- a/dns/bindgraph/Makefile +++ b/dns/bindgraph/Makefile @@ -31,6 +31,7 @@ DOCS= README ChangeLog PORTDOCS= ${DOCS} .endif +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You may set following options:" diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index a73d22a27000..740828902b8e 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -26,6 +26,7 @@ CONFLICTS= ares-1.* MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCONFIG_INFO} diff --git a/dns/checkdns/Makefile b/dns/checkdns/Makefile index 19876b06ec17..6ddae317787c 100644 --- a/dns/checkdns/Makefile +++ b/dns/checkdns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: checkdns -# Date created: 9 May 2005 -# Whom: Ozkan KIRIK <ozkan@enderunix.org> -# +# Created by: Ozkan KIRIK <ozkan@enderunix.org> # $FreeBSD$ -# PORTNAME= checkdns PORTVERSION= 0.5 @@ -20,6 +16,7 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README THANKS TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/main.c \ ${WRKSRC}/INSTALL ${WRKSRC}/README ${WRKSRC}/checkdns.conf-dist diff --git a/dns/credns/Makefile b/dns/credns/Makefile index d2a7b02e8a72..84053c7b4e75 100644 --- a/dns/credns/Makefile +++ b/dns/credns/Makefile @@ -47,6 +47,7 @@ CHECKING_DESC= Internal runtime checks MMAP_DESC= Use mmap instead of malloc(experimental) MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MROOT_SERVER} diff --git a/dns/crossip/Makefile b/dns/crossip/Makefile index 91bcd1fe35ba..ddf46b74b615 100644 --- a/dns/crossip/Makefile +++ b/dns/crossip/Makefile @@ -20,6 +20,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= crossip.sh +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${DATADIR} diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index 517b85363c52..3d6ce43f7d8a 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: curvedns -# Date created: 11 Januari 2011 -# Whom: Leo Vandewoestijne <freebsd@dns-lab.com> -# +# Created by: Leo Vandewoestijne <freebsd@dns-lab.com> # $FreeBSD$ -# PORTNAME= curvedns PORTVERSION= 0.88.b @@ -30,6 +26,7 @@ CURVE_GID= 53 SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 20b5378daf08..9b1a9d0d3f70 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -21,6 +21,7 @@ USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} diff --git a/dns/ddns/Makefile b/dns/ddns/Makefile index c0b6315b7141..377e2d31a7e0 100644 --- a/dns/ddns/Makefile +++ b/dns/ddns/Makefile @@ -20,6 +20,7 @@ SUB_FILES= pkg-message PLIST_FILES= sbin/ddns-server sbin/ddns-client \ etc/ddns_client.conf.sample etc/ddns_server.conf.sample +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ddns-client ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ddns-server ${PREFIX}/sbin diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 87e9461aff60..45b4e6d87130 100644 --- a/dns/dhisd/Makefile +++ b/dns/dhisd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dhisd -# Date created: Sun Feb 25 21:13:59 CET 2001 -# Whom: Bas Kruit <baskruit@bsltwr.dhis.org> -# +# Created by: Bas Kruit <baskruit@bsltwr.dhis.org> # $FreeBSD$ -# PORTNAME= dhisd PORTVERSION= 5.1 @@ -21,6 +17,7 @@ LDFLAGS+= -L${PREFIX}/lib DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh cd ${WRKSRC} && ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" \ diff --git a/dns/djbdns-tools/Makefile b/dns/djbdns-tools/Makefile index 12c100bd7edb..8e18957d4b45 100644 --- a/dns/djbdns-tools/Makefile +++ b/dns/djbdns-tools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: djbdns-tools -# Date created: 2004-09-16 -# Whom: Sergei Kolobov <sergei@FreeBSD.org> -# +# Created by: Sergei Kolobov <sergei@FreeBSD.org> # $FreeBSD$ -# PORTNAME= djbdns PORTVERSION= 1.05 @@ -28,6 +24,7 @@ MAN1= dnsfilter.1 dnsip.1 dnsipq.1 dnsmx.1 dnsname.1 \ ALL_TARGET= it +NO_STAGE= yes do-patch: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${STRIP}" > ${WRKSRC}/conf-ld diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 35abab2cac80..9414237b9bec 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -28,6 +28,7 @@ SRV_DESC= SRV record patch by Michael Handler DNSCURVE_DESC= DNSCurve support by Matthew Dempsky ADD_USERS_DESC= Add dnscache, tinydns and dnslog users/groups +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MADD_USERS} diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 7d8f9d8a22c1..e669175666fe 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dlint -# Date created: Wed Dec 23, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= dlint PORTVERSION= 1.4.0 @@ -19,6 +14,7 @@ COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) NO_BUILD= yes MAN8= dlint.8 +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile index 3b3bb64dd928..ec1209638654 100644 --- a/dns/dnrd/Makefile +++ b/dns/dnrd/Makefile @@ -31,6 +31,7 @@ DNRD_DIR?= ${ETCDIR} SUB_FILES= pkg-install SUB_LIST+= DNRD_DIR=${DNRD_DIR} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTCP} diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile index dbcc96062b9a..c9ae7461dc1d 100644 --- a/dns/dns2tcp/Makefile +++ b/dns/dns2tcp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns2tcp -# Date created: 2008-11-23 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dns2tcp PORTVERSION= 0.5.2 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/dns2tcpc bin/dns2tcpd MAN1= dns2tcpc.1 dns2tcpd.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile index 7bb64354719d..c7c3043330c6 100644 --- a/dns/dns_balance/Makefile +++ b/dns/dns_balance/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: DNS Balance -# Date created: 5 March 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= dns_balance PORTVERSION= 2.0 @@ -36,6 +32,7 @@ LIBS= as_search.rb \ PLIST_SUB+= ETCDIR=${ETCDIR} SUB_LIST+= RUBY=${RUBY} +NO_STAGE= yes post-patch: ${SED} -E -e "s,%%PREFIX%%,${PREFIX},g" \ -e "s,%%PORTNAME%%,${PORTNAME},g" \ diff --git a/dns/dns_mre/Makefile b/dns/dns_mre/Makefile index c6be99bfd1f3..47ecb7dde8b4 100644 --- a/dns/dns_mre/Makefile +++ b/dns/dns_mre/Makefile @@ -15,6 +15,7 @@ NO_WRKSUBDIR= Yes PLIST_FILES= bin/dns_mre +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -Wall main.c dns_mre.c -o dns_mre diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index c21b4e600723..593d55432078 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -1,8 +1,4 @@ -# -# Ports collection makefile for: dns/dnscap -# Whom: Edwin Groothuis <edwin@mavetju.org> -# Date created: 2008-09-17 -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ PORTNAME= dnscap @@ -18,6 +14,7 @@ HAS_CONFIGURE= yes MAN1= dnscap.1 PLIST_FILES= bin/dnscap +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${PREFIX}/man/man1 diff --git a/dns/dnscheck/Makefile b/dns/dnscheck/Makefile index 6424be4ef4b8..112a86064da0 100644 --- a/dns/dnscheck/Makefile +++ b/dns/dnscheck/Makefile @@ -13,6 +13,7 @@ USES= perl5 PLIST_FILES= bin/dnscheck +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl |#!${PERL} |' ${WRKSRC}/dnscheck.pl diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile index e9dc160946fe..952ceafee3f3 100644 --- a/dns/dnscheckengine/Makefile +++ b/dns/dnscheckengine/Makefile @@ -39,6 +39,7 @@ SUB_FILES= pkg-install pkg-deinstall pkg-message OPTIONS_DEFINE= MYSQL DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 8d4021490cdc..ca047fc0dbb3 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -28,6 +28,7 @@ PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> pre-install: diff --git a/dns/dnsdoctor/Makefile b/dns/dnsdoctor/Makefile index 494ce84905ef..a0c02a0778bb 100644 --- a/dns/dnsdoctor/Makefile +++ b/dns/dnsdoctor/Makefile @@ -32,6 +32,7 @@ PLIST_SUB+= DNSDOCTOR_CGI="" .else PLIST_SUB+= DNSDOCTOR_CGI="@comment " +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "Use WITH_DNSDOCTOR_CGI=yes to install with CGI support" .endif diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile index 388b9db9ac11..5c6e7ea0e788 100644 --- a/dns/dnsflood/Makefile +++ b/dns/dnsflood/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsflood -# Date created: 17.10.2003 -# Whom: krion -# +# Created by: krion # $FreeBSD$ -# PORTNAME= dnsflood PORTVERSION= 1.20 @@ -24,6 +20,7 @@ PLIST_FILES= sbin/dns_flood_detector USE_RC_SUBR= dnsflood PORTDOCS= README +NO_STAGE= yes pre-patch: @${LN} -sf ${WRKSRC}/makefiles/Makefile-FreeBSD ${WRKSRC}/Makefile diff --git a/dns/dnshijacker/Makefile b/dns/dnshijacker/Makefile index 16e5685028fb..7842fbc768ea 100644 --- a/dns/dnshijacker/Makefile +++ b/dns/dnshijacker/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnshijacker -# Date created: 2004-10-19 -# Whom: lx@redundancy.redundancy.org -# +# Created by: lx@redundancy.redundancy.org # $FreeBSD$ -# PORTNAME= dnshijacker PORTVERSION= 1.3 @@ -26,6 +22,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config PORTDOCS= README .endif +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${PORTNAME}.c ${CFLAGS} -I${LOCALBASE}/include \ diff --git a/dns/dnsjava/Makefile b/dns/dnsjava/Makefile index 7471d444b56d..e22c57f27f28 100644 --- a/dns/dnsjava/Makefile +++ b/dns/dnsjava/Makefile @@ -17,6 +17,7 @@ ALL_TARGET= jar OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 92c26190dec0..9907c8e5fce5 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -33,6 +33,7 @@ NLS_DESC= National Language Support (NLS, enables IDN) IDN_DESC= International Domain Names (IDN) WITHOUT NLS LUA_DESC= Support lease-change scripts in LUA +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MIPV6) diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 0a5a4e0ec3a9..684a28077344 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -32,6 +32,7 @@ NLS_DESC= National Language Support (NLS, enables IDN) IDN_DESC= International Domain Names (IDN) WITHOUT NLS LUA_DESC= Support lease-change scripts in LUA +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MIPV6) diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile index e0276e1d1d8c..f769bafdf0d7 100644 --- a/dns/dnsmax-perl/Makefile +++ b/dns/dnsmax-perl/Makefile @@ -21,6 +21,7 @@ USES= perl5 PLIST_FILES= bin/dnsmax-perl PORTDOCS= LICENSE INSTALL README +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/dnsmax.pl ${PREFIX}/bin/dnsmax-perl .if !defined(NOPORTDOCS) diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index ff03fd7ce5af..15ed6ba31bcf 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -28,6 +28,7 @@ CFLAGS+= -I. OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +NO_STAGE= yes .include <bsd.port.options.mk> # This is a workaround for broken isc/stat.h. diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index 94292af3bd3d..a7d3c6d5976c 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsproxy -# Date created: 14 January 2004 -# Whom: Clement Laforet <clement@FreeBSD.org> -# +# Created by: Clement Laforet <clement@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dnsproxy PORTVERSION= 1.16 @@ -25,6 +21,7 @@ PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample SUB_FILES= pkg-message PLIST_DIRS= %%ETCDIR%% +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/dns/dnsreflector/Makefile b/dns/dnsreflector/Makefile index 53628861baa3..14f4f0d951e2 100644 --- a/dns/dnsreflector/Makefile +++ b/dns/dnsreflector/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsreflector -# Date created: May 30 2009 -# Whom: ismail.yenigul@endersys.com.tr -# +# Created by: ismail.yenigul@endersys.com.tr # $FreeBSD$ -# PORTNAME= dnsreflector PORTVERSION= 1.02 @@ -20,6 +16,7 @@ PORTDOCS= README PLIST_FILES= sbin/dnsreflector +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnsreflector ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/dnsreflector.1 ${MANPREFIX}/man/man1/ diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile index 993c8fae3533..38bd6e74ae54 100644 --- a/dns/dnstop/Makefile +++ b/dns/dnstop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnstop -# Date created: 31 October 2002 -# Whom: fenner -# +# Created by: fenner # $FreeBSD$ -# PORTNAME= dnstop PORTVERSION= 20121017 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes MAN8= dnstop.8 PLIST_FILES= bin/dnstop +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8/ diff --git a/dns/dnstracer/Makefile b/dns/dnstracer/Makefile index 4db2d964d74a..a5cd4b53e6fb 100644 --- a/dns/dnstracer/Makefile +++ b/dns/dnstracer/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= bin/dnstracer OPTIONS_DEFINE= IPV6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index a92a5ef79bbb..7d510e27ab25 100644 --- a/dns/dnsutl/Makefile +++ b/dns/dnsutl/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: dnsutl -# Date created: Nov 05, 1998 -# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) -# +# Created by: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) # $FreeBSD$ -# PORTNAME= dnsutl PORTVERSION= 1.11 @@ -22,4 +18,5 @@ MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \ dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index 5ff4ceb1c6dc..aba5210178ee 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -18,6 +18,7 @@ USES= perl5 MAN1= dnswalk.1 +NO_STAGE= yes pre-configure: ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 36042cc85496..9d006edcd82c 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -25,6 +25,7 @@ AUTOTOOLSFILES= aclocal.m4 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/dns/doc/Makefile b/dns/doc/Makefile index 6a558759db12..6344c361e3ce 100644 --- a/dns/doc/Makefile +++ b/dns/doc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: doc -# Date created: 28 November 1999 -# Whom: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org> -# +# Created by: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org> # $FreeBSD$ -# PORTNAME= doc PORTVERSION= 2.2.3 @@ -22,6 +18,7 @@ AUX_FILES= doc-1.awk doc-3.awk doc-4.awk INFO RFC.XXXX MAN8= doc.8 +NO_STAGE= yes do-build: @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ diff --git a/dns/dualserver/Makefile b/dns/dualserver/Makefile index d74863fde934..558715a88c70 100644 --- a/dns/dualserver/Makefile +++ b/dns/dualserver/Makefile @@ -15,6 +15,7 @@ USE_DOS2UNIX= yes USE_RC_SUBR= dualserver PLIST_FILES= sbin/dualserver etc/dualserver.conf.sample +NO_STAGE= yes post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} diff --git a/dns/ez-ipupdate/Makefile b/dns/ez-ipupdate/Makefile index 4aacc06d47e3..b65705263631 100644 --- a/dns/ez-ipupdate/Makefile +++ b/dns/ez-ipupdate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ez-ipupdate -# Date created: 24 July 2002 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= ez-ipupdate PORTVERSION= 3.0.11b8 @@ -19,6 +15,7 @@ COMMENT= Update your host name on any dynamic DNS service USE_RC_SUBR= ez-ipupdate GNU_CONFIGURE= yes +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} for f in ${WRKSRC}/example-*.conf; \ diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 43f877018812..785fa92a9d33 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -31,6 +31,7 @@ MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \ reresolve.1 make-report.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile index fa54b8d5ba4c..3fc8ce865bf4 100644 --- a/dns/firedns/Makefile +++ b/dns/firedns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: firedns -# Date created: Sun 12 May 22:30:00 WST 2002 -# Whom: Dean Hollister <dean@odyssey.apana.org.au> -# +# Created by: Dean Hollister <dean@odyssey.apana.org.au> # $FreeBSD$ -# PORTNAME= firedns PORTVERSION= 0.9.12 @@ -41,6 +37,7 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_resolvetxt.3 firedns_resolvetxtlist.3 \ libfiredns.3 +NO_STAGE= yes pre-configure: @-${RM} ${WRKSRC}/firemake/*.orig diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index ac37ae3b2952..701deac6a957 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -24,4 +24,5 @@ USE_PERL5= configure MAN1= fpdns.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index e947ac246071..20333ebfcea4 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -34,6 +34,7 @@ USE_RC_SUBR= gdnsd USERS?= gdnsd GROUPS?= gdnsd +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGEOIP} diff --git a/dns/geta/Makefile b/dns/geta/Makefile index 4d6eba0b55e4..1c6064bf37fb 100644 --- a/dns/geta/Makefile +++ b/dns/geta/Makefile @@ -19,4 +19,5 @@ USE_PERL5= build NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/geta +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile index c8639a210ce8..046ea2bb8019 100644 --- a/dns/ghtool/Makefile +++ b/dns/ghtool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ghtool -# Date created: 19 September 2000 -# Whom: roam@orbitel.bg -# +# Created by: roam@orbitel.bg # $FreeBSD$ -# PORTNAME= ghtool PORTVERSION= 1.0 @@ -25,6 +21,7 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC}/${SRC} PLIST_FILES= bin/gh +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${TGT} ${WRKSRC}/${SRC} diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index c04954856e21..fb96d5e2e685 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -32,6 +32,7 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ hesiod_free_string.3 hesiod_parse_result.3 MAN5= hesiod.conf.5 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIDN} diff --git a/dns/hostdb/Makefile b/dns/hostdb/Makefile index 6ba79d76a186..75afa6021b06 100644 --- a/dns/hostdb/Makefile +++ b/dns/hostdb/Makefile @@ -15,6 +15,7 @@ NO_BUILD= yes HOSTDB_EXAMPLES_DIRS= example1/out example1/ example2 hiddenmaster HOSTDB_EXAMPLES_DIRS+= mailserverexample/out mailserverexample +NO_STAGE= yes .include <bsd.port.options.mk> pre-install: diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile index ce39ae91466a..1f5043aeca6e 100644 --- a/dns/idnkit/Makefile +++ b/dns/idnkit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: idnkit -# Date created: 19 March 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= idnkit PORTVERSION= 1.0 @@ -36,6 +32,7 @@ MANCOMPRESSED= no DOCS_EN= ChangeLog NEWS README DOCS_JA= README.ja +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|mode=link $$(LD)|mode=link $$(CC)|' diff --git a/dns/idnkit2/Makefile b/dns/idnkit2/Makefile index 83326e48d29b..bc3d926b679e 100644 --- a/dns/idnkit2/Makefile +++ b/dns/idnkit2/Makefile @@ -33,6 +33,7 @@ MAN3= idn_checkname.3 idn_comparenames.3 idn_comparenames2.3 \ MAN5= idn2.conf.5 idn2rc.5 idnalias.conf.5 idnlang.conf.5 MANCOMPRESSED= no +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' \ ${WRKSRC}/configure diff --git a/dns/inadyn-mt/Makefile b/dns/inadyn-mt/Makefile index d96f0506e9e8..b63e8c215b87 100644 --- a/dns/inadyn-mt/Makefile +++ b/dns/inadyn-mt/Makefile @@ -29,6 +29,7 @@ PLIST_FILES= bin/inadyn-mt etc/inadyn-mt/lang/en.lng OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/dns/inadyn/Makefile b/dns/inadyn/Makefile index 1fe12396bf45..dd75fa6a41cf 100644 --- a/dns/inadyn/Makefile +++ b/dns/inadyn/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/inadyn OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/dns/ipcheck/Makefile b/dns/ipcheck/Makefile index 846dc36ca6ca..ce8848e0ad25 100644 --- a/dns/ipcheck/Makefile +++ b/dns/ipcheck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipcheck -# Date created: 24 Mar 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ipcheck PORTVERSION= 0.240 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/ipcheck.py +NO_STAGE= yes do-patch: @${SED} \ -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ diff --git a/dns/knot/Makefile b/dns/knot/Makefile index 93ab3e0262ab..b3e1d4d1b0db 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -35,6 +35,7 @@ INFO= knot PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/dns/ldapdns/Makefile b/dns/ldapdns/Makefile index cf0b7055d8b7..b05d3d9951b8 100644 --- a/dns/ldapdns/Makefile +++ b/dns/ldapdns/Makefile @@ -28,6 +28,7 @@ PROGRAMS= ldapdns ldapaxfr SCRIPTS= ldapdns-conf ldapaxfr-conf domainname.sh DOCS= AUTHORS CHANGELOG FAQ INSTALL README README.[a-s]* +NO_STAGE= yes do-install: .for i in ${PROGRAMS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index a8ffaea2619f..e3a76001da5e 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE+= GOST GOST_DESC= GOST signatures enabled, requires openssl >= 1.0.0 +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(BUILD_PYLDNS) diff --git a/dns/ldnsm/Makefile b/dns/ldnsm/Makefile index 3d987a550ff2..29a7d1bbaee4 100644 --- a/dns/ldnsm/Makefile +++ b/dns/ldnsm/Makefile @@ -21,6 +21,7 @@ MAN5= dotldnsm.5 WRKSRC= ${WRKDIR}/${DISTNAME} #nothing to configure +NO_STAGE= yes do-configure: @${ECHO} -n diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index fd0b94fd9ce6..58b18a320e1a 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random OPTIONS_DEFINE= IPV6 THREADS OPTIONS_DEFAULT= IPV6 THREADS +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MIPV6} diff --git a/dns/libdjbdns/Makefile b/dns/libdjbdns/Makefile index 53f8c09124f3..609466e21614 100644 --- a/dns/libdjbdns/Makefile +++ b/dns/libdjbdns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdjbdns -# Date created: 01 Apr 2002 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= libdjbdns PORTVERSION= 1.05 @@ -26,6 +22,7 @@ INCLUDES= alloc.h byte.h case.h dns.h env.h error.h fmt.h \ socket.h str.h stralloc.h tai.h taia.h uint16.h \ uint32.h uint64.h +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/include/libdjbdns cd ${WRKSRC} && \ diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index cf2d8b36a0ed..80d1766f304e 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -20,6 +20,7 @@ USES= iconv pathfix perl5 pkgconfig INFO= libidn +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/dns/linux-f10-libasyncns/Makefile b/dns/linux-f10-libasyncns/Makefile index 447d4364885e..8096ae098ed7 100644 --- a/dns/linux-f10-libasyncns/Makefile +++ b/dns/linux-f10-libasyncns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns/libasyncns -# Date created: 2009-12-20 -# Whom: itetcu@ -# +# Created by: itetcu@ # $FreeBSD$ -# PORTNAME= libasyncns PORTVERSION= 0.7 @@ -20,4 +16,5 @@ RPMVERSION= 1.fc10 USE_LDCONFIG= yes AUTOMATIC_PLIST=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 714b84f26ca8..540b4e92b5bd 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -25,6 +25,7 @@ MAN1= askmara.1 getzone.1 fetchzone.1 MAN5= mararc.5 csv1.5 csv2.5 csv2_txt.5 MAN8= maradns.8 zoneserver.8 duende.8 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/dns/mdnsd/Makefile b/dns/mdnsd/Makefile index 24b6688fa613..d994c1eaafe2 100644 --- a/dns/mdnsd/Makefile +++ b/dns/mdnsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mdnsd -# Date created: 2003/05/24 -# Whom: Dan Pelleg <daniel+mdnsd@pelleg.org> -# +# Created by: Dan Pelleg <daniel+mdnsd@pelleg.org> # $FreeBSD$ -# PORTNAME= mdnsd PORTVERSION= 0.7G @@ -17,6 +13,7 @@ COMMENT= Advertise a service via Rendezvous PLIST_FILES= bin/mhttp\ bin/mquery +NO_STAGE= yes do-install: @${ECHO_MSG} "Installing files" .for i in mhttp mquery diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 774400fdb88d..f6654c681e27 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFINE= PGSQL ALIAS SSL NLS OPTIONS_DEFAULT= ALIAS ALIAS_DESC= Server side aliasas +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MALIAS} diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 0d5a186b0495..842984992d94 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -26,6 +26,7 @@ MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8 mydnsptrconvert.8 mydns- DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MALIAS} diff --git a/dns/noip/Makefile b/dns/noip/Makefile index 9f36be89c1a3..4e28a9df51b8 100644 --- a/dns/noip/Makefile +++ b/dns/noip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: No-IP Dynamic Update Client -# Date created: 28 March 2002 -# Whom: Eyal Soha <esoha@attbi.com> -# +# Created by: Eyal Soha <esoha@attbi.com> # $FreeBSD$ -# PORTNAME= noip PORTVERSION= 2.1.9 @@ -27,6 +23,7 @@ GROUPS= noip PLIST_SUB+= USER="${USERS}" +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/noip2 ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 52903a88dd4f..632b340bed5d 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -62,6 +62,7 @@ MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} RRL_DESC= Response Rate Limiting EUI_RRTYPES_DESC= EUI48 and EUI64 RRtypes support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MROOT_SERVER} diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile index 16abe7db2daf..7af1da5acb03 100644 --- a/dns/nslint/Makefile +++ b/dns/nslint/Makefile @@ -22,6 +22,7 @@ CONFFILE?= /etc/namedb/named.conf MAN8= nslint.8 PLIST_FILES= bin/nslint +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure @@${REINPLACE_CMD} -e 's|/etc/named.boot|${BOOTFILE}|; \ diff --git a/dns/nsping/Makefile b/dns/nsping/Makefile index 81140dc2e0d0..f54c34652a1f 100644 --- a/dns/nsping/Makefile +++ b/dns/nsping/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsping -# Date created: 04 March 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nsping PORTVERSION= 0.8 @@ -19,6 +15,7 @@ COMMENT= DNS "ping" MAN8= nsping.8 PLIST_FILES= sbin/nsping +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8 diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index f7088b07b917..47aeeaf03884 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nss_mdns -# Date Created: Jan 19 2007 -# Whom: Bruce M. Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M. Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nss_mdns PORTVERSION= 0.10 @@ -36,6 +32,7 @@ CONFIGURE_ARGS+= \ INSTALLED_MODULES=nss_mdns nss_mdns_minimal +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSEARCH_DOMAINS} diff --git a/dns/nss_resinit/Makefile b/dns/nss_resinit/Makefile index 5dacb6ebf061..4302ff164917 100644 --- a/dns/nss_resinit/Makefile +++ b/dns/nss_resinit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nss_resinit -# Date Created: Apr 11 2006 -# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> -# +# Created by: Hajimu UMEMOTO <ume@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nss_resinit PORTVERSION= 20060412 @@ -19,6 +15,7 @@ PLIST_FILES= lib/nss_resinit.so lib/nss_resinit.so.1 MAN8= nss_resinit.8 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_COMPAT5X) diff --git a/dns/odsclient/Makefile b/dns/odsclient/Makefile index 8c84c6f240af..78b043ffd419 100644 --- a/dns/odsclient/Makefile +++ b/dns/odsclient/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: odsclient -# Date created: Jul 22, 2001 -# Whom: geniusj@ods.org -# +# Created by: geniusj@ods.org # $FreeBSD$ -# PORTNAME= odsclient PORTVERSION= 1.03 @@ -15,6 +11,7 @@ COMMENT= ODS Dynamic DNS Client ALL_TARGET= odsclient +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile index d0cf24dcaf95..7921f7e80b1c 100644 --- a/dns/opendd/Makefile +++ b/dns/opendd/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= sbin/${PORTNAME} \ "%%ETCDIR%%/${PORTNAME}.pem" \ "@dirrmtry %%ETCDIR%%" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRCNG} diff --git a/dns/opendnssec/Makefile b/dns/opendnssec/Makefile index f19581db49be..d8e6e9a33bd1 100644 --- a/dns/opendnssec/Makefile +++ b/dns/opendnssec/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFINE= SOFTHSM MYSQL SOFTHSM_DESC= SoftHSM cryptographic store for PKCS \#11 interface OPTIONS_DEFAULT= MYSQL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/dns/opendnssec13/Makefile b/dns/opendnssec13/Makefile index fd412bab3e02..6f3fbf196b56 100644 --- a/dns/opendnssec13/Makefile +++ b/dns/opendnssec13/Makefile @@ -36,6 +36,7 @@ SOFTHSM_DESC= SoftHSM cryptographic store for PKCS \#11 interface AUDITOR_DESC= Build with Auditor OPTIONS_DEFAULT= AUDITOR +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile index 62491beb5572..48ccb4e86fee 100644 --- a/dns/openresolv/Makefile +++ b/dns/openresolv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openresolv -# Date created: 20 December 2007 -# Whom: Roy Marples <roy@marples.name> -# +# Created by: Roy Marples <roy@marples.name> # $FreeBSD$ -# PORTNAME= openresolv PORTVERSION= 1.1 @@ -22,6 +18,7 @@ SUB_FILES= pkg-deinstall pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes post-install: @${CAT} ${WRKDIR}/pkg-message diff --git a/dns/p5-BIND-Conf_Parser/Makefile b/dns/p5-BIND-Conf_Parser/Makefile index 3a3f474766b1..fca98a31d68c 100644 --- a/dns/p5-BIND-Conf_Parser/Makefile +++ b/dns/p5-BIND-Conf_Parser/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= BIND::Conf_Parser.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-BIND-Config-Parser/Makefile b/dns/p5-BIND-Config-Parser/Makefile index f5a32883eae1..f27436f11ca4 100644 --- a/dns/p5-BIND-Config-Parser/Makefile +++ b/dns/p5-BIND-Config-Parser/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= BIND::Config::Parser.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-DNS-Config/Makefile b/dns/p5-DNS-Config/Makefile index af480bf4f87c..91aab7b3ff06 100644 --- a/dns/p5-DNS-Config/Makefile +++ b/dns/p5-DNS-Config/Makefile @@ -14,6 +14,7 @@ COMMENT= DNS::Config is set of perl modules for name service configurations USES= perl5 USE_PERL5= configure patch +NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name '*.pm' -o -name '*.t' -o -name '*.PL' | \ ${XARGS} ${PERL} -pi -e '$$_="" if /^use 5/;' \ diff --git a/dns/p5-DNS-EasyDNS/Makefile b/dns/p5-DNS-EasyDNS/Makefile index 6b0b87d500f1..e7b858b5f74e 100644 --- a/dns/p5-DNS-EasyDNS/Makefile +++ b/dns/p5-DNS-EasyDNS/Makefile @@ -19,6 +19,7 @@ MAN3= DNS::EasyDNS.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} diff --git a/dns/p5-DNS-Zone/Makefile b/dns/p5-DNS-Zone/Makefile index f771dee4a89a..78bb88caeb44 100644 --- a/dns/p5-DNS-Zone/Makefile +++ b/dns/p5-DNS-Zone/Makefile @@ -14,6 +14,7 @@ COMMENT= DNS::Zone is set of perl modules for name service zone files USES= perl5 USE_PERL5= configure patch +NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name '*.pm' -o -name '*.t' -o -name '*.PL' | \ ${XARGS} ${PERL} -pi -e '$$_="" if /^use 5/;' \ diff --git a/dns/p5-DNS-ZoneParse/Makefile b/dns/p5-DNS-ZoneParse/Makefile index b6ebf743ed81..0e7461016dfd 100644 --- a/dns/p5-DNS-ZoneParse/Makefile +++ b/dns/p5-DNS-ZoneParse/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= DNS::ZoneParse.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Data-Validate-Domain/Makefile b/dns/p5-Data-Validate-Domain/Makefile index 9bf320aebcc6..b4844cc476b2 100644 --- a/dns/p5-Data-Validate-Domain/Makefile +++ b/dns/p5-Data-Validate-Domain/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Data::Validate::Domain.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index 60286b75c141..a0efe6f6312e 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -21,6 +21,7 @@ USES= perl5 MAN3= Mozilla::PublicSuffix.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/dns/p5-Net-Amazon-Route53/Makefile b/dns/p5-Net-Amazon-Route53/Makefile index a38d9528aa6c..bc39199e7ab8 100644 --- a/dns/p5-Net-Amazon-Route53/Makefile +++ b/dns/p5-Net-Amazon-Route53/Makefile @@ -29,4 +29,5 @@ MAN3= Net::Amazon::Route53.3 \ Net::Amazon::Route53::ResourceRecordSet::Change.3 \ Net::Amazon::Route53::Change.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-Bonjour/Makefile b/dns/p5-Net-Bonjour/Makefile index b09ca96ee256..24fa625e5c08 100644 --- a/dns/p5-Net-Bonjour/Makefile +++ b/dns/p5-Net-Bonjour/Makefile @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= Net-Bonjour @@ -26,6 +25,7 @@ MAN3= Net::Rendezvous.3 \ Net::Rendezvous::Entry.3 \ Net::Bonjour.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/my $$ans = .*/my $$ans = "n";/g' ${WRKSRC}/Makefile.PL diff --git a/dns/p5-Net-DNS-Async/Makefile b/dns/p5-Net-DNS-Async/Makefile index cf289f7637a2..f61cdf009093 100644 --- a/dns/p5-Net-DNS-Async/Makefile +++ b/dns/p5-Net-DNS-Async/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Net::DNS::Async.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-Check/Makefile b/dns/p5-Net-DNS-Check/Makefile index 62b93dfec977..35081fb7778e 100644 --- a/dns/p5-Net-DNS-Check/Makefile +++ b/dns/p5-Net-DNS-Check/Makefile @@ -29,4 +29,5 @@ MAN3= Net::DNS::Check::Test::ns_count.3 Net::DNS::Check::Test::soa_expire_compar Net::DNS::Check::Test.3 Net::DNS::Check::Test::soa_refresh_compare.3 \ Net::DNS::Check::Test::soa_serial_syntax.3 Net::DNS::Check.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-Codes/Makefile b/dns/p5-Net-DNS-Codes/Makefile index 6b70f58a5078..6852b7853fb6 100644 --- a/dns/p5-Net-DNS-Codes/Makefile +++ b/dns/p5-Net-DNS-Codes/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Net::DNS::Codes.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-Lite/Makefile b/dns/p5-Net-DNS-Lite/Makefile index 47b14dbf308d..38a0471ba736 100644 --- a/dns/p5-Net-DNS-Lite/Makefile +++ b/dns/p5-Net-DNS-Lite/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= Net::DNS::Lite.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile index a6c252adfc72..364cc78858b3 100644 --- a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile +++ b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Net::DNS::RR::SRV::Helper.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-Resolver-Programmable/Makefile b/dns/p5-Net-DNS-Resolver-Programmable/Makefile index d3203c7b103b..599290094150 100644 --- a/dns/p5-Net-DNS-Resolver-Programmable/Makefile +++ b/dns/p5-Net-DNS-Resolver-Programmable/Makefile @@ -20,6 +20,7 @@ USE_PERL5= modbuild MAN3= Net::DNS::Resolver::Programmable.3 +NO_STAGE= yes .include <bsd.port.pre.mk> PORTDOCS= CHANGES README TODO diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile index 5bed4e2616eb..8b210f23cf05 100644 --- a/dns/p5-Net-DNS-SEC/Makefile +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -30,4 +30,5 @@ MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ Net::DNS::RR::NSEC.3 Net::DNS::RR::DNSKEY.3 \ Net::DNS::RR::NSEC3.3 Net::DNS::RR::NSEC3PARAM.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-TestNS/Makefile b/dns/p5-Net-DNS-TestNS/Makefile index f1885466684b..17d8bfe3b301 100644 --- a/dns/p5-Net-DNS-TestNS/Makefile +++ b/dns/p5-Net-DNS-TestNS/Makefile @@ -21,4 +21,5 @@ USES= perl5 MAN3= Net::DNS::TestNS.3 Net::DNS::TestNS::DTD.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-ToolKit/Makefile b/dns/p5-Net-DNS-ToolKit/Makefile index 7137152a7f4e..da3992ef3c3e 100644 --- a/dns/p5-Net-DNS-ToolKit/Makefile +++ b/dns/p5-Net-DNS-ToolKit/Makefile @@ -49,4 +49,5 @@ MAN3= Net::DNS::ToolKit.3 \ Net::DNS::ToolKit::RR::X25.3 \ Net::DNS::ToolKit::Utilities.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-Zone-Parser/Makefile b/dns/p5-Net-DNS-Zone-Parser/Makefile index b3d87ee4d6c5..eed3f11fc366 100644 --- a/dns/p5-Net-DNS-Zone-Parser/Makefile +++ b/dns/p5-Net-DNS-Zone-Parser/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Net::DNS::Zone::Parser.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-ZoneCheck/Makefile b/dns/p5-Net-DNS-ZoneCheck/Makefile index f8a1f8e2668a..7c6c80c8fcf3 100644 --- a/dns/p5-Net-DNS-ZoneCheck/Makefile +++ b/dns/p5-Net-DNS-ZoneCheck/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Net::DNS::ZoneCheck.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile index eb4e04bd0cc8..a403ff5b5b5d 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile +++ b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Net::DNS::ZoneFile::Fast.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index ecfef3266e94..7c0cdd82b175 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -48,6 +48,7 @@ MAN3= Net::DNS.3 Net::DNS::Domain.3 Net::DNS::DomainName.3 \ Net::DNS::Text.3 Net::DNS::Update.3 Net::DNS::ZoneFile.3 PORTDOCS= Changes README TODO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIDN} diff --git a/dns/p5-Net-DNSBL-MultiDaemon/Makefile b/dns/p5-Net-DNSBL-MultiDaemon/Makefile index 0c6285dc9cfa..d13f169849c6 100644 --- a/dns/p5-Net-DNSBL-MultiDaemon/Makefile +++ b/dns/p5-Net-DNSBL-MultiDaemon/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= Net::DNSBL::MultiDaemon.3 Net::DNSBL::Utilities.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DNSBL-Statistics/Makefile b/dns/p5-Net-DNSBL-Statistics/Makefile index 59188cdff223..2f1f8db1b57e 100644 --- a/dns/p5-Net-DNSBL-Statistics/Makefile +++ b/dns/p5-Net-DNSBL-Statistics/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= Net::DNSBL::Statistics.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-DRI/Makefile b/dns/p5-Net-DRI/Makefile index ed2ade5c8e18..4bdd6e14d935 100644 --- a/dns/p5-Net-DRI/Makefile +++ b/dns/p5-Net-DRI/Makefile @@ -31,6 +31,7 @@ RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include "${.CURDIR}/Makefile.man" .include <bsd.port.mk> diff --git a/dns/p5-Net-Domain-ExpireDate/Makefile b/dns/p5-Net-Domain-ExpireDate/Makefile index daa4be1e1f7d..c9325a0dba41 100644 --- a/dns/p5-Net-Domain-ExpireDate/Makefile +++ b/dns/p5-Net-Domain-ExpireDate/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Net::Domain::ExpireDate.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-Domain-TLD/Makefile b/dns/p5-Net-Domain-TLD/Makefile index 53d97335ae56..51e06573fe10 100644 --- a/dns/p5-Net-Domain-TLD/Makefile +++ b/dns/p5-Net-Domain-TLD/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Net::Domain::TLD.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index ffbf85748930..9294191128cb 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -19,4 +19,5 @@ CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include MAN3= Net::LibIDN.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile index 4c450ffe6a2a..14cd1fbef34a 100644 --- a/dns/p5-Net-Nslookup/Makefile +++ b/dns/p5-Net-Nslookup/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Net::Nslookup.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Net-RBLClient/Makefile b/dns/p5-Net-RBLClient/Makefile index 67b09bb19c2e..dce5a13847be 100644 --- a/dns/p5-Net-RBLClient/Makefile +++ b/dns/p5-Net-RBLClient/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN1= spamalyze.1 MAN3= Net::RBLClient.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile index 334c4f6da8eb..2f8cace0d392 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= POE::Component::Client::DNS::Recursive.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Client-DNS/Makefile b/dns/p5-POE-Component-Client-DNS/Makefile index 06790303e168..571aa8916c1e 100644 --- a/dns/p5-POE-Component-Client-DNS/Makefile +++ b/dns/p5-POE-Component-Client-DNS/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= POE::Component::Client::DNS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Client-DNSBL/Makefile b/dns/p5-POE-Component-Client-DNSBL/Makefile index 97a8df12e532..80b14f5de497 100644 --- a/dns/p5-POE-Component-Client-DNSBL/Makefile +++ b/dns/p5-POE-Component-Client-DNSBL/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= POE::Component::Client::DNSBL.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Resolver/Makefile b/dns/p5-POE-Component-Resolver/Makefile index 543c13580ae4..ddc0121a4b89 100644 --- a/dns/p5-POE-Component-Resolver/Makefile +++ b/dns/p5-POE-Component-Resolver/Makefile @@ -24,6 +24,7 @@ USE_PERL5= configure MAN3= POE::Component::Resolver.3 \ POE::Component::Resolver::Sidecar.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/dns/p5-POE-Component-Server-DNS/Makefile b/dns/p5-POE-Component-Server-DNS/Makefile index aff5b47a51cb..a46460a06031 100644 --- a/dns/p5-POE-Component-Server-DNS/Makefile +++ b/dns/p5-POE-Component-Server-DNS/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= POE::Component::Server::DNS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-POE-Filter-DNS-TCP/Makefile b/dns/p5-POE-Filter-DNS-TCP/Makefile index 572d9b3d2d01..42743953134c 100644 --- a/dns/p5-POE-Filter-DNS-TCP/Makefile +++ b/dns/p5-POE-Filter-DNS-TCP/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= POE::Filter::DNS::TCP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Stanford-DNSserver/Makefile b/dns/p5-Stanford-DNSserver/Makefile index a2a7d38f8eaf..7db620d13d69 100644 --- a/dns/p5-Stanford-DNSserver/Makefile +++ b/dns/p5-Stanford-DNSserver/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Stanford-DNSserver -# Date created: 5 November 2004 -# Whom: Peter Pentchev <roam@FreeBSD.org> -# +# Created by: Peter Pentchev <roam@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Stanford-DNSserver PORTVERSION= 1.2.0 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Stanford::DNS.3 Stanford::DNSserver.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-Tie-DNS/Makefile b/dns/p5-Tie-DNS/Makefile index fabed0e4a668..05cdfb1ed9e5 100644 --- a/dns/p5-Tie-DNS/Makefile +++ b/dns/p5-Tie-DNS/Makefile @@ -25,6 +25,7 @@ MAN3= Tie::DNS.3 PORTEXAMPLES= * +NO_STAGE= yes post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR} diff --git a/dns/p5-pgeodns/Makefile b/dns/p5-pgeodns/Makefile index f39a072a5bfa..c9b79e170c83 100644 --- a/dns/p5-pgeodns/Makefile +++ b/dns/p5-pgeodns/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure NO_MANCOMPRESS= no MAN1= pgeodns.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile index 47a9dd000f15..1099352ac7c2 100644 --- a/dns/pdnsd/Makefile +++ b/dns/pdnsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdnsd -# Date Created: 27 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= pdnsd PORTVERSION= 1.2.9a @@ -38,6 +34,7 @@ DOC_FILES+= txt/faq.txt txt/intro.txt txt/manual.txt CFLAGS+= -pthread +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} diff --git a/dns/pear-File_DNS/Makefile b/dns/pear-File_DNS/Makefile index 888283192a1f..2efae405656a 100644 --- a/dns/pear-File_DNS/Makefile +++ b/dns/pear-File_DNS/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/dns/pear-Net_DNS/Makefile b/dns/pear-Net_DNS/Makefile index 4f695da7a938..6e5e75f9bd85 100644 --- a/dns/pear-Net_DNS/Makefile +++ b/dns/pear-Net_DNS/Makefile @@ -16,6 +16,7 @@ PORTSCOUT= skipv:1.00b2,1.00b1 USE_PHP= mhash PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile index 935524bcb61d..3d4fc43bfef3 100644 --- a/dns/pear-Net_DNS2/Makefile +++ b/dns/pear-Net_DNS2/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index 982816c08b78..229fd527d89a 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: posadis -# Date Created: 27 Feb 2003 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= posadis PORTVERSION= 0.60.5 @@ -38,6 +34,7 @@ MAN5= posadisrc.5 DOCS= AUTHORS ChangeLog README TODO .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} diff --git a/dns/poweradmin/Makefile b/dns/poweradmin/Makefile index b0a8da8f1660..ee7c3dda6e2a 100644 --- a/dns/poweradmin/Makefile +++ b/dns/poweradmin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: poweradmin -# Date created: 19 January 2005 -# Whom: geo -# +# Created by: geo # $FreeBSD$ -# PORTNAME= poweradmin PORTVERSION= 2.1.6 @@ -30,6 +26,7 @@ CFGFILE= config.inc.php PLIST= ${WRKDIR}/plist +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 8f9a3d1dd349..d38c8ef8d6df 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -64,6 +64,7 @@ POLARSSL_DESC= Use embedded PolarSSL OPTIONS_DEFAULT= PGSQL DNSSEC BOTAN110 POLARSSL +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 416ea9eabe75..fe07530e3eb2 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${PREFIX}/lib MAN8= rec_control.8 pdns_recursor.8 SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index b3442fd240f5..448040d0b710 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -61,6 +61,7 @@ TOOLS_DESC= Build extra tools OPTIONS_DEFAULT= PGSQL DNSSEC BOTAN110 POLARSSL +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index f7002a13bef0..3f6cf77f408a 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-adns -# Date created: 24 February 2002 -# Whom: Hye-Shik Chang <perky@fallin.lv> -# +# Created by: Hye-Shik Chang <perky@fallin.lv> # $FreeBSD$ -# PORTNAME= adns PORTVERSION= 1.2.1 @@ -23,6 +19,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= adns-python PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \ diff --git a/dns/py-dns/Makefile b/dns/py-dns/Makefile index 4ca13611ade6..238977201583 100644 --- a/dns/py-dns/Makefile +++ b/dns/py-dns/Makefile @@ -24,6 +24,7 @@ PYDISTUTILS_PKGNAME= pydns DOCS= README.txt README-guido.txt DOCSDIR= ${PREFIX}/share/doc/py-dns +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index 584c5faf7713..326c9342bb80 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -27,6 +27,7 @@ EXAMPLE_FILES= ddns.py e164.py mx.py name.py reverse.py reverse_name.py \ xfr.py zonediff.py EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_MAJOR_VER} < 3 diff --git a/dns/py-easyzone/Makefile b/dns/py-easyzone/Makefile index 34d3938196c4..d86842f4c37f 100644 --- a/dns/py-easyzone/Makefile +++ b/dns/py-easyzone/Makefile @@ -19,4 +19,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/py-idnkit2/Makefile b/dns/py-idnkit2/Makefile index 1feef6e2105e..159f81515a52 100644 --- a/dns/py-idnkit2/Makefile +++ b/dns/py-idnkit2/Makefile @@ -18,6 +18,7 @@ USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/idnkit.so +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/setup.py diff --git a/dns/py-ldns/Makefile b/dns/py-ldns/Makefile index bf98311a7a2c..8f77890830fb 100644 --- a/dns/py-ldns/Makefile +++ b/dns/py-ldns/Makefile @@ -7,4 +7,5 @@ BUILD_PYLDNS=yes PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile index 058072d14926..b8737f081875 100644 --- a/dns/py-namebench/Makefile +++ b/dns/py-namebench/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-namebench -# Date created: 04 December 2009 -# Whom: Sahil Tandon <sahil@tandon.net> -# +# Created by: Sahil Tandon <sahil@tandon.net> # $FreeBSD$ -# PORTNAME= namebench PORTVERSION= 1.3.1 @@ -25,6 +21,7 @@ RUN_DEPENDS+= \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.6:${PORTSDIR}/devel/py-simplejson +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MX11) diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index cd8828ea943d..94b5814b61a3 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-publicsuffix -# Date created: 22 June 2012 -# Whom: Dmitry Pryadko <d.pryadko@rambler-co.ru> -# +# Created by: Dmitry Pryadko <d.pryadko@rambler-co.ru> # $FreeBSD$ -# PORTNAME= publicsuffix PORTVERSION= 1.0.2 @@ -24,4 +20,5 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/publicsuffix.py \ USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile index 09dd3e0b8cd8..0b0e9debf66d 100644 --- a/dns/py-twistedNames/Makefile +++ b/dns/py-twistedNames/Makefile @@ -22,4 +22,5 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/radns/Makefile b/dns/radns/Makefile index 8b80ecd0062b..cf36d6b9efbe 100644 --- a/dns/radns/Makefile +++ b/dns/radns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: radns -# Date created: 11 July 2011 -# Whom: Michael Cardell Widerkrantz <mc@hack.org> -# +# Created by: Michael Cardell Widerkrantz <mc@hack.org> # $FreeBSD$ -# PORTNAME= radns PORTVERSION= 20110809.2 @@ -29,6 +25,7 @@ MAN8= radns.8 PORTDOCS= LICENSE README README.FreeBSD NEWS +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" diff --git a/dns/rbldnsd/Makefile b/dns/rbldnsd/Makefile index f746e9248fc0..f933c58db654 100644 --- a/dns/rbldnsd/Makefile +++ b/dns/rbldnsd/Makefile @@ -23,6 +23,7 @@ GROUPS= ${USERS} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile index c6978ef2e2a2..741969b46179 100644 --- a/dns/rbllookup-ng/Makefile +++ b/dns/rbllookup-ng/Makefile @@ -21,6 +21,7 @@ PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc CONFLICTS= rbllookup-0.* +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/rbllookup.pl diff --git a/dns/rbllookup/Makefile b/dns/rbllookup/Makefile index d5886dd3cdcc..1021caf8a091 100644 --- a/dns/rbllookup/Makefile +++ b/dns/rbllookup/Makefile @@ -18,6 +18,7 @@ USES= perl5 PLIST_FILES= bin/rbllookup PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/rbl.pl ${PREFIX}/bin/rbllookup .if !defined(NOPORTDOCS) diff --git a/dns/rubygem-dnsruby/Makefile b/dns/rubygem-dnsruby/Makefile index f9da732a24ad..8eb90be58f62 100644 --- a/dns/rubygem-dnsruby/Makefile +++ b/dns/rubygem-dnsruby/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/rubygem-net-dns/Makefile b/dns/rubygem-net-dns/Makefile index 4bc93dfc9c37..91a4bbb84f76 100644 --- a/dns/rubygem-net-dns/Makefile +++ b/dns/rubygem-net-dns/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 36d85d918ea6..cc2da1cb6ff5 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index a2126ff7808c..257459f70a74 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile index c6ea5843cbf1..9e9ec57d7320 100644 --- a/dns/samba-nsupdate/Makefile +++ b/dns/samba-nsupdate/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS+= \ --without-idn \ --with-randomdev=/dev/random +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/dns/scavenge/Makefile b/dns/scavenge/Makefile index 3f5721900e19..3b4c42fb0104 100644 --- a/dns/scavenge/Makefile +++ b/dns/scavenge/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= bin/scavenge NO_BUILD= yes USES= perl5 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin diff --git a/dns/sheerdns/Makefile b/dns/sheerdns/Makefile index fff2eccd1b3f..896396619ec5 100644 --- a/dns/sheerdns/Makefile +++ b/dns/sheerdns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sheerdns -# Date created: 26 May 2004 -# Whom: bkhl -# +# Created by: bkhl # $FreeBSD$ -# PORTNAME= sheerdns PORTVERSION= 1.0.3 @@ -20,4 +16,5 @@ PLIST_FILES= sbin/sheerdns sbin/sheerdnshash WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/skadns/Makefile b/dns/skadns/Makefile index b87649db2040..8720cbc7c294 100644 --- a/dns/skadns/Makefile +++ b/dns/skadns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: skadns -# Date created: 2004-01-01 -# Whom: Sergei Kolobov <sergei@FreeBSD.org> -# +# Created by: Sergei Kolobov <sergei@FreeBSD.org> # $FreeBSD$ -# PORTNAME= skadns PORTVERSION= 0.25 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/web/${DISTNAME} DOCS= package/CHANGES package/README package/THANKS package/TODO \ doc/*.html +NO_STAGE= yes do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-compile/conf-cc ${ECHO_CMD} "${CC} ${LDFLAGS}" > ${WRKSRC}/conf-compile/conf-ld diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile index c4ee6cfa228b..36a83832614e 100644 --- a/dns/sleuth/Makefile +++ b/dns/sleuth/Makefile @@ -16,6 +16,7 @@ SHEBANG_FILES= sleuth PLIST_FILES= bin/sleuth etc/sleuth.conf.sample +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|' \ ${WRKSRC}/sleuth diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile index ccec3136b4c8..af389e86986a 100644 --- a/dns/sshfp/Makefile +++ b/dns/sshfp/Makefile @@ -28,6 +28,7 @@ PY_FILES= sshfp dane WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-${GH_COMMIT} +NO_STAGE= yes post-patch: .for f in ${PY_FILES} daneldnsx.py @${REINPLACE_CMD} -e '1s|.*|#!${PYTHON_CMD}|' ${WRKSRC}/${f} diff --git a/dns/tinystats/Makefile b/dns/tinystats/Makefile index e9387168aeea..2e41094999ff 100644 --- a/dns/tinystats/Makefile +++ b/dns/tinystats/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tinystats -# Date created: 07 July 2005 -# Whom: Filippo Natali <filippo.natali@gmail.com> -# +# Created by: Filippo Natali <filippo.natali@gmail.com> # $FreeBSD$ -# PORTNAME= tinystats PORTVERSION= 1.1 @@ -27,6 +23,7 @@ PLIST_FILES= bin/tinystats \ PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= README LICENSE THANKS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} diff --git a/dns/totd/Makefile b/dns/totd/Makefile index df764d917dd1..9f7ac020f466 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: totd -# Date created: 17 Nov 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ PORTNAME= totd @@ -22,6 +19,7 @@ PLIST_FILES= etc/totd.conf.sample sbin/totd EXTRA_PATCHES= ${FILESDIR}/extra-patch-ne_mesg.c \ ${FILESDIR}/extra-patch-tcp_response.c +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/${MAKEFILE}.in diff --git a/dns/udns/Makefile b/dns/udns/Makefile index 885b49f881ed..966660706f04 100644 --- a/dns/udns/Makefile +++ b/dns/udns/Makefile @@ -26,6 +26,7 @@ SHLIB_MAJOR= 0 MAN1= dnsget.1 rblcheck.1 MAN3= udns.3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index fad5abb19e50..3be63ff82c53 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -54,6 +54,7 @@ GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) MUNIN_DESC= Install Munin plugin +NO_STAGE= yes .include <bsd.port.options.mk> LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 \ diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile index 2f30f36e2af5..9224050975eb 100644 --- a/dns/updatedd/Makefile +++ b/dns/updatedd/Makefile @@ -24,6 +24,7 @@ MAN5= updatedd-wrapper.conf.5 EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-disable-portdocs .endif +NO_STAGE= yes post-install: @if [ ! -f ${PREFIX}/etc/updatedd-wrapper.conf ]; then \ ${CP} -p ${PREFIX}/etc/updatedd-wrapper.conf.sample ${PREFIX}/etc/updatedd-wrapper.conf ; \ diff --git a/dns/validns/Makefile b/dns/validns/Makefile index 2eedfd639159..38ef478e0847 100644 --- a/dns/validns/Makefile +++ b/dns/validns/Makefile @@ -21,6 +21,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= Changes README installation.mdwn notes.mdwn \ technical-notes.mdwn todo.mdwn usage.mdwn +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index 15dad66660c3..da52757fb0e8 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -18,6 +18,7 @@ SHEBANG_FILES= updserial PORTEXAMPLES= example.tld PLIST_FILES= bin/vizone bin/updserial +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin diff --git a/dns/walker/Makefile b/dns/walker/Makefile index 6c4c5208f543..e1445f21f3aa 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -19,6 +19,7 @@ MAN1= walker.1 PLIST_FILES= bin/walker PORTDOCS= index.html +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 diff --git a/dns/zkt/Makefile b/dns/zkt/Makefile index 535a1d881d53..8521bdfc75e1 100644 --- a/dns/zkt/Makefile +++ b/dns/zkt/Makefile @@ -24,6 +24,7 @@ MAN8= dnssec-zkt.8 \ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-configpath=${DIR_NAMED_CONF} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/var/named/|${DIR_NAMED_CONF}/|g' ${WRKSRC}/man/*.8 diff --git a/dns/zonecheck/Makefile b/dns/zonecheck/Makefile index c8328be9526c..1e923eed7551 100644 --- a/dns/zonecheck/Makefile +++ b/dns/zonecheck/Makefile @@ -31,6 +31,7 @@ OPTIONS_DEFAULT= CGI_DESC= Install with CGI support +NO_STAGE= yes .include <bsd.port.options.mk> ZONECHECK_TARGET= common cli diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 87483228af3a..35b694288017 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -13,6 +13,7 @@ COMMENT= DNS notify sender written in C PLIST_FILES= bin/zonenotify WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/Makefile |