diff options
1053 files changed, 1463 insertions, 2008 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile index c8ff747ecbc8..44456df4f83a 100644 --- a/sysutils/3dm/Makefile +++ b/sysutils/3dm/Makefile @@ -20,6 +20,7 @@ SSLFIX_DESC= Install KB16625-patched binaries OPTIONS_DEFAULT= SSLFIX +NO_STAGE= yes .include <bsd.port.options.mk> .if !empty(PORT_OPTIONS:MSSLFIX) diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile index df3c1d9000ba..e7089824e5ff 100644 --- a/sysutils/44bsd-more/Makefile +++ b/sysutils/44bsd-more/Makefile @@ -18,6 +18,7 @@ CFLAGS= -Wno-return-type RELDATE= 20000521 +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/sysutils/915resolution/Makefile b/sysutils/915resolution/Makefile index d3f3aee57998..7f4afc7e60a4 100644 --- a/sysutils/915resolution/Makefile +++ b/sysutils/915resolution/Makefile @@ -20,6 +20,7 @@ PORTDOCS= README.txt LICENSE.txt chipset_info.txt changes.log ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} 915resolution.c -o 915resolution diff --git a/sysutils/DTraceToolkit/Makefile b/sysutils/DTraceToolkit/Makefile index fc7fabd18a46..3096939fab97 100644 --- a/sysutils/DTraceToolkit/Makefile +++ b/sysutils/DTraceToolkit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DTraceToolkit -# Date created: 2008-12-11 -# Whom: Steven Kreuzer <steven@exit2shell.com> -# +# Created by: Steven Kreuzer <steven@exit2shell.com> # $FreeBSD$ -# PORTNAME= DTraceToolkit PORTVERSION= 0.99 @@ -16,6 +12,7 @@ COMMENT= Collection of useful scripts for DTrace NO_BUILD= YES +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 701000 diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index b1f8556a64a1..2c09b3d7e032 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -61,6 +61,7 @@ MAN1= lpf.1 psbanner.1 lp.1 cancel.1 lprng_certs.1 lprng_index_certs.1 \ MAN5= printcap.5 lpd.conf.5 lpd.perms.5 MAN8= lpc.8 checkpc.8 lpd.8 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile index 1a476a8dd045..1a8fdbd089b6 100644 --- a/sysutils/LPRngTool/Makefile +++ b/sysutils/LPRngTool/Makefile @@ -39,6 +39,7 @@ CONFIGURE_ARGS+= --with-spool_directory=/var/spool/lpd \ MAN1= lprngtool.1 +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:" @${ECHO_MSG} " make PREFIX=/usr SYSCONFDIR=/etc clean all install" diff --git a/sysutils/abck/Makefile b/sysutils/abck/Makefile index eb20e7170bd3..f36ebec03009 100644 --- a/sysutils/abck/Makefile +++ b/sysutils/abck/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: abmgmt -# Date Created: 27 July 2001 -# Whom: tundra -# +# Created by: tundra # $FreeBSD$ -# PORTNAME= abck PORTVERSION= 2.2 @@ -18,4 +14,5 @@ USE_PYTHON= yes MANCOMPRESSED= yes MAN1= abck.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/abgx360/Makefile b/sysutils/abgx360/Makefile index ddc0f561cd1b..d3391a4cdf35 100644 --- a/sysutils/abgx360/Makefile +++ b/sysutils/abgx360/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: abgx360 -# Date created: 21 November 2009 -# Whom: okeeblow <root@cooltrainer.org> -# +# Created by: okeeblow <root@cooltrainer.org> # $FreeBSD$ -# PORTNAME= abgx360 PORTVERSION= 1.0.6 @@ -20,6 +16,7 @@ PLIST_FILES= bin/abgx360 GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin diff --git a/sysutils/abgx360gui/Makefile b/sysutils/abgx360gui/Makefile index c8f9a860ab76..6ad4a3f12768 100644 --- a/sysutils/abgx360gui/Makefile +++ b/sysutils/abgx360gui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: abgx360gui -# Date created: 21 November 2009 -# Whom: okeeblow <root@cooltrainer.org> -# +# Created by: okeeblow <root@cooltrainer.org> # $FreeBSD$ -# PORTNAME= abgx360gui PORTVERSION= 1.0.2 @@ -37,6 +33,7 @@ DESKTOP_ENTRIES= "abgx360" \ "Utility;" \ false +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abgx360gui ${PREFIX}/bin ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/abgx360-256.png ${PREFIX}/share/pixmaps diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile index bf7833388593..c5c6b114a6d0 100644 --- a/sysutils/acpi_call/Makefile +++ b/sysutils/acpi_call/Makefile @@ -14,6 +14,7 @@ LICENSE= BSD SSP_UNSAFE= kernel module does not support ssp +NO_STAGE= yes .include <bsd.port.pre.mk> KMODDIR?= /boot/modules diff --git a/sysutils/acpica-tools/Makefile b/sysutils/acpica-tools/Makefile index f13e8c4dda4a..eaeb6a3c5bbf 100644 --- a/sysutils/acpica-tools/Makefile +++ b/sysutils/acpica-tools/Makefile @@ -23,6 +23,7 @@ YFLAGS= -v -d YFLAGS+= -y .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CC[[:blank:]]*=.*|CC = ${CC}|' \ -e 's|^INSTALL[[:blank:]]*=.*|INSTALL = ${INSTALL}|g' \ diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index 4a430efac320..f57b67b7b626 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adtool -# Date created: Wed 23 Apr 2003 -# Whom: joseph@randomnetworks.com -# +# Created by: joseph@randomnetworks.com # $FreeBSD$ -# PORTNAME= adtool PORTVERSION= 1.3.3 @@ -27,4 +23,5 @@ PLIST_FILES= bin/adtool \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/afbinit/Makefile b/sysutils/afbinit/Makefile index c38f76843778..d8a39b7b35e7 100644 --- a/sysutils/afbinit/Makefile +++ b/sysutils/afbinit/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: afbinit -# Date created: 15 September 2003 -# Whom: marius@alchemy.franken.de -# +# Created by: marius@alchemy.franken.de # $FreeBSD$ -# PORTNAME= afbinit PORTVERSION= 1.0 @@ -32,6 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message MAN8= afbinit.8 +NO_STAGE= yes post-patch: .for i in afbinit.c debian/afbinit.8 @${REINPLACE_CMD} -E -e 's|\/usr\/lib|${DATADIR}|g; \ diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index 84ce612d4603..3920248694c4 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -29,6 +29,7 @@ MAN1= affcat.1 AUTOTOOLSFILES= aclocal.m4 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \ diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile index ab9bb00fd513..d9d774949af4 100644 --- a/sysutils/afio/Makefile +++ b/sysutils/afio/Makefile @@ -16,6 +16,7 @@ MAN1= afio.1 OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= README SCRIPTS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CC=.*$$|CC=${CC}|' \ ${WRKSRC}/Makefile diff --git a/sysutils/agedu/Makefile b/sysutils/agedu/Makefile index d9dd74c6ec41..0271a3f0a234 100644 --- a/sysutils/agedu/Makefile +++ b/sysutils/agedu/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 045d75c72b7b..ab00c0aa0d5d 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ah-tty -# Date created: Tue Jun 25, 2002 -# Whom: Michael L. Hostbaek <mich@freebsdcluster.org> -# +# Created by: Michael L. Hostbaek <mich@freebsdcluster.org> # $FreeBSD$ -# PORTNAME= ah-tty PORTVERSION= 0.3.12 @@ -20,6 +16,7 @@ PLIST_FILES= bin/ah-tty bin/ah-tty.static share/ah-tty.conf MAN1= ah-tty.1 INFO= ah-tty +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/dillib/vty/vtlabel.c diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile index 3334b7a02738..69bfc6ce9d4d 100644 --- a/sysutils/aimage/Makefile +++ b/sysutils/aimage/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: aimage -# Date created: 29/03/2008 -# Whom: Chris Calvey <chris@securityforensics.co.uk> -# +# Created by: Chris Calvey <chris@securityforensics.co.uk> # $FreeBSD$ -# PORTNAME= aimage PORTVERSION= 3.2.5 @@ -21,4 +17,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/aimage +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/aird/Makefile b/sysutils/aird/Makefile index c6b14663e88e..6c59b113f655 100644 --- a/sysutils/aird/Makefile +++ b/sysutils/aird/Makefile @@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MAN1PREFIX}/man/man1 diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index c60dac6e7e17..b7b3fd39841b 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -31,6 +31,7 @@ MAN8= amd.8 amq.8 automount2amd.8 fixmount.8 fsinfo.8 hlfsd.8 \ INFO= am-utils PORTDOCS= AUTHORS BUGS FAQ NEWS README.attrcache +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENLDAP} diff --git a/sysutils/amrstat/Makefile b/sysutils/amrstat/Makefile index da506848a979..3a054ffba534 100644 --- a/sysutils/amrstat/Makefile +++ b/sysutils/amrstat/Makefile @@ -1,4 +1,4 @@ -# Created by: Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net> +# Created by: Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net> # $FreeBSD$ PORTNAME= amrstat @@ -13,6 +13,7 @@ COMMENT= Utility for LSI Logic's MegaRAID RAID controllers OPTIONS_DEFINE= MEGARC MEGARC_DESC= Install LSI megarc binary port +NO_STAGE= yes .include <bsd.port.options.mk> # We may want this for periodic script and to actually be able diff --git a/sysutils/anacron/Makefile b/sysutils/anacron/Makefile index c20a0bcf8f82..1cca549c774a 100644 --- a/sysutils/anacron/Makefile +++ b/sysutils/anacron/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: anacron -# Date created: 15 Jul 2003 -# Whom: Derik van Zuetphen <dz@426.ch> -# +# Created by: Derik van Zuetphen <dz@426.ch> # $FreeBSD$ -# PORTNAME= anacron PORTVERSION= 2.3 @@ -20,6 +16,7 @@ USE_GMAKE= yes USE_RC_SUBR= anacron SUB_FILES= pkg-message +NO_STAGE= yes post-patch: .for f in Makefile anacron.8 anacrontab.5 @${REINPLACE_CMD} -e 's|\(/etc/anacrontab\)|${PREFIX}\1|' ${WRKSRC}/${f} diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile index 47d66b8e41f7..b8021537b9c6 100644 --- a/sysutils/and/Makefile +++ b/sysutils/and/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: and -# Date created: Jun 22, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= and PORTVERSION= 1.2.2 @@ -21,4 +16,5 @@ NOPRECIOUSMAKEVARS= yes MAN5= and.conf.5 and.priorities.5 MAN8= and.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index c0e531ba3871..3f49c66d4053 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -33,6 +33,7 @@ SUB_FILES= pkg-message PORTEXAMPLES= * MAN1= ansible-doc.1 ansible-playbook.1 ansible-pull.1 ansible.1 +NO_STAGE= yes post-patch-script: @${REINPLACE_CMD} -e "s|/etc/ansible|${ETCDIR}|" \ ${WRKSRC}/docs/man/man1/ansible-playbook.1 \ diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile index a2ca3b153e3c..b49389d6d7b7 100644 --- a/sysutils/anteater/Makefile +++ b/sysutils/anteater/Makefile @@ -15,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= anteater.1 PLIST_FILES= bin/anteater +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 6c4597585fde..3b33abebd3d8 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -27,6 +27,7 @@ FAM_CONFIGURE_ON= --with-fam=${LOCALBASE} PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PCRE_COFNIGURE_ON= --with-pcre=${LOCALBASE} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e 's,struct (circle_struct),\1,g' \ ${WRKSRC}/src/hits_circle.* diff --git a/sysutils/apcpwr/Makefile b/sysutils/apcpwr/Makefile index c53fba83d691..c360209586f5 100644 --- a/sysutils/apcpwr/Makefile +++ b/sysutils/apcpwr/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= snmpwalk:${PORTSDIR}/net-mgmt/net-snmp PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist MAN8= apcpwr.8 +NO_STAGE= yes post-install: @ ${ECHO} @ ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message | fmt diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 1b1f6822601c..8b659a8463bb 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -55,6 +55,7 @@ GAPCMON_DESC= Build GTK GUI front-end PORTDOCS= ${PORTNAME}.pdf +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPCSMART_DRV} diff --git a/sysutils/apt/Makefile b/sysutils/apt/Makefile index cfe8a0c25d31..9c5460f603da 100644 --- a/sysutils/apt/Makefile +++ b/sysutils/apt/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: apt -# Date created: 23 October 2006 -# Whom: Nick Barkas <snb@threerings.net> -# +# Created by: Nick Barkas <snb@threerings.net> # $FreeBSD$ PORTNAME= apt @@ -39,6 +36,7 @@ DPKGDIR?= /var/db/dpkg APTDIR?= /var/db/apt PLIST_SUB+= APTDIR=${APTDIR:C,^/,,} +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/https.cc ${FILESDIR}/https.h ${WRKSRC}/methods/ ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \ diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index ca2da9440ea9..8496df3e07cc 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: arcconf -# Date created: 28 October 2007 -# Whom: michael@fuckner.net -# +# Created by: michael@fuckner.net # $FreeBSD$ PORTNAME= arcconf @@ -23,6 +20,7 @@ SUB_FILES+= ${PERIODICSCRIPT} RESTRICTED= May not be redistributed in binary form NO_CDROM= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800000 diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index 2fe5a345b274..706f279512b2 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -17,4 +17,5 @@ GNU_CONFIGURE= yes NO_INSTALL_MANPAGES= yes USES= fuse pkgconfig iconv gmake +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/areca-cli/Makefile b/sysutils/areca-cli/Makefile index 1c56ba665e9d..5d2de92d5725 100644 --- a/sysutils/areca-cli/Makefile +++ b/sysutils/areca-cli/Makefile @@ -27,6 +27,7 @@ SUB_FILES+= ${PERIODICSCRIPT} WRKSRC= ${WRKDIR}/V${CLI_VER}_${CLI_REV} +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index 5c7b20f9bba0..9e7e4ed78ca2 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asapm -# Date created: 6 Aug 1998 -# Whom: Brian Handy <handy@physics.montana.edu> -# +# Created by: Brian Handy <handy@physics.montana.edu> # $FreeBSD$ -# PORTNAME= asapm PORTVERSION= 3.1 @@ -23,4 +19,5 @@ INSTALL_TARGET= install install.man MAN1= asapm.1 PLIST_FILES= bin/asapm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ascpu/Makefile b/sysutils/ascpu/Makefile index 5a1649aa8351..ef95480df530 100644 --- a/sysutils/ascpu/Makefile +++ b/sysutils/ascpu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ascpu -# Date created: 18 February 1999 -# Whom: Dima Sivachenko <dima@chg.ru> -# +# Created by: Dima Sivachenko <dima@chg.ru> # $FreeBSD$ -# PORTNAME= ascpu PORTVERSION= 1.11 @@ -25,6 +21,7 @@ MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib" MAN1= ascpu.1 PLIST_FILES= bin/ascpu +NO_STAGE= yes do-install: @ ${INSTALL_MAN} ${WRKSRC}/ascpu.man ${PREFIX}/man/man1/ascpu.1 @ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/ascpu ${PREFIX}/bin diff --git a/sysutils/asfsm/Makefile b/sysutils/asfsm/Makefile index 39135ffad384..95f66321c224 100644 --- a/sysutils/asfsm/Makefile +++ b/sysutils/asfsm/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: asfsm -# Date created: 4 June 1999 -# Whom: jack -# +# Created by: jack # $FreeBSD$ PORTNAME= asfsm @@ -20,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= asfsm.1 PLIST_FILES= bin/asfsm +NO_STAGE= yes do-install: ${INSTALL_MAN} ${WRKSRC}/asfsm.man ${PREFIX}/man/man1/asfsm.1 ${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${PREFIX}/bin diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index 74fde14e810d..0eb6cf9415a1 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asfsm -# Date created: 4 June 1999 -# Whom: jack -# +# Created by: jack # $FreeBSD$ -# PORTNAME= asmem PORTVERSION= 1.12 @@ -23,6 +19,7 @@ CONFIGURE_ARGS= --with-xpm \ MAN1= asmem.1 PLIST_FILES= bin/asmem +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/asmem.man ${MANPREFIX}/man/man1/asmem.1 diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile index 9981157b85c7..ea4ca6b69b9f 100644 --- a/sysutils/asmon/Makefile +++ b/sysutils/asmon/Makefile @@ -23,6 +23,7 @@ MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \ PLIST_FILES= bin/asmon +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile diff --git a/sysutils/asr-utils/Makefile b/sysutils/asr-utils/Makefile index 0e329a3ebefc..85e51efa82e9 100644 --- a/sysutils/asr-utils/Makefile +++ b/sysutils/asr-utils/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: asr-utils -# Date created: Sun Feb 16, 2003 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= asr-utils PORTVERSION= 3.04 @@ -39,6 +34,7 @@ PLIST_SUB+= LIBXM="@comment " .ifndef (WITHOUT_X11) PLIST_SUB+= X11="" +NO_STAGE= yes do-build: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ ${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh diff --git a/sysutils/asusoled/Makefile b/sysutils/asusoled/Makefile index b1a611527440..f0b376927c10 100644 --- a/sysutils/asusoled/Makefile +++ b/sysutils/asusoled/Makefile @@ -25,6 +25,7 @@ MAKE_ARGS+= TTF_FONT=${FONTDIR}/TTF/luxisr.ttf FONTDIR?= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index 8ab51547c7b2..582e7b210ce9 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -16,6 +16,7 @@ PLIST_FILES= sbin/ataidle OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile index a3915b7a9544..0346ebb58539 100644 --- a/sysutils/atitvout/Makefile +++ b/sysutils/atitvout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: atitvout -# Date created: 2006-01-31 -# Whom: Anish Mistry <amistry@am-productions.biz> -# +# Created by: Anish Mistry <amistry@am-productions.biz> # $FreeBSD$ -# PORTNAME= atitvout PORTVERSION= 0.4 @@ -21,4 +17,5 @@ MAKEFILE= Makefile.bsd PLIST_FILES+= sbin/atitvout +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/atop/Makefile b/sysutils/atop/Makefile index d0c4d380f1eb..1d44d47e4a6d 100644 --- a/sysutils/atop/Makefile +++ b/sysutils/atop/Makefile @@ -33,6 +33,7 @@ PORTDOCS= AUTHOR \ README \ README.FreeBSD +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/atop ${PREFIX}/bin @${LN} -sf ${PREFIX}/bin/atop ${PREFIX}/bin/atopsar diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index 7c99afff0ea8..a789212bae97 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -40,6 +40,7 @@ MAN1= auto-admin.1 \ auto-update-xorg.conf.1 \ auto-xdm-toggle.1 +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/sbin ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/Common/* ${PREFIX}/sbin diff --git a/sysutils/autojump/Makefile b/sysutils/autojump/Makefile index e045c8f1f226..e63ad619ab7c 100644 --- a/sysutils/autojump/Makefile +++ b/sysutils/autojump/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autojump -# Date created: 12 October 2011 -# Whom: Neeraj Verma <neeraj.verma.ports@vermatech.com> -# +# Created by: Neeraj Verma <neeraj.verma.ports@vermatech.com> # $FreeBSD$ -# PORTNAME= autojump PORTVERSION= 13 @@ -34,6 +30,7 @@ MAN1= autojump.1 OPTIONS_DEFINE= ZSH OPTIONS_DEFAULT= ZSH +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MZSH} diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile index 94a7f745df8c..7b1b95791f50 100644 --- a/sysutils/automount/Makefile +++ b/sysutils/automount/Makefile @@ -22,6 +22,7 @@ NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE EXT4_DESC= Support EXT4 filesystem EXFAT_DESC= Support Microsoft exFAT filesystem +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNTFS3G} diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index 13fc9b655ec0..8a827714380a 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -23,6 +23,7 @@ plist: patch # Use "amd -S" to avoid a vm locking panic, the scope of which has not yet # been determined. See kern/181590. +NO_STAGE= yes do-install: @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \ -amd="/usr/sbin/amd -S" diff --git a/sysutils/autopsy/Makefile b/sysutils/autopsy/Makefile index f65193bb0259..0f460209fc49 100644 --- a/sysutils/autopsy/Makefile +++ b/sysutils/autopsy/Makefile @@ -22,6 +22,7 @@ WEBHELP= help/* PERLBITS= lib/*.pm lib/*.pl conf.pl MAN1= autopsy.1 +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's,lib/,,' ${WRKSRC}/base/autopsy.base diff --git a/sysutils/b43-fwcutter/Makefile b/sysutils/b43-fwcutter/Makefile index 1aab2d2f263f..6cba7d70dba3 100644 --- a/sysutils/b43-fwcutter/Makefile +++ b/sysutils/b43-fwcutter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: b43-fwcutter -# Date created: 7 May 2009 -# Whom: swhetzel@gmail.com -# +# Created by: swhetzel@gmail.com # $FreeBSD$ -# PORTNAME= b43-fwcutter PORTVERSION= 015 @@ -19,4 +15,5 @@ USE_GMAKE= yes MAN1= b43-fwcutter.1 PLIST_FILES= bin/b43-fwcutter +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/backupme/Makefile b/sysutils/backupme/Makefile index c199b20f4395..ccfbdcfef37f 100644 --- a/sysutils/backupme/Makefile +++ b/sysutils/backupme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: backupme -# Date created: 21 May 2010 -# Whom: Yaroslav Berezhinskiy <yaroslav@berezhinskiy.org.ua> -# +# Created by: Yaroslav Berezhinskiy <yaroslav@berezhinskiy.org.ua> # $FreeBSD$ -# PORTNAME= backupme PORTVERSION= 0.1 @@ -32,6 +28,7 @@ NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/${PORTNAME} \ etc/${PORTNAME}.sample.xml +NO_STAGE= yes do-install: @${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/ diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile index 140323f9d277..9d5bb2cdb6ba 100644 --- a/sysutils/backuppc/Makefile +++ b/sysutils/backuppc/Makefile @@ -42,6 +42,7 @@ RRDTOOL_DESC= Use RRDTool to generate pool statistic graphs SMBCLIENT_DESC= Samba client XML_RSS_DESC= Perl extension to manage RSS files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MARCHIVE_ZIP} diff --git a/sysutils/bacula-bat/Makefile b/sysutils/bacula-bat/Makefile index 8ebf63f1dc84..48dd1432fefa 100644 --- a/sysutils/bacula-bat/Makefile +++ b/sysutils/bacula-bat/Makefile @@ -29,4 +29,5 @@ CONFIGURE_ARGS+= --enable-bat \ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/bacula-client-static/Makefile b/sysutils/bacula-client-static/Makefile index db8055d2a1a5..562fc16408b9 100644 --- a/sysutils/bacula-client-static/Makefile +++ b/sysutils/bacula-client-static/Makefile @@ -17,4 +17,5 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-dird \ --disable-build-stored +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile index 10c693c1ff0e..30432b2a3aa7 100644 --- a/sysutils/bacula-client/Makefile +++ b/sysutils/bacula-client/Makefile @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server OPTIONS_DEFINE= NLS OPENSSL PYTHON OPTIONS_DEFAULT=NLS OPENSSL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/bacula-docs/Makefile b/sysutils/bacula-docs/Makefile index a59363507cac..9c1e3ada3cb0 100644 --- a/sysutils/bacula-docs/Makefile +++ b/sysutils/bacula-docs/Makefile @@ -21,6 +21,7 @@ PORTDOCS= *.pdf IGNORE= consists of only documentation, please undef NOPORTDOCS and try again .endif +NO_STAGE= yes do-install: ${MKDIR} ${DOCSDIR} diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 192e3f8a5ce6..ed66373cd9e9 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -31,6 +31,7 @@ OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX PYTHON NLS OPENSSL OPTIONS_DEFAULT?= NLS OPENSSL PGSQL MTX_DESC= Install mtx for control of autochanger devices +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file diff --git a/sysutils/bashburn/Makefile b/sysutils/bashburn/Makefile index ecd71803bc35..3eca3e7db970 100644 --- a/sysutils/bashburn/Makefile +++ b/sysutils/bashburn/Makefile @@ -24,6 +24,7 @@ EJECT_DESC= Ejecting the CD/DVD drive NORMALIZE_DESC= An audio file volume normalizer SUDO_DESC= To allow non-privileged users to burn CD's +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCDRDAO} diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 98192c988ab7..0ce33383057e 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -16,6 +16,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile diff --git a/sysutils/battfink/Makefile b/sysutils/battfink/Makefile index 91672adf6ad7..caf3b5f6640d 100644 --- a/sysutils/battfink/Makefile +++ b/sysutils/battfink/Makefile @@ -22,4 +22,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= battfink.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/battmond/Makefile b/sysutils/battmond/Makefile index 3ead2db17695..6e8818317bf7 100644 --- a/sysutils/battmond/Makefile +++ b/sysutils/battmond/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: battmond -# Date created: 16 June 2006 -# Whom: ntarmos@ceid.upatras.gr -# +# Created by: ntarmos@ceid.upatras.gr # $FreeBSD$ -# PORTNAME= battmond PORTVERSION= 0.3 @@ -19,4 +15,5 @@ MANCOMPRESSED= yes PLIST_FILES= sbin/battmond \ etc/rc.d/battmond +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/battray/Makefile b/sysutils/battray/Makefile index 043069470ec1..a7753cb9cc56 100644 --- a/sysutils/battray/Makefile +++ b/sysutils/battray/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/battray -# Date created: 2011-08-30 -# Whom: Martin Tournoij <martin@arp242.net> -# +# Created by: Martin Tournoij <martin@arp242.net> # $FreeBSD$ -# PORTNAME= battray PORTVERSION= 1.5 @@ -21,4 +17,5 @@ USE_PYDISTUTILS=yes MAN1= battray.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/bbapm/Makefile b/sysutils/bbapm/Makefile index 7e30ceeac06f..fa016a0f9fb1 100644 --- a/sysutils/bbapm/Makefile +++ b/sysutils/bbapm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbapm -# Date created: 3 August 2001 -# Whom: Adam Weinberger <adam@vectors.cx> -# +# Created by: Adam Weinberger <adam@vectors.cx> # $FreeBSD$ -# PORTNAME= bbapm PORTVERSION= 0.0.1 @@ -28,6 +24,7 @@ PLIST_FILES= bin/bbapm share/bbtools/README.bbapm share/bbtools/bbapm.conf \ share/bbtools/bbapm.nobb share/bbtools/bbapm.style \ share/bbtools/bbtoolsrc.in +NO_STAGE= yes do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \ -m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin diff --git a/sysutils/bbcp/Makefile b/sysutils/bbcp/Makefile index f7ee03961e70..87a41833375d 100644 --- a/sysutils/bbcp/Makefile +++ b/sysutils/bbcp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbcp -# Date created: 10 August 2012 -# Whom: John Hein <jhein@symmetricom.com> -# +# Created by: John Hein <jhein@symmetricom.com> # $FreeBSD$ -# PORTNAME= bbcp PORTVERSION= 20120520 @@ -23,6 +19,7 @@ PLIST_FILES= bin/bbcp PORTDOCS= ${PORTNAME}.pdf USE_XZ= yes +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 086809680ad3..8e420a3f93c0 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bchunk -# Date created: 9 Jan 1999 -# Whom: bsdx -# +# Created by: bsdx # $FreeBSD$ -# PORTNAME= bchunk PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= Converts .bin/.cue files to .iso/audio MAN1= bchunk.1 PLIST_FILES= bin/bchunk +NO_STAGE= yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk diff --git a/sysutils/be_agent/Makefile b/sysutils/be_agent/Makefile index 9ea3f9a8243d..acb6ea0ef1f0 100644 --- a/sysutils/be_agent/Makefile +++ b/sysutils/be_agent/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: be_agent -# Date created: 20 May 2005 -# Whom: Tony Shadwick <numbski@hksilver.net> -# +# Created by: Tony Shadwick <numbski@hksilver.net> # $FreeBSD$ -# PORTNAME= be_agent PORTVERSION= 5.046 @@ -26,6 +22,7 @@ USE_RC_SUBR= be-agent PLIST_FILES= bin/agent.be \ etc/be-agent.cfg.sample +NO_STAGE= yes .include <bsd.port.pre.mk> pre-fetch: diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index ffb5c2073105..aa49abc3f5af 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64 MAN4= biosfont.4 +NO_STAGE= yes .include <bsd.port.pre.mk> KMODDIR= /boot/modules diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index 944133574238..7f9adfd7253c 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bkpupsd -# Date created: 26 May 1995 -# Whom: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp> -# +# Created by: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp> # $FreeBSD$ -# PORTNAME= bkpupsd PORTVERSION= 1.0a @@ -15,4 +11,5 @@ COMMENT= A simple UPS daemon for APC BK Pro(TM) MAN8= bkpupsd.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/bksh/Makefile b/sysutils/bksh/Makefile index 0f2b9b7d90c0..28af4eeb173c 100644 --- a/sysutils/bksh/Makefile +++ b/sysutils/bksh/Makefile @@ -11,6 +11,7 @@ COMMENT= Backup-only shell PLIST_FILES= bin/bksh +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/local.mk diff --git a/sysutils/blimitd/Makefile b/sysutils/blimitd/Makefile index bc6a7309abc0..b8a3ba1fa2e3 100644 --- a/sysutils/blimitd/Makefile +++ b/sysutils/blimitd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: blimitd -# Date created: 29 Jul 2001 -# Whom: Andrew Stevenson <andrew@ugh.net.au> -# +# Created by: Andrew Stevenson <andrew@ugh.net.au> # $FreeBSD$ -# PORTNAME= blimitd PORTVERSION= 0.1 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/blimitd MAN8= blimitd.8 MANCOMPRESSED= maybe +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900007 diff --git a/sysutils/bontmia/Makefile b/sysutils/bontmia/Makefile index 98128226c3c1..ab14c92949ba 100644 --- a/sysutils/bontmia/Makefile +++ b/sysutils/bontmia/Makefile @@ -19,6 +19,7 @@ NO_BUILD= yes PLIST_FILES= bin/bontmia +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index e340110a96d3..54f91aef045c 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/Makefile @@ -41,6 +41,7 @@ CLIENT_DESC= Install the bbackupd client SERVER_DESC= Install the bbstored server GNUREADLINE_DESC= Enable the use of GNU readline +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUREADLINE} diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index d3d9426783b5..a960b5883578 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -38,6 +38,7 @@ SERVER_DESC= Install the bbstored server OPTIONS_DEFAULT=CLIENT SERVER +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MREADLINE} diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index ef48ae9393f1..07a2b3c40c7c 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -46,6 +46,7 @@ LIBBURNIA_DESC= libburnia plug-ins PLIST_SUB= FULL_VERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNAUTILUS} diff --git a/sysutils/brebis/Makefile b/sysutils/brebis/Makefile index c32ca6dc4a62..b6473eb2db1b 100644 --- a/sysutils/brebis/Makefile +++ b/sysutils/brebis/Makefile @@ -21,6 +21,7 @@ MAN1= brebis.1 MANCOMPRESSED= no PORTDOCS= README +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/bsd-splash-changer/Makefile b/sysutils/bsd-splash-changer/Makefile index 11df6a0c200f..e6b1067d0a91 100644 --- a/sysutils/bsd-splash-changer/Makefile +++ b/sysutils/bsd-splash-changer/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: bsd-splash-changer -# Date created: 11 Feb 2006 -# Whom: Martin Otto -# +# Created by: Martin Otto # $FreeBSD$ -# -# This port is self contained. -# PORTNAME= bsd-splash-changer PORTVERSION= 060211 @@ -20,6 +14,7 @@ USE_RC_SUBR= change_splash SUB_FILES= pkg-message NO_BUILD= yes +NO_STAGE= yes do-fetch: @${DO_NADA} diff --git a/sysutils/bsdadminscripts/Makefile b/sysutils/bsdadminscripts/Makefile index 524a9e83d249..74db4a4edd2d 100644 --- a/sysutils/bsdadminscripts/Makefile +++ b/sysutils/bsdadminscripts/Makefile @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src NO_BUILD= yes MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index a1b2305aa8ce..7cd87f16ad7b 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -208,6 +208,7 @@ PLIST_DIRS= ${BSDCFG_LIBE}/020.docsinstall/include \ ${BSDCFG_SHARE} \ share/examples/bsdconfig +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900030 diff --git a/sysutils/bsdcrashtar/Makefile b/sysutils/bsdcrashtar/Makefile index 9ec83c94a5a5..81289c2f350b 100644 --- a/sysutils/bsdcrashtar/Makefile +++ b/sysutils/bsdcrashtar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdcrashtar -# Date created: 18 October 2009 -# Whom: Mikolaj Golub <to.my.trociny@gmail.com> -# +# Created by: Mikolaj Golub <to.my.trociny@gmail.com> # $FreeBSD$ -# PORTNAME= bsdcrashtar PORTVERSION= 0.1.3 @@ -19,4 +15,5 @@ MANCOMPRESSED= yes MAKE_ENV+= NO_OBJ=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/bsdhwmon/Makefile b/sysutils/bsdhwmon/Makefile index 235fbce6723b..c0aab2290a3b 100644 --- a/sysutils/bsdhwmon/Makefile +++ b/sysutils/bsdhwmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdhwmon -# Date created: 5 October 2008 -# Whom: Jeremy Chadwick <jdc@parodius.com> -# +# Created by: Jeremy Chadwick <jdc@parodius.com> # $FreeBSD$ -# PORTNAME= bsdhwmon PORTVERSION= 20120702 @@ -19,6 +15,7 @@ MAN8= bsdhwmon.8 OPTIONS_DEFINE= DEBUG DEBUG_DESC= Enable debug build +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/sysutils/bsdinfo/Makefile b/sysutils/bsdinfo/Makefile index e4f2fa8c00e3..ce0bbc863671 100644 --- a/sysutils/bsdinfo/Makefile +++ b/sysutils/bsdinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdinfo -# Date created: 8 June 2012 -# Whom: samu <s@samu.pl> -# +# Created by: samu <s@samu.pl> # $FreeBSD$ -# PORTNAME= bsdinfo PORTVERSION= 0.22 @@ -18,6 +14,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= X256 X256_DESC= Build the 256 color version +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX256} diff --git a/sysutils/bsdmoted/Makefile b/sysutils/bsdmoted/Makefile index 6e888dc0eb22..91159a729702 100644 --- a/sysutils/bsdmoted/Makefile +++ b/sysutils/bsdmoted/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/bsdmoted -# Date created: 2010-02-25 -# Whom: Daniel Walter <sahne@0x90.at> -# +# Created by: Daniel Walter <sahne@0x90.at> # $FreeBSD$ -# PORTNAME= bsdmoted PORTVERSION= 0.4.0 @@ -15,4 +11,5 @@ COMMENT= Use Wii remote as mouse PLIST_FILES= sbin/bsdmoted +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index c2ea9c4069e2..113593421fdf 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdstats -# Date created: 5 August 2006 -# Whom: Marc G. Fournier <scrappy@freebsd.org> -# +# Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bsdstats PORTVERSION= 5.5 @@ -18,6 +14,7 @@ NO_BUILD= yes USE_RC_SUBR= bsdstats SUB_FILES= 300.statistics pkg-message +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/etc/periodic/monthly ${INSTALL_SCRIPT} ${WRKDIR}/300.statistics ${PREFIX}/etc/periodic/monthly diff --git a/sysutils/bubblemon-dockapp/Makefile b/sysutils/bubblemon-dockapp/Makefile index 8f53f40c4b83..96392f482100 100644 --- a/sysutils/bubblemon-dockapp/Makefile +++ b/sysutils/bubblemon-dockapp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bubblemon-dockapp -# Date created: Apr 16, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= bubblemon-dockapp PORTVERSION= 1.46 @@ -22,6 +18,7 @@ MAKE_ARGS+= PREFIX="${PREFIX}" PORTDOCS= README +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s@CC = gcc@CC = ${CC}@g; \ s@-O3 -ansi -Wall@${CFLAGS} -Wall@g; \ diff --git a/sysutils/bubblemon2/Makefile b/sysutils/bubblemon2/Makefile index 825c6f3ecd83..37d865aec307 100644 --- a/sysutils/bubblemon2/Makefile +++ b/sysutils/bubblemon2/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` MAN1= bubblemon-gnome2.1 MANLANG= "" hu sv +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile index 34d6b7571c23..a1b3496b0021 100644 --- a/sysutils/bulk_extractor/Makefile +++ b/sysutils/bulk_extractor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bulk_extractor -# Date created: 31 May 2012 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bulk_extractor PORTVERSION= 1.2.2 @@ -32,4 +28,5 @@ MAN1= bulk_extractor.1 PLIST_FILES= bin/bulk_extractor +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index 0bf7388feacf..3ce4598dd9d9 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -31,6 +31,7 @@ MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" USES= gmake USE_BZIP2= yes # avoid clang, breaks in findutils/find.c l. 752+, +NO_STAGE= yes # uses a GCC extension/invalid C code: USE_GCC?= 4.2+ diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 83da38b53d95..6159c04c1d5a 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -23,6 +23,7 @@ MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" USES= gmake USE_BZIP2= yes # avoid clang, breaks in findutils/find.c l. 752+, +NO_STAGE= yes # uses a GCC extension/invalid C code: USE_GCC?= 4.2+ diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile index 1f3f9cb66d41..99329c355b99 100644 --- a/sysutils/byobu/Makefile +++ b/sysutils/byobu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: byobu -# Date created: 2011-04-09 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= byobu PORTVERSION= 3.29 @@ -39,6 +35,7 @@ MAN1= byobu-config.1 \ byobu.1 \ shell.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e "s@/bin/bash@${LOCALBASE}/bin/bash@" \ diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index e2fbddfd1524..f867b21a0842 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -25,6 +25,7 @@ CBSD_HOME?= ${PREFIX}/cbsd MAN7= cbsd.7 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 901000 diff --git a/sysutils/ccd2iso/Makefile b/sysutils/ccd2iso/Makefile index 766184991770..1ac9cc3c7fc2 100644 --- a/sysutils/ccd2iso/Makefile +++ b/sysutils/ccd2iso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ccd2iso -# Date created: 23 Jun 2004 -# Whom: Sergey A. Osokin <osa@FreeBSD.org> -# +# Created by: Sergey A. Osokin <osa@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ccd2iso PORTVERSION= 0.9 @@ -19,6 +15,7 @@ PLIST_FILES= bin/ccd2iso GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ccd2iso ${PREFIX}/bin diff --git a/sysutils/cciss_vol_status/Makefile b/sysutils/cciss_vol_status/Makefile index ea20d072a3b4..863a5ce816b0 100644 --- a/sysutils/cciss_vol_status/Makefile +++ b/sysutils/cciss_vol_status/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/cciss_vol_status etc/periodic/daily/cciss_vol_status PLIST_DIRS= etc/periodic/daily etc/periodic SUB_FILES= cciss_vol_status +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h) diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile index 3a9a3a0a98c5..6f18560979af 100644 --- a/sysutils/ccze/Makefile +++ b/sysutils/ccze/Makefile @@ -19,6 +19,7 @@ USE_LDCONFIG= yes MAN1= ccze.1 ccze-cssdump.1 MAN7= ccze-plugin.7 +NO_STAGE= yes post-install: @${WRKSRC}/src/ccze-dump > ${PREFIX}/etc/cczerc-sample .if !defined(NOPORTDOCS) diff --git a/sysutils/cdargs/Makefile b/sysutils/cdargs/Makefile index 4312475daae2..b3f9288afd33 100644 --- a/sysutils/cdargs/Makefile +++ b/sysutils/cdargs/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= cdargs.1 PLIST_FILES= bin/cdargs +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^AM_CXXFLAGS|#AM_CXXFLAGS|' ${WRKSRC}/src/Makefile.in diff --git a/sysutils/cdbkup/Makefile b/sysutils/cdbkup/Makefile index 599dc0be1779..169e9ad93c63 100644 --- a/sysutils/cdbkup/Makefile +++ b/sysutils/cdbkup/Makefile @@ -25,4 +25,5 @@ CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/sbin MAN1= cdbkup.1 cdappend.1 cdcat.1 cdrstr.1 cdsplit.1 PORTDOCS= README TODO COMPLIANCE +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/cdeploy/Makefile b/sysutils/cdeploy/Makefile index f38fac8be1e6..f46d68b78823 100644 --- a/sysutils/cdeploy/Makefile +++ b/sysutils/cdeploy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdeploy -# Date created: 8 May 2010 -# Whom: jfreund -# +# Created by: jfreund # $FreeBSD$ -# PORTNAME= cdeploy PORTVERSION= 0.2.1 @@ -20,4 +16,5 @@ MANCOMPRESSED= yes PLIST_FILES= sbin/cdeploy +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/cdf/Makefile b/sysutils/cdf/Makefile index 7c15827a2c6b..cc435d6a4236 100644 --- a/sysutils/cdf/Makefile +++ b/sysutils/cdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdf -# Date created: 2004-10-22 -# Whom: Charlie & <root@lame.novel.ru> -# +# Created by: Charlie & <root@lame.novel.ru> # $FreeBSD$ -# PORTNAME= cdf PORTVERSION= 0.2 @@ -18,4 +14,5 @@ PLIST_FILES= bin/cdf GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/cdircmp/Makefile b/sysutils/cdircmp/Makefile index 7605c126f89e..ea374ccfbc82 100644 --- a/sysutils/cdircmp/Makefile +++ b/sysutils/cdircmp/Makefile @@ -15,6 +15,7 @@ LDFLAGS+= -lncurses -lform PLIST_FILES= bin/cdircmp +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -c ${WRKSRC}/main.c -o ${WRKSRC}/main.o ${CC} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/main.o diff --git a/sysutils/cdls/Makefile b/sysutils/cdls/Makefile index 8941fd96e829..20cd840ce465 100644 --- a/sysutils/cdls/Makefile +++ b/sysutils/cdls/Makefile @@ -13,6 +13,7 @@ PLIST_FILES= bin/cdls USES= ncurses +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${NCURSESBASE} == /usr diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 7f8e00de1023..5f1f2335d3d0 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -61,6 +61,7 @@ CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \ MAKE_ENV= CCOM=cc LANG=C SCSILIBTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc +NO_STAGE= yes .include <bsd.port.pre.mk> pre-everything:: diff --git a/sysutils/cdrkit/Makefile b/sysutils/cdrkit/Makefile index 5921486161ef..139397b98792 100644 --- a/sysutils/cdrkit/Makefile +++ b/sysutils/cdrkit/Makefile @@ -19,6 +19,7 @@ MAN5= genisoimagerc.5 CONFLICTS= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]* +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/include/AddSchilyBits.cmake \ ${WRKSRC}/3rd-party/dirsplit/CMakeLists.txt diff --git a/sysutils/cdroot/Makefile b/sysutils/cdroot/Makefile index 0fb53d7f8643..81e1d1603b59 100644 --- a/sysutils/cdroot/Makefile +++ b/sysutils/cdroot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdroot -# Date created: 8 August 2002 -# Whom: Brian Dean <bsd@FreeBSD.org> -# +# Created by: Brian Dean <bsd@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cdroot PORTVERSION= 1.2.5 @@ -14,4 +10,5 @@ MASTER_SITE_SUBDIR= bsd MAINTAINER= ports@FreeBSD.org COMMENT= Scripts to automate setting up a bootable CD-ROM based FreeBSD system +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile index 46a1f2fe039e..402e12c37c09 100644 --- a/sysutils/cdrtools-devel/Makefile +++ b/sysutils/cdrtools-devel/Makefile @@ -88,6 +88,7 @@ MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \ INS_RBASE=${LOCALBASE} CDRTLSTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(${LOCALBASE}/lib/libiconv.a) || \ diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index aaaa7b5649e9..081845f9dc47 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -86,6 +86,7 @@ MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \ INS_RBASE=${LOCALBASE} CDRTLSTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(${LOCALBASE}/lib/libiconv.a) || \ diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 64f384560a3b..691a2cb46500 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -50,6 +50,7 @@ MYSQL_DESC= Enable MySQL integration LIBVIRT_DESC= Enable libvirt integration OPTIONS_DEFAULT=TOKYOCABINET +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTOKYOCABINET} diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index d9d5751871e2..24d553ed80dc 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -5,4 +5,5 @@ CFENGINE_VERSION?= 35 MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/cfengine22/Makefile b/sysutils/cfengine22/Makefile index a3f9aadc30fd..024b168e7e47 100644 --- a/sysutils/cfengine22/Makefile +++ b/sysutils/cfengine22/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cfengine -# Date created: March 16, 1998 -# Whom: jseger@FreeBSD.org -# +# Created by: jseger@FreeBSD.org # $FreeBSD$ -# PORTNAME= cfengine PORTVERSION= 2.2.10 @@ -40,6 +36,7 @@ MAN8= cfagent.8 cfengine.8 cfenvd.8 cfenvgraph.8 cfetoolcheck.8 \ cfetoolinfo.8 cfetoolupdate.8 cfexecd.8 cfkey.8 \ cfrun.8 cfservd.8 cfshow.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^docdir/s!=.*!= @docdir@!'\ ${WRKSRC}/doc/Makefile.in \ diff --git a/sysutils/cfengine32/Makefile b/sysutils/cfengine32/Makefile index c2870e29005a..280cb87a7f05 100644 --- a/sysutils/cfengine32/Makefile +++ b/sysutils/cfengine32/Makefile @@ -42,6 +42,7 @@ MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ cf-know.8 cf-promises.8 cf-runagent.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^htmldir/s!=.*!= @htmldir@!'\ ${WRKSRC}/docs/Makefile.in diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile index 97f73e3c01c7..dc9a3fc47ed4 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -1,6 +1,5 @@ -# Created by: jrhett@netconsonance.com +# Created by: jrhett@netconsonance.com # $FreeBSD$ -# PORTNAME= cfengine PORTVERSION= 3.3.8 @@ -43,6 +42,7 @@ MYSQL_DESC= Enable MySQL integration LIBVIRT_DESC= Enable libvirt integration OPTIONS_DEFAULT=TOKYOCABINET +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTOKYOCABINET} diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile index 100dba475b3b..c870730d86db 100644 --- a/sysutils/cfengine34/Makefile +++ b/sysutils/cfengine34/Makefile @@ -50,6 +50,7 @@ PGSQL_DESC= Enable PostgreSQL connector MYSQL_DESC= Enable MySQL connector LIBVIRT_DESC= Enable libvirt compatibility +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOKYOCABINET} diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile index 9593c5e4fae9..fa0b782eb5e3 100644 --- a/sysutils/cfengine35/Makefile +++ b/sysutils/cfengine35/Makefile @@ -49,6 +49,7 @@ MYSQL_DESC= Enable MySQL integration LIBVIRT_DESC= Enable libvirt integration OPTIONS_DEFAULT=TOKYOCABINET +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTOKYOCABINET} diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index ea3d2afb9e39..668089087bfd 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: chgrep -# Date created: April 20, 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= chgrep PORTVERSION= 1.2.4 @@ -20,6 +16,7 @@ USE_GMAKE= yes MAN1= chgrep.1 PLIST_FILES= bin/chgrep +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \ ${PREFIX}/bin diff --git a/sysutils/ciso/Makefile b/sysutils/ciso/Makefile index cb9d4db4ab80..a5b1cd1711e3 100644 --- a/sysutils/ciso/Makefile +++ b/sysutils/ciso/Makefile @@ -14,4 +14,5 @@ COMMENT= A tool to compress ISO images to CSO format USE_DOS2UNIX= yes PLIST_FILES= bin/ciso +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ck4up/Makefile b/sysutils/ck4up/Makefile index bdc818f5067f..39697d7e4fef 100644 --- a/sysutils/ck4up/Makefile +++ b/sysutils/ck4up/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ck4up -# Date created: November 19, 2006 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ck4up PORTVERSION= 1.2 @@ -25,6 +21,7 @@ PORTEXAMPLES= ck4up.conf PLIST_FILES= bin/ck4up +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/Makefile diff --git a/sysutils/ckl/Makefile b/sysutils/ckl/Makefile index 02fbd7445cf0..90ad62484998 100644 --- a/sysutils/ckl/Makefile +++ b/sysutils/ckl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ckl -# Date created: 1 June 2010 -# Whom: Tomaz Muraus <kami@k5-storitve.net> -# +# Created by: Tomaz Muraus <kami@k5-storitve.net> # $FreeBSD$ -# PORTNAME= ckl PORTVERSION= 0.9.1 @@ -23,6 +19,7 @@ USE_BZIP2= yes PORTDOCS= CHANGES LICENSE NOTICE README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/ckl.h diff --git a/sysutils/clean/Makefile b/sysutils/clean/Makefile index 6f866c74abaf..464f449def3c 100644 --- a/sysutils/clean/Makefile +++ b/sysutils/clean/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: clean -# Date created: 2003-6-3 -# Whom: chuck@pkix.net -# +# Created by: chuck@pkix.net # $FreeBSD$ PORTNAME= clean @@ -16,4 +13,5 @@ USE_BZIP2= yes MAN1= clean.1 PLIST_FILES= bin/clean +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/clockspeed-conf/Makefile b/sysutils/clockspeed-conf/Makefile index c05eb184c0a9..4af92fe47c29 100644 --- a/sysutils/clockspeed-conf/Makefile +++ b/sysutils/clockspeed-conf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clockspeed-conf -# Date created: 10 April 2003 -# Whom: Patrick Atamaniuk <atamaniuk at frobs.net> -# +# Created by: Patrick Atamaniuk <atamaniuk at frobs.net> # $FreeBSD$ -# PORTNAME= clockspeed-conf PORTVERSION= 0.4.5 @@ -19,6 +15,7 @@ RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools \ MAN8= clockspeed-conf.8 taiclockd-conf.8 DOCS= COPYRIGHT README TODO +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile index c7adeda32391..32a18aafcff0 100644 --- a/sysutils/clockspeed/Makefile +++ b/sysutils/clockspeed/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clockspeed -# Date created: 16 June 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= clockspeed PORTVERSION= 0.62 @@ -27,6 +23,7 @@ PREFIX_FIX_FILES= leapsecs_read.c INSTALL CLOCKSPEED_RC_SCRIPT_SAMPLE= ${FILESDIR}/clockspeed.sh.sample RC_SCRIPT_STARTUP_DIR= ${PREFIX}/etc/rc.d +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile index 63f59934f48d..84df3f43d498 100644 --- a/sysutils/clone/Makefile +++ b/sysutils/clone/Makefile @@ -14,4 +14,5 @@ PLIST_FILES= bin/clone MAN1= clone.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile index 29464c794069..39d829f1dfbf 100644 --- a/sysutils/clonehdd/Makefile +++ b/sysutils/clonehdd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clonehdd -# Date created: 21 August 2007 -# Whom: Anton Lysenok <bart@tapolsky.net.ua> -# +# Created by: Anton Lysenok <bart@tapolsky.net.ua> # $FreeBSD$ -# PORTNAME= clonehdd PORTVERSION= 2.0.3 @@ -20,6 +16,7 @@ NO_BUILD= YES MAN8= clonehdd.8 SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${MAN8PREFIX}/man/man8 diff --git a/sysutils/cloop-utils/Makefile b/sysutils/cloop-utils/Makefile index 4f809b79cce0..e932760db658 100644 --- a/sysutils/cloop-utils/Makefile +++ b/sysutils/cloop-utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cloop-utils -# Date created: 19 Jan 2004 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cloop-utils PORTVERSION= ${CLOOP_VERSION}.${CLOOP_REVISION} @@ -26,6 +22,7 @@ PORTDOCS= README CLOOP_VERSION= 2.01 CLOOP_REVISION= 2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS:=/CFLAGS?=/' ${WRKSRC}/Makefile diff --git a/sysutils/cmdwatch/Makefile b/sysutils/cmdwatch/Makefile index c3337f634018..a09a6add8840 100644 --- a/sysutils/cmdwatch/Makefile +++ b/sysutils/cmdwatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmdwatch -# Date created: 8-28-2002 -# Whom: bjohnson@wedgie.org -# +# Created by: bjohnson@wedgie.org # $FreeBSD$ -# PORTNAME= cmdwatch PORTVERSION= 0.2.0 @@ -17,4 +13,5 @@ COMMENT= Watches the output from a command at specified intervals MAN1= cmdwatch.1 PLIST_FILES= bin/cmdwatch +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile index f3b3263f7439..338d35a1cac3 100644 --- a/sysutils/cmospwd/Makefile +++ b/sysutils/cmospwd/Makefile @@ -21,6 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/cog/Makefile b/sysutils/cog/Makefile index 863168208e3b..c0850f8c8e40 100644 --- a/sysutils/cog/Makefile +++ b/sysutils/cog/Makefile @@ -19,4 +19,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/colorize/Makefile b/sysutils/colorize/Makefile index d031d447732e..3b5d40fe34ea 100644 --- a/sysutils/colorize/Makefile +++ b/sysutils/colorize/Makefile @@ -23,6 +23,7 @@ SHEBANG_FILES= colorize MAN1= colorize.1 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|/etc/colorizerc|${PREFIX}/etc/colorizerc|' \ ${WRKSRC}/colorize diff --git a/sysutils/comconsole/Makefile b/sysutils/comconsole/Makefile index 10e9b7d70553..3b937c6fdf88 100644 --- a/sysutils/comconsole/Makefile +++ b/sysutils/comconsole/Makefile @@ -13,6 +13,7 @@ COMMENT= Setup your PC to use serial port COM1 as its console device NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff --git a/sysutils/comiccron/Makefile b/sysutils/comiccron/Makefile index 593dd92b9e9c..58a3d48c3137 100644 --- a/sysutils/comiccron/Makefile +++ b/sysutils/comiccron/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: comiccron -# Date created: 12 February 2007 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= comiccron PORTVERSION= 1.0.0 @@ -29,6 +25,7 @@ MAN1= comiccron.1 PLIST_FILES= bin/comiccron +NO_STAGE= yes post-extract: @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index bba9d6d4f191..f6feb6bd1911 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -101,6 +101,7 @@ MAN1= \ uniq_pid_midwife.1 \ uniq_pid_undertaker.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/sysutils/confctl/Makefile b/sysutils/confctl/Makefile index c5701d3ddeb4..1979e3262779 100644 --- a/sysutils/confctl/Makefile +++ b/sysutils/confctl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: confctl -# Date created: 2012-06-18 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= confctl PORTVERSION= 1.2 @@ -21,4 +17,5 @@ GNU_CONFIGURE= yes MAN1= confctl.1 PLIST_FILES= bin/confctl +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/confman/Makefile b/sysutils/confman/Makefile index 21cb6b58ede6..d8012c15f20b 100644 --- a/sysutils/confman/Makefile +++ b/sysutils/confman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: confman -# Date created: 6 May 2009 -# Whom: ccowart@timesinks.net -# +# Created by: ccowart@timesinks.net # $FreeBSD$ -# PORTNAME= confman PORTVERSION= 1.9.4b @@ -28,4 +24,5 @@ CONFIGURE_ARGS+= --localstatedir=/var MAN5= confman.conf.5 MAN8= confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index a7e0c6978046..075a1ebe1f36 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -15,4 +15,5 @@ OPTIONS_EXCLUDE= X11 OPTIONS_GROUP= OPTIONS_DEFAULT= +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index f7cea733e916..4ab203604814 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -53,6 +53,7 @@ RSS_DESC= Display RSS feeds XMMS2_DESC= Control XMMS2 media player XOAP_DESC= Display XOAP weather reports +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MARGB} || ${PORT_OPTIONS:MDOUBLE_BUFFER} || ${PORT_OPTIONS:MIMLIB2} || ${PORT_OPTIONS:MLUA_CAIRO} || ${PORT_OPTIONS:MLUA_IMLIB2} || ${PORT_OPTIONS:MXFT} || ${PORT_OPTIONS:MX11} diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 8cf624745c82..32cf9cd3d33b 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: consolehm -# Date created: 27 September 1999 -# Whom: Mike Muir <mmuir@es.co.nz> -# +# Created by: Mike Muir <mmuir@es.co.nz> # $FreeBSD$ -# PORTNAME= consolehm PORTVERSION= 1.31 @@ -22,6 +18,7 @@ MAN8= chm.8 MANCOMPRESSED= yes PLIST_FILES= bin/chm +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index ef7f87bd73de..ba70942b3878 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/consolekit/Makefile,v 1.25 2010/10/23 10:12:30 kwm Exp $ @@ -26,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \ --localstatedir=/var +NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \ ${PREFIX}/libexec/ck-get-x11-display-device diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index 09a6ea30b680..ba8c691d826d 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -20,6 +20,7 @@ USE_XORG= x11 xext MAN1= contool.1 +NO_STAGE= yes pre-install: @${MKDIR} ${PREFIX}/lib/help diff --git a/sysutils/copytape/Makefile b/sysutils/copytape/Makefile index 81b7e90897b9..69885f59513f 100644 --- a/sysutils/copytape/Makefile +++ b/sysutils/copytape/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: copytape -# Date created: 23 October 1998 -# Whom: Stephen J. Roznowski <sjr@home.net> -# +# Created by: Stephen J. Roznowski <sjr@home.net> # $FreeBSD$ -# PORTNAME= copytape PORTVERSION= 1.0 @@ -29,6 +25,7 @@ MAN1= copytape.1 MAN5= copytape.5 PLIST_FILES= bin/copytape +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/copytape ${PREFIX}/bin/copytape @${INSTALL_MAN} ${WRKSRC}/copytape.1 ${PREFIX}/man/man1/copytape.1 diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index b6adcab12ad1..deaf069e4a1c 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -52,6 +52,7 @@ MAN1= gbasename.1 gcat.1 gchcon.1 gchgrp.1 gchmod.1 gchown.1 gchroot.1 \ OPTIONS_DEFINE= GMP NLS OPTIONS_DEFAULT=NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/cotty/Makefile b/sysutils/cotty/Makefile index 27bd28898ac0..ed86f1252b08 100644 --- a/sysutils/cotty/Makefile +++ b/sysutils/cotty/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cotty -# Date created: 26 January 2001 -# Whom: Oliver Breuninger <ob@breuninger.org> -# +# Created by: Oliver Breuninger <ob@breuninger.org> # $FreeBSD$ -# PORTNAME= cotty PORTVERSION= 0.4c @@ -20,6 +16,7 @@ EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= > ${WRKSRC}/${DISTNAME}.c +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/cotty ${WRKSRC}/${DISTNAME}.c diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile index 4756b2397846..928f257a8ea1 100644 --- a/sysutils/cpdup/Makefile +++ b/sysutils/cpdup/Makefile @@ -19,6 +19,7 @@ CFLAGS+= -D_ST_FLAGS_PRESENT_ MAN1= cpdup.1 PLIST_FILES= bin/cpdup +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${PREFIX}/man/man1 diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile index 77bec776684e..da7c21057f7b 100644 --- a/sysutils/cpu/Makefile +++ b/sysutils/cpu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpu -# Date created: 15 November 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# +# Created by: Hye-Shik Chang <perky@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cpu PORTVERSION= 1.4.3 @@ -24,6 +20,7 @@ CPPFLAGS+= -DLDAP_DEPRECATED MAN5= cpu.conf.5 MAN8= cpu.8 cpu-ldap.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index b9e6acfba34f..78a39d9f7ef9 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpuburn -# Date created: Apr 1, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= cpuburn DISTVERSION= 1_4 @@ -25,6 +21,7 @@ PORTDOCS= README Design CPUS= BX K6 K7 MMX P5 P6 PLIST_FILES= ${CPUS:S+^+bin/burn+} +NO_STAGE= yes do-build: .for CPU in ${CPUS} ${CC} -m32 -s -nostdlib -o ${WRKSRC}/burn${CPU} ${WRKSRC}/burn${CPU}.S diff --git a/sysutils/cpulimit/Makefile b/sysutils/cpulimit/Makefile index 61bbd350c3ac..8064f49c1ea2 100644 --- a/sysutils/cpulimit/Makefile +++ b/sysutils/cpulimit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpulimit -# Date created: 30 Mar 2011 -# Whom: Jesse Smith <jessefrgsmith@yahoo.ca> -# +# Created by: Jesse Smith <jessefrgsmith@yahoo.ca> # $FreeBSD$ -# PORTNAME= cpulimit PORTVERSION= 1.4 @@ -21,6 +17,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/||g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile diff --git a/sysutils/cpupowerd/Makefile b/sysutils/cpupowerd/Makefile index f17a4424186e..c7b2047537e3 100644 --- a/sysutils/cpupowerd/Makefile +++ b/sysutils/cpupowerd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpupowerd -# Date created: 2008-06-01 -# Whom: Bernhard Froehlich <decke@bluelife.at> -# +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ -# PORTNAME= cpupowerd PORTVERSION= 0.2.1 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKE_ENV+= GROUP=wheel \ RIGHTS=555 +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${OSVERSION} < 800042 && ${OSVERSION} >= 800000) || ${OSVERSION} < 701102 diff --git a/sysutils/cramfs/Makefile b/sysutils/cramfs/Makefile index 923a0f9b6d8e..391cf3defe06 100644 --- a/sysutils/cramfs/Makefile +++ b/sysutils/cramfs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cramfs -# Date created: 2006-11-29 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= cramfs PORTVERSION= 1.1 @@ -19,6 +15,7 @@ USE_GMAKE= yes PLIST_FILES= sbin/cramfsck sbin/mkcramfs +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cramfsck ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/mkcramfs ${PREFIX}/sbin diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index 77cbcdd2fdc7..a859425c3288 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: crashme -# Date created: Apr 1, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= crashme PORTVERSION= 2.4 @@ -17,6 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= gjc@alum.mit.edu COMMENT= A tool to test an operating system's robustness +NO_STAGE= yes # according to license.rtf, and using the most restrictive one: LICENSE= LGPL21 diff --git a/sysutils/createrepo/Makefile b/sysutils/createrepo/Makefile index 9d83ce4a4ccc..448d62b013a5 100644 --- a/sysutils/createrepo/Makefile +++ b/sysutils/createrepo/Makefile @@ -26,6 +26,7 @@ MAKE_ARGS= MAKE=${GMAKE} INSTALL="${GINSTALL} -p -v" PYTHON=${PYTHON_CMD} \ MAN1= mergerepo.1 modifyrepo.1 MAN8= createrepo.8 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/share/createrepo|${DATADIR}|g' \ ${WRKSRC}/bin/mergerepo \ diff --git a/sysutils/cromwell/Makefile b/sysutils/cromwell/Makefile index 220246651943..daae15732402 100644 --- a/sysutils/cromwell/Makefile +++ b/sysutils/cromwell/Makefile @@ -38,6 +38,7 @@ USE_PERL5= build USES= gmake perl5 MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,perl,${PERL},g' \ -e 's,^CC.=,CC ?=,' \ diff --git a/sysutils/cronolog-devel/Makefile b/sysutils/cronolog-devel/Makefile index e042e3ad2a6c..ec2bb7c5d1d1 100644 --- a/sysutils/cronolog-devel/Makefile +++ b/sysutils/cronolog-devel/Makefile @@ -21,4 +21,5 @@ MAN1= cronolog.1m cronosplit.1m GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/curly/Makefile b/sysutils/curly/Makefile index d81807aeb172..4b9a685e4591 100644 --- a/sysutils/curly/Makefile +++ b/sysutils/curly/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: curly -# Date created: Nov 1 2002 -# Whom: Stephen Gunn <csg@fedex.com>, <csg@waterspout.com> -# +# Created by: Stephen Gunn <csg@fedex.com>, <csg@waterspout.com> # $FreeBSD$ -# PORTNAME= curly PORTVERSION= 3.4 @@ -26,6 +22,7 @@ MAKEFILE= MAN1= ${PORTNAME}.1 MLINKS= ${PORTNAME}.1 un${PORTNAME}.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' -e 's,^DEBUG,#DEBUG,'\ -e 's,gcc,${CC},' ${WRKSRC}/bin/curly/Make.host diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile index 91e3c61edb8b..23c75bde287b 100644 --- a/sysutils/cvsweb-converters/Makefile +++ b/sysutils/cvsweb-converters/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvsweb-converters -# Date created: 4 Mar 2001 -# Whom: Martin Kammerhofer <mkamm@gmx.net> -# +# Created by: Martin Kammerhofer <mkamm@gmx.net> # $FreeBSD$ -# PORTNAME= cvsweb-converters PORTVERSION= 0.3.4 @@ -29,6 +25,7 @@ PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \ bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/sysutils/cw/Makefile b/sysutils/cw/Makefile index f9495ec43d35..fe2804fbc8f2 100644 --- a/sysutils/cw/Makefile +++ b/sysutils/cw/Makefile @@ -18,6 +18,7 @@ MAN1= cw.1 cwe.1 cwu.1 OPTIONS_DEFINE= DOCS PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/daa2iso/Makefile b/sysutils/daa2iso/Makefile index 56495c2a96c5..764fad58941c 100644 --- a/sysutils/daa2iso/Makefile +++ b/sysutils/daa2iso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/daa2iso -# Date created: 27 Jan 2008 -# Whom: Martin Tournoij <carpetsmoker@xs4all.nl> -# +# Created by: Martin Tournoij <carpetsmoker@xs4all.nl> # $FreeBSD$ -# PORTNAME= daa2iso PORTVERSION= 0.1.7e @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/src PLIST_FILES= bin/daa2iso PORTDOCS= COPYING daa2iso.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/daa2iso.c @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile diff --git a/sysutils/dae/Makefile b/sysutils/dae/Makefile index c32ac1098119..bbd722f9811a 100644 --- a/sysutils/dae/Makefile +++ b/sysutils/dae/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dae -# Date created: 11 March 2009 -# Whom: Dylan Bridgman -# +# Created by: Dylan Bridgman # $FreeBSD$ -# PORTNAME= dae PORTVERSION= 0.9 @@ -21,6 +17,7 @@ NO_BUILD= yes PLIST_FILES= sbin/dae +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${PREFIX}/sbin/dae @${INSTALL_MAN} ${FILESDIR}/dae.1 ${MAN1PREFIX}/man/man1 diff --git a/sysutils/daedalus/Makefile b/sysutils/daedalus/Makefile index fb9f61ab1054..57c1c7d8a981 100644 --- a/sysutils/daedalus/Makefile +++ b/sysutils/daedalus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: daedalus -# Date created: 16 June 2004 -# Whom: Kelley Reynolds <kelley@insidesystems.net> -# +# Created by: Kelley Reynolds <kelley@insidesystems.net> # $FreeBSD$ -# PORTNAME= daedalus PORTVERSION= 2.0.1 @@ -24,6 +20,7 @@ USE_RC_SUBR= yes SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%RUBY_WITHOUT_SUFFIX%%,${RUBY_WITHOUT_SUFFIX},g' +NO_STAGE= yes pre-install: @${SED} ${SED_SCRIPT} ${FILESDIR}/${PORTNAME}.sh >${WRKDIR}/${PORTNAME}.sh diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index c8e81b68d673..0eaca356f228 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -19,6 +19,7 @@ CPPFLAGS+= -DHAVE_DECL_GETOPT=0 MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/dc3dd/Makefile b/sysutils/dc3dd/Makefile index 65f68da185da..c5d88e3ad5c8 100644 --- a/sysutils/dc3dd/Makefile +++ b/sysutils/dc3dd/Makefile @@ -21,6 +21,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAN1= dc3dd.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/dcfldd/Makefile b/sysutils/dcfldd/Makefile index 0fc7ce0f1e6d..d360d67e4875 100644 --- a/sysutils/dcfldd/Makefile +++ b/sysutils/dcfldd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dcfldd -# Date created: 09 January 2005 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dcfldd DISTVERSION= 1.3.4-1 @@ -18,4 +14,5 @@ MAN1= dcfldd.1 PLIST_FILES= bin/dcfldd +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 6e23645a43d5..a4b75c26c74e 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -1,4 +1,4 @@ -# Created by: MANTANI Nobutaka <nobutaka@freebsd.org> +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ PORTNAME= dd_rescue @@ -19,6 +19,7 @@ USE_CSTD= gnu89 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/ddpt/Makefile b/sysutils/ddpt/Makefile index 1532e10e7ff0..cd5e693f320b 100644 --- a/sysutils/ddpt/Makefile +++ b/sysutils/ddpt/Makefile @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes MAN8= ddpt.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile index 31255d6846eb..537a6f22414d 100644 --- a/sysutils/ddrescue/Makefile +++ b/sysutils/ddrescue/Makefile @@ -24,6 +24,7 @@ INFO= ddrescue PORTDOCS= AUTHORS ChangeLog NEWS README PLIST_FILES= bin/ddrescue bin/ddrescuelog +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/debhelper/Makefile b/sysutils/debhelper/Makefile index 617cf364fbbf..6793ca6fc914 100644 --- a/sysutils/debhelper/Makefile +++ b/sysutils/debhelper/Makefile @@ -15,4 +15,5 @@ NO_BUILD= yes USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index e67c1bd8b700..449f9baa1ee0 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -23,6 +23,7 @@ MAN8= debootstrap.8 ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Debian GNU/kFreeBSD available only for i386 and amd64 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ ${WRKSRC}/debootstrap diff --git a/sysutils/decomment/Makefile b/sysutils/decomment/Makefile index 2358a21f6dc6..e4f554e4076a 100644 --- a/sysutils/decomment/Makefile +++ b/sysutils/decomment/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: decomment -# Date created: 14 Feb 2008 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# +# Created by: Beech Rintoul <beech@FreeBSD.org> # $FreeBSD$ -# PORTNAME= decomment PORTVERSION= 0.1.0 @@ -16,4 +12,5 @@ COMMENT= Removes comments and (optionally) whitespace from a file. PLIST_FILES= bin/decomment +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/deltup/Makefile b/sysutils/deltup/Makefile index 938c8a958dbe..3db510cf4477 100644 --- a/sysutils/deltup/Makefile +++ b/sysutils/deltup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: deltup -# Date created: 2005-05-18 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= deltup PORTVERSION= 0.4.4 @@ -42,6 +38,7 @@ WRKSRC_BZIP2_103= ${WRKDIR}/bzip2-${BZIP2_103} PORTDOCS= ChangeLog README .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/Makefile diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile index 325597684dca..668b134adede 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -16,6 +16,7 @@ NO_BUILD= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/Doc/${PORTNAME}.man \ diff --git a/sysutils/detach/Makefile b/sysutils/detach/Makefile index 276c05024aff..b36be745c5c9 100644 --- a/sysutils/detach/Makefile +++ b/sysutils/detach/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: detach -# Date created: 2 November 1999 -# Whom: arnej@pvv.org -# +# Created by: arnej@pvv.org # $FreeBSD$ -# PORTNAME= detach PORTVERSION= 1.3 @@ -16,6 +12,7 @@ COMMENT= Start a process detached from a terminal MAN1= detach.1 PLIST_FILES= bin/detach +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -m 0755 ${WRKSRC}/detach ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/detach.1 ${PREFIX}/man/man1/detach.1 diff --git a/sysutils/detox/Makefile b/sysutils/detox/Makefile index 2d06bd3f9966..4bbc62ac2d4d 100644 --- a/sysutils/detox/Makefile +++ b/sysutils/detox/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: detox -# Date created: 4 March 2005 -# Whom: Doug Harple -# +# Created by: Doug Harple # $FreeBSD$ -# PORTNAME= detox PORTVERSION= 1.2.0 @@ -22,4 +18,5 @@ GNU_CONFIGURE= yes LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index 5a72aed659c8..43f68eedd5d7 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes .include <bsd.port.pre.mk> DATADIR= ${PREFIX}/share/cpucontrol diff --git a/sysutils/devstat/Makefile b/sysutils/devstat/Makefile index a3677d5894a1..6baf0ccbffa3 100644 --- a/sysutils/devstat/Makefile +++ b/sysutils/devstat/Makefile @@ -12,6 +12,7 @@ COMMENT= Utility to display device statistics PLIST_FILES= bin/devstat MAN8= devstat.8 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/devstat ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/devstat.8 ${PREFIX}/man/man8 diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile index a8727cd51fe9..ec32932793e4 100644 --- a/sysutils/dfc/Makefile +++ b/sysutils/dfc/Makefile @@ -23,4 +23,5 @@ NLS_USES= gettext NLS_CMAKE_ON= -DNLS_ENABLED=true NLS_CMAKE_OFF= -DNLS_ENABLED=false +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile index c1be0837177b..4d86107b2c10 100644 --- a/sysutils/di/Makefile +++ b/sysutils/di/Makefile @@ -15,6 +15,7 @@ MAN1= di.1 OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/dim/Makefile b/sysutils/dim/Makefile index 3d05e9f873c2..fd9ef6491089 100644 --- a/sysutils/dim/Makefile +++ b/sysutils/dim/Makefile @@ -22,6 +22,7 @@ USE_PERL5= run PLIST_FILES= bin/dim +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim diff --git a/sysutils/dircomp/Makefile b/sysutils/dircomp/Makefile index 72b14490312c..34e92bb775fc 100644 --- a/sysutils/dircomp/Makefile +++ b/sysutils/dircomp/Makefile @@ -28,6 +28,7 @@ PLIST_FILES+= bin/DirComp \ share/locale/en/LC_MESSAGES/DirComp.mo \ share/locale/es/LC_MESSAGES/DirComp.mo +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee 's/^(SUBDIRS.*)doc/\1/;${MK_PATCH}' ${WRKSRC}/Makefile.in diff --git a/sysutils/dirdiff/Makefile b/sysutils/dirdiff/Makefile index 1a93cbc2f088..b84c75838a41 100644 --- a/sysutils/dirdiff/Makefile +++ b/sysutils/dirdiff/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/dirdiff lib/libfilecmp.so.0 CFLAGS+= -fPIC -I${TCL_INCLUDEDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|.0.0|.0|g ; \ diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index b19bcc8a713b..90c399303b91 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dirvish -# Date created: 28 April 2005 -# Whom: Loren M. Lang -# +# Created by: Loren M. Lang # $FreeBSD$ -# PORTNAME= dirvish PORTVERSION= 1.2.1 @@ -32,6 +28,7 @@ MAN8= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8 EXECUTABLES= dirvish dirvish-expire dirvish-locate dirvish-runall +NO_STAGE= yes do-patch: @${SED} -e 's:%%CONFDIR%%:${PREFIX}/etc/dirvish:' -e 's:%%PERL%%:${PERL5}:' \ ${FILESDIR}/header.pl > ${WRKDIR}/header.pl diff --git a/sysutils/diskcheckd/Makefile b/sysutils/diskcheckd/Makefile index 05816f2b572b..91c32f26d8f8 100644 --- a/sysutils/diskcheckd/Makefile +++ b/sysutils/diskcheckd/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: diskcheckd -# Date created: Thu Aug 23, 2001 -# Whom: David W. Chapman Jr. (dwcjr@FreeBSD.org) -# +# Created by: David W. Chapman Jr. (dwcjr@FreeBSD.org) # $FreeBSD$ -# PORTNAME= diskcheckd PORTVERSION= 20110729 @@ -23,6 +19,7 @@ CFLAGS+= -D_PATH_CONF='\"${PREFIX}/etc/diskcheckd.conf\"' MAKEFILE= /usr/share/mk/bsd.prog.mk MAKE_ARGS= PROG=diskcheckd MAN8=${MAN8} +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} .for f in diskcheckd.c diskcheckd.8 diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile index b6faa2705bee..e3153b3fda3a 100644 --- a/sysutils/diskscrub/Makefile +++ b/sysutils/diskscrub/Makefile @@ -17,4 +17,5 @@ MAN1= scrub.1 PLIST_FILES= bin/scrub +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/disktool/Makefile b/sysutils/disktool/Makefile index cb87cb954371..24fbff13da1b 100644 --- a/sysutils/disktool/Makefile +++ b/sysutils/disktool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: disktool -# Date created: Thu Apr 24 05:10:34 EDT 2003 -# Whom: Serge Gagnon <gagnon__s@videotron.ca> -# +# Created by: Serge Gagnon <gagnon__s@videotron.ca> # $FreeBSD$ -# PORTNAME= disktool PORTVERSION= 2.0 @@ -24,6 +20,7 @@ ALL_TARGET= disktool MAN1= disktool.1 PLIST_FILES= bin/disktool +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile index 4ba323c2190b..bcd4659f18aa 100644 --- a/sysutils/disktype/Makefile +++ b/sysutils/disktype/Makefile @@ -16,6 +16,7 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 03d5fe64c97c..ce056e968756 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ PORTDOCS= AUTHORS ChangeLog NEWS README TODO +NO_STAGE= yes post-install: .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR}/ diff --git a/sysutils/dmg2img/Makefile b/sysutils/dmg2img/Makefile index 95be6f19f80d..94c336b103ee 100644 --- a/sysutils/dmg2img/Makefile +++ b/sysutils/dmg2img/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmg2img -# Date created: 2009-11-27 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= dmg2img PORTVERSION= 1.6.2 @@ -18,6 +14,7 @@ COMMENT= DMG2IMG convert tool PLIST_FILES= bin/${PORTNAME} \ bin/vfdecrypt +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}/bin|g' \ ${WRKSRC}/Makefile diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index d8edd3e0a759..4f288ddfb901 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmidecode -# Date created: 19 November 2003 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dmidecode PORTVERSION= 2.12 @@ -22,6 +18,7 @@ MAKE_ENV+= DOCSDIR="${DOCSDIR}" LICENSE= GPLv2 .if defined(NOPORTDOCS) +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^install.*:/s,install-doc,,' ${WRKSRC}/Makefile diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile index 23526306fc7a..e7558a87a687 100644 --- a/sysutils/doinkd/Makefile +++ b/sysutils/doinkd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: doinkd -# Date created: 12 March 1997 -# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au> -# +# Created by: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au> # $FreeBSD$ -# PORTNAME= doinkd PORTVERSION= 0.01 @@ -23,6 +19,7 @@ USE_RC_SUBR= ${PORTNAME} PLIST_FILES= etc/doinkd/doinkd.cf.template sbin/doinkd PLIST_DIRSTRY= etc/doinkd +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/sysutils/dolly/Makefile b/sysutils/dolly/Makefile index 70e43ad32a31..ed30979a919c 100644 --- a/sysutils/dolly/Makefile +++ b/sysutils/dolly/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dolly -# Date created: Thu Jul 15 10:01:46 UTC 2004 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dolly DISTVERSION= 0.58C @@ -22,6 +18,7 @@ HIGHEST_COMPRESSION_DESC= Highest rather than fastest compression PLIST_FILES= bin/${PORTNAME} PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> do-configure: # C{C,FLAGS} safeness diff --git a/sysutils/downtime/Makefile b/sysutils/downtime/Makefile index f66623407eb3..2843a14f34ba 100644 --- a/sysutils/downtime/Makefile +++ b/sysutils/downtime/Makefile @@ -16,4 +16,5 @@ USE_GNOME= gtk20 MAN1= downtime.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/downtimed/Makefile b/sysutils/downtimed/Makefile index 42ddda91311f..b64195e52568 100644 --- a/sysutils/downtimed/Makefile +++ b/sysutils/downtimed/Makefile @@ -19,6 +19,7 @@ MAN8= downtimed.8 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +NO_STAGE= yes post-install: @${MKDIR} /var/db/downtimed @${CAT} ${PKGMESSAGE} diff --git a/sysutils/dt/Makefile b/sysutils/dt/Makefile index 7e409f35cb3e..4b1be9b4634a 100644 --- a/sysutils/dt/Makefile +++ b/sysutils/dt/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: dt -# Date created: 14 Jan 2004 -# Whom: Radim Kolar -# +# Created by: Radim Kolar # $FreeBSD$ -# -# $Tecnik: ports/sysutils/dt/Makefile,v 1.3 2005/12/12 19:58:36 itetcu Exp $ -# PORTNAME= dt PORTVERSION= 17.07 @@ -24,6 +18,7 @@ LICENSE= BSD PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.pdf dt-Overview.txt +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dt ${PREFIX}/sbin ${MKDIR} ${DATADIR} diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 4daec64db45a..b4bf212d8716 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: dtc -# Date created: 1 December 2003 -# Whom: Frederic Cambus & Thomas Goirand & Marc G. Fournier -# +# Created by: Frederic Cambus & Thomas Goirand & Marc G. Fournier # $FreeBSD$ -# PORTNAME= dtc PORTVERSION= 0.34.2.1 @@ -129,6 +125,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/radiusd:${PORTSDIR}/net/freeradius2 SUB_FILES= dtc-install dtc-deinstall SUB_LIST+= QMAIL_DIR="${QMAIL_DIR}" +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile index 88c421d3419f..d85da0798b71 100644 --- a/sysutils/dtpstree/Makefile +++ b/sysutils/dtpstree/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtpstree -# Date created: 17 June 2010 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= dtpstree PORTVERSION= 1.0.3 @@ -23,4 +19,5 @@ MAKEFILE= GNUmakefile MAN1= dtpstree.1 PLIST_FILES= bin/dtpstree +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/du2ps/Makefile b/sysutils/du2ps/Makefile index d112b73e1149..5432864357cf 100644 --- a/sysutils/du2ps/Makefile +++ b/sysutils/du2ps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: du2ps -# Date created: 31 May 2001 -# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp> -# +# Created by: Yoshihiko Sarumaru <mistral@imasy.or.jp> # $FreeBSD$ -# PORTNAME= du2ps PORTVERSION= 3.1 @@ -27,6 +23,7 @@ PLIST_FILES= bin/du2ps PORTDOCS= README.ver1 README.ver2 README.xdu du2ps.pdf du2psj.pdf .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/du2ps ${PREFIX}/bin/du2ps ${INSTALL_MAN} ${WRKSRC}/du2ps.1 ${PREFIX}/man/man1/du2ps.1 diff --git a/sysutils/duff/Makefile b/sysutils/duff/Makefile index f4d4760d6161..f13f44c46245 100644 --- a/sysutils/duff/Makefile +++ b/sysutils/duff/Makefile @@ -21,6 +21,7 @@ MAN1= duff.1 PORTDOCS= README.SHA +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 9b6cc7fc7d0c..727ed9dccc9f 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -31,6 +31,7 @@ S3_DESC= Install Amazon S3 backend SSH_DESC= Install SSH/SCP/SFTP backend U1_DESC= Install Ubuntu One backend +NO_STAGE= yes .include "bsd.port.options.mk" .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/duply/Makefile b/sysutils/duply/Makefile index ece5532895ee..9e6ba08aa372 100644 --- a/sysutils/duply/Makefile +++ b/sysutils/duply/Makefile @@ -1,4 +1,4 @@ -# Created By: Michael Ranner <michael@ranner.eu> +# Created by: Michael Ranner <michael@ranner.eu> # $FreeBSD$ PORTNAME= duply @@ -22,6 +22,7 @@ NO_BUILD= yes PORTDOCS= INSTALL.txt gpl-2.0.txt PLIST_FILES= bin/duply +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/etc/duply,${ETCDIR},g" ${WRKSRC}/duply diff --git a/sysutils/dupmerge/Makefile b/sysutils/dupmerge/Makefile index f88dc53e0f2c..84a7bd22c6f1 100644 --- a/sysutils/dupmerge/Makefile +++ b/sysutils/dupmerge/Makefile @@ -17,6 +17,7 @@ ALL_TARGET= dupmerge PLIST_FILES= bin/dupmerge PORTDOCS= readme.txt +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dupmerge ${PREFIX}/bin/ .if !defined(NOPORTDOCS) diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile index 0be2a8971ff3..39d0e71ebc23 100644 --- a/sysutils/dvd+rw-tools/Makefile +++ b/sysutils/dvd+rw-tools/Makefile @@ -26,6 +26,7 @@ BIN_FILES= growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-cont PLIST_FILES= ${BIN_FILES:S|^|bin/|} PORTDOCS= index.html +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile index 176a2fcbdf2f..9eb729a5845d 100644 --- a/sysutils/dvdbackup/Makefile +++ b/sysutils/dvdbackup/Makefile @@ -26,6 +26,7 @@ DEFAULT_DVD_DEVICE?= /dev/cd0 OPTIONS_DEFINE= DOCS NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/dvdimagecmp/Makefile b/sysutils/dvdimagecmp/Makefile index a450c1ddbf7b..62f2e37f04c7 100644 --- a/sysutils/dvdimagecmp/Makefile +++ b/sysutils/dvdimagecmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvdimagecmp -# Date created: 11 October 2005 -# Whom: Tim Welch <ports@thepentagon.org> -# +# Created by: Tim Welch <ports@thepentagon.org> # $FreeBSD$ -# PORTNAME= dvdimagecmp PORTVERSION= 0.3 @@ -20,6 +16,7 @@ CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 PLIST_FILES= bin/dvdimagecmp +NO_STAGE= yes do-build: (cd ${WRKSRC}; ${CC} ${CFLAGS} -o dvdimagecmp dvdimagecmp.c ) diff --git a/sysutils/dvdisaster/Makefile b/sysutils/dvdisaster/Makefile index 4a6272a3127a..c2cd77ddd8ec 100644 --- a/sysutils/dvdisaster/Makefile +++ b/sysutils/dvdisaster/Makefile @@ -40,6 +40,7 @@ PORTSCOUT= limitw:1,even MAN1= dvdisaster.1 MANLANG= "" cs de it +NO_STAGE= yes do-configure: @(cd ${CONFIGURE_WRKSRC} && \ if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ diff --git a/sysutils/dvdvideo/Makefile b/sysutils/dvdvideo/Makefile index f9272e93f0da..7fceb64b9e65 100644 --- a/sysutils/dvdvideo/Makefile +++ b/sysutils/dvdvideo/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFAULT= DVDCSS # DVDCSS version hardcoded in dvdvideo/libdvdcss.py DVDCSS_LIBVERSION= 3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDVDCSS} diff --git a/sysutils/dvtm/Makefile b/sysutils/dvtm/Makefile index d4b141a087fa..0072579de5e7 100644 --- a/sysutils/dvtm/Makefile +++ b/sysutils/dvtm/Makefile @@ -11,6 +11,7 @@ COMMENT= Tiling window management for the console MAN1= dvtm.1 PLIST_FILES= bin/dvtm bin/dvtm-status +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You can build dvtm with your own config.h using the DVTM_CONF knob:" @${ECHO_MSG} "make DVTM_CONF=/path/to/dvtm/config.h install clean" diff --git a/sysutils/dwatch/Makefile b/sysutils/dwatch/Makefile index 811bce072fb8..d4cc815aae13 100644 --- a/sysutils/dwatch/Makefile +++ b/sysutils/dwatch/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/dwatch etc/dwatch.conf-dist CFLAGS+= -DETCDIR="\"${PREFIX}/etc\"" \ -DPS="\"/bin/ps -ax\"" +NO_STAGE= yes do-build: (cd ${BUILD_WRKSRC}; ${CC} ${CFLAGS} -o dwatch dwatch.c) diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 45a96f1ffb9a..4f4f97fdb131 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -38,6 +38,7 @@ MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 \ findfs.8 blkid.8 logsave.8 fsck_ext2fs.8 e2freefrag.8 PORTDOCS= COPYING RELEASE-NOTES +NO_STAGE= yes post-extract: @${CHMOD} u+w ${WRKSRC}/po/*.po ${WRKSRC}/po/*.pot \ ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/sysutils/easypbi/Makefile b/sysutils/easypbi/Makefile index 830c30253678..306362e0e615 100644 --- a/sysutils/easypbi/Makefile +++ b/sysutils/easypbi/Makefile @@ -1,6 +1,4 @@ -# # $FreeBSD$ -# PORTNAME= easypbi PORTVERSION= 2.0 @@ -18,6 +16,7 @@ WRKSRC= ${WRKDIR}/EasyPBI-source QMAKE_PRO= EasyPBI.pro +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} -unix CONFIG+="configure" ${QMAKE_PRO} diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile index e9c91324d086..565901dd5e4e 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -20,6 +20,7 @@ RC_SCRIPTS= ec2_bootmail ec2_ephemeralswap ec2_fetchkey \ PLIST_FILES+= etc/rc.d/$i .endfor +NO_STAGE= yes post-install: @for i in ${RC_SCRIPTS}; do \ ${INSTALL_SCRIPT} ${WRKSRC}/$${i} ${PREFIX}/etc/rc.d/$${i}; \ diff --git a/sysutils/edid-decode/Makefile b/sysutils/edid-decode/Makefile index d9388e002421..a26457e4c471 100644 --- a/sysutils/edid-decode/Makefile +++ b/sysutils/edid-decode/Makefile @@ -15,6 +15,7 @@ USE_XZ= yes PLIST_FILES= bin/edid-decode +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 9151cc05d498..6aa0a6f7596b 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions MAN1= eiciel.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/eject/Makefile b/sysutils/eject/Makefile index ab69fbb74b60..87e32226bfb3 100644 --- a/sysutils/eject/Makefile +++ b/sysutils/eject/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eject -# Date created: 03 January 2000 -# Whom: shige -# +# Created by: shige # $FreeBSD$ -# PORTNAME= eject PORTVERSION= 1.5 @@ -22,6 +18,7 @@ PORTDOCS= README README-J MAN1= eject.1 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,4555,555,' ${WRKSRC}/Makefile diff --git a/sysutils/endian/Makefile b/sysutils/endian/Makefile index c2a532860ec6..6f7826f7cc05 100644 --- a/sysutils/endian/Makefile +++ b/sysutils/endian/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: endian -# Date created: 3 Jan 2006 -# Whom: bacon@smithers.neuro.mcw.edu -# +# Created by: bacon@smithers.neuro.mcw.edu # $FreeBSD$ -# PORTNAME= endian PORTVERSION= 1.0 @@ -18,4 +14,5 @@ MAN1= endian.1 PLIST_FILES= bin/endian +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/enteruser/Makefile b/sysutils/enteruser/Makefile index ede3c26ce93b..12dc7902a213 100644 --- a/sysutils/enteruser/Makefile +++ b/sysutils/enteruser/Makefile @@ -18,6 +18,7 @@ NO_BUILD= yes SHEBANG_FILES= enteruser +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index 58366d4377ed..c4890ba29f18 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@ -16,4 +16,5 @@ PLIST_FILES= bin/entr MAN1= entr.1 MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/env4801/Makefile b/sysutils/env4801/Makefile index 1adaa2782e5f..6e76f327f8fa 100644 --- a/sysutils/env4801/Makefile +++ b/sysutils/env4801/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFINE= STATIC OPTIONS_DEFAULT= STATIC STATIC_DESC= Build a statically linked executable +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/epylog/Makefile b/sysutils/epylog/Makefile index b462c59b10d1..3f85e3e7c8ca 100644 --- a/sysutils/epylog/Makefile +++ b/sysutils/epylog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: epylog -# Date created: 3 July 2005 -# Whom: Alan Snelson <alan@wave2.co.uk> -# +# Created by: Alan Snelson <alan@wave2.co.uk> # $FreeBSD$ -# PORTNAME= epylog PORTVERSION= 1.0.3 @@ -41,6 +37,7 @@ LOCAL_CONF_FILES= epylog.conf \ SUB_FILES= pkg-install pkg-deinstall SUB_LIST= LOCAL_CONF_FILES="${LOCAL_CONF_FILES}" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$sysconfdir/cron\.daily|$$sysconfdir/epylog|' \ ${WRKSRC}/configure diff --git a/sysutils/eroaster/Makefile b/sysutils/eroaster/Makefile index bfa6c24858f0..26c13779e048 100644 --- a/sysutils/eroaster/Makefile +++ b/sysutils/eroaster/Makefile @@ -29,6 +29,7 @@ BUILD_DEPENDS+= bchunk:${PORTSDIR}/sysutils/bchunk \ GNU_CONFIGURE= yes USE_PYTHON= yes +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "===> You can enable more features by defining WITH_ADDITIONAL_PROGRAMS" @${ECHO_MSG} "===>" diff --git a/sysutils/etcmerge/Makefile b/sysutils/etcmerge/Makefile index c42503f882cf..9749acbd2270 100644 --- a/sysutils/etcmerge/Makefile +++ b/sysutils/etcmerge/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: etcmerge -# Date created: 05 July 2003 -# Whom: eivind -# +# Created by: eivind # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= etcmerge PORTVERSION= 0.4 @@ -25,6 +19,7 @@ SRC= ${.CURDIR}/src MAN8= ${PORTNAME}.8 PLIST_FILES= sbin/etcmerge +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME} ${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${PREFIX}/man/man8 diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile index ae6406ace618..6a2c0d5f2db1 100644 --- a/sysutils/etcupdate/Makefile +++ b/sysutils/etcupdate/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: etcupdate -# Date created: 08 July 2010 -# Whom: jhb -# +# Created by: jhb # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= etcupdate PORTVERSION= 0.4 @@ -24,6 +18,7 @@ SRC= ${.CURDIR}/src MAN8= ${PORTNAME}.8 PLIST_FILES= sbin/etcupdate +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME} ${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${PREFIX}/man/man8 diff --git a/sysutils/eventlog/Makefile b/sysutils/eventlog/Makefile index b77b7584b7f3..dc8a05e6f1d5 100644 --- a/sysutils/eventlog/Makefile +++ b/sysutils/eventlog/Makefile @@ -14,4 +14,5 @@ GNU_CONFIGURE= yes USES= pathfix pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/evtviewer/Makefile b/sysutils/evtviewer/Makefile index 98993c1ffd09..7a9a7e8884b6 100644 --- a/sysutils/evtviewer/Makefile +++ b/sysutils/evtviewer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: evtViewer -# Date created: Sat Sep 01 09:30:00 UTC 2006 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.org> -# +# Created by: Ganael LAPLANCHE <ganael.laplanche@martymac.org> # $FreeBSD$ -# PORTNAME= evtViewer PORTVERSION= 0.5 @@ -24,6 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/evtViewer # Just copy the script +NO_STAGE= yes do-install: ${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin diff --git a/sysutils/exfat-utils/Makefile b/sysutils/exfat-utils/Makefile index 60a835d51df6..0ca8a30b5575 100644 --- a/sysutils/exfat-utils/Makefile +++ b/sysutils/exfat-utils/Makefile @@ -20,6 +20,7 @@ USE_SCONS= yes MAN8= exfatlabel.8 mkexfatfs.8 dumpexfat.8 exfatfsck.8 PLIST_FILES= sbin/exfatlabel sbin/dumpexfat sbin/exfatfsck sbin/mkexfatfs +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/label/exfatlabel ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/dump/dumpexfat ${PREFIX}/sbin diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile index 1f79c8476247..9f3d5a0c68c8 100644 --- a/sysutils/extipl/Makefile +++ b/sysutils/extipl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: extipl -# Date created: 8 January 2001 -# Whom: KIMURA Takamichi <takamiti@tsden.org> -# +# Created by: KIMURA Takamichi <takamiti@tsden.org> # $FreeBSD$ -# PORTNAME= extipl PORTVERSION= 5.04 @@ -23,6 +19,7 @@ MAN8= ${PORTNAME}.8 PORTDOCS= * PLIST_FILES= sbin/${PORTNAME} +NO_STAGE= yes post-patch: cd ${WRKSRC}; \ ${SED} -e 's|!!DOCDIR!!|${DOCSDIR}|g' \ diff --git a/sysutils/ezjail/Makefile b/sysutils/ezjail/Makefile index 74b6b877700a..1c7306f5fe82 100644 --- a/sysutils/ezjail/Makefile +++ b/sysutils/ezjail/Makefile @@ -14,6 +14,7 @@ MAN5= ezjail.conf.5 MAN7= ezjail.7 MAN8= ezjail-admin.8 +NO_STAGE= yes post-install: [ -f ${PREFIX}/etc/${PORTNAME}.conf ] || \ ${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample \ diff --git a/sysutils/fanout/Makefile b/sysutils/fanout/Makefile index a2d899c7a6ad..9579c45332b8 100644 --- a/sysutils/fanout/Makefile +++ b/sysutils/fanout/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/fanout bin/fanterm bin/fanmux PORTDOCS= README index.html .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/fanterm diff --git a/sysutils/farbot/Makefile b/sysutils/farbot/Makefile index f7f5f0965a2e..482c4f20d334 100644 --- a/sysutils/farbot/Makefile +++ b/sysutils/farbot/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: farbot -# Date created: 29 November 2006 -# Whom: Nick Barkas <snb@threerings.net> -# +# Created by: Nick Barkas <snb@threerings.net> # $FreeBSD$ PORTNAME= farbot @@ -24,6 +21,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= farb PYDISTUTILS_PKGVERSION= 0.1 +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/farbot.conf ${PREFIX}/etc/farbot.conf.sample diff --git a/sysutils/fastest_cvsup/Makefile b/sysutils/fastest_cvsup/Makefile index be44a7ef08ed..3a56a05d3961 100644 --- a/sysutils/fastest_cvsup/Makefile +++ b/sysutils/fastest_cvsup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fastest_cvsup -# Date created: 16 July 2002 -# Whom: A.J.Robinson (ajr@subdimension.com) -# +# Created by: A.J.Robinson (ajr@subdimension.com) # $FreeBSD$ -# PORTNAME= fastest_cvsup PORTVERSION= 0.3.0 @@ -18,4 +14,5 @@ USES= perl5 MAN7= fastest_cvsup.7 PLIST_FILES= bin/fastest_cvsup +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index d17e2cc3e2d0..28ae665d08f7 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -19,6 +19,7 @@ EXTRACT_AFTER_ARGS= --exclude 'getopt*' \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/fconfig/Makefile b/sysutils/fconfig/Makefile index 774df468c1b1..d383e4674b62 100644 --- a/sysutils/fconfig/Makefile +++ b/sysutils/fconfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fconfig -# Date created: Oct 26, 2009 -# Whom: thompsa@FreeBSD.org -# +# Created by: thompsa@FreeBSD.org # $FreeBSD$ -# PORTNAME= fconfig PORTVERSION= 20080329 @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes PLIST_FILES= sbin/fconfig +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${PREFIX}/sbin diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index e5176f352537..113a4cc9c4a4 100644 --- a/sysutils/fcron/Makefile +++ b/sysutils/fcron/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: fcron -# Date created: Mar 1, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fcron PORTVERSION= 3.0.6 @@ -50,6 +45,7 @@ DOCSRC= ${WRKSRC}/doc/en LICENSE= GPLv2 +NO_STAGE= yes pre-su-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index 9e60447da58a..47622d63c635 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -16,6 +16,7 @@ PLIST_FILES= bin/fdupes CFLAGS+= -DVERSION=\"${PORTVERSION}\" +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c ${WRKSRC}/md5/md5.c \ -o ${WRKSRC}/${PORTNAME} diff --git a/sysutils/feather/Makefile b/sysutils/feather/Makefile index c9c06c0959d9..86bf8e68b91a 100644 --- a/sysutils/feather/Makefile +++ b/sysutils/feather/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: feather -# Date created: 2011-11-30 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= feather PORTVERSION= 1.0 @@ -24,6 +20,7 @@ STRIP= SUB_FILES= pkg-message +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/feather ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/feather.yaml.dist ${PREFIX}/etc diff --git a/sysutils/fetchlog/Makefile b/sysutils/fetchlog/Makefile index 61cba30a6710..32efde35e093 100644 --- a/sysutils/fetchlog/Makefile +++ b/sysutils/fetchlog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fetchlog -# Date created: 11 August 2003 -# Whom: Alexander Haderer <alexander.haderer@loescap.de> -# +# Created by: Alexander Haderer <alexander.haderer@loescap.de> # $FreeBSD$ -# PORTNAME= fetchlog PORTVERSION= 1.4 @@ -19,6 +15,7 @@ PORTEXAMPLES= fetchlog.cfg fetchlog_service.cfg notify.cfg.example PLIST_FILES= bin/fetchlog +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fetchlog ${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 diff --git a/sysutils/ffs2recov/Makefile b/sysutils/ffs2recov/Makefile index 1de3427704a1..d829b4545723 100644 --- a/sysutils/ffs2recov/Makefile +++ b/sysutils/ffs2recov/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ffs2recov -# Date created: 20070204 -# Whom: sten@blinkenlights.nl -# +# Created by: sten@blinkenlights.nl # $FreeBSD$ -# PORTNAME= ffs2recov PORTVERSION= 1.0 @@ -22,4 +18,5 @@ PLIST_FILES= sbin/ffs2recov MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man \ WARNS=0 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index e9c1786e212d..a7ccf8f4bdfe 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -23,6 +23,7 @@ MAN1= file.1 MAN3= libmagic.3 MAN5= magic.5 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/sysutils/filedupe/Makefile b/sysutils/filedupe/Makefile index 6a8f2ffaa0c9..e7e90b6515ac 100644 --- a/sysutils/filedupe/Makefile +++ b/sysutils/filedupe/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm PLIST_FILES= bin/filedupe +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|filename\[80\]|filename[1024]|g; \ s|your_database|/var/db/filedupe.db|' ${WRKSRC}/filedupe.c diff --git a/sysutils/filelight-kde4/Makefile b/sysutils/filelight-kde4/Makefile index 20c1f7be9f9d..1f30d83d3205 100644 --- a/sysutils/filelight-kde4/Makefile +++ b/sysutils/filelight-kde4/Makefile @@ -20,4 +20,5 @@ USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile index baf30690eb0b..c1d5ed6430c2 100644 --- a/sysutils/fileprune/Makefile +++ b/sysutils/fileprune/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: prune -# Date created: 29 August 2003 -# Whom: dds -# +# Created by: dds # $FreeBSD$ -# PORTNAME= fileprune PORTVERSION= 1.9 @@ -18,4 +14,5 @@ MAN1= fileprune.1 MANCOMPRESSED= yes PLIST_FILES= bin/fileprune +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fileschanged/Makefile b/sysutils/fileschanged/Makefile index 10997de90aa6..6bc1ad3c5ee0 100644 --- a/sysutils/fileschanged/Makefile +++ b/sysutils/fileschanged/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fileschanged -# Date created: 18 May 2004 -# Whom: Konstantin Reznichenko <kot@premierbank.dp.ua> -# +# Created by: Konstantin Reznichenko <kot@premierbank.dp.ua> # $FreeBSD$ -# PORTNAME= fileschanged PORTVERSION= 0.6.5 @@ -31,6 +27,7 @@ PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README PLIST_FILES= bin/fileschanged .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} .for DOCFILE in ${PORTDOCS} diff --git a/sysutils/filetype/Makefile b/sysutils/filetype/Makefile index 60b9325a6571..c6f7e633e00b 100644 --- a/sysutils/filetype/Makefile +++ b/sysutils/filetype/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: filetype -# Date created: May 31 2009 -# Whom: ismail.yenigul@endersys.com.tr -# +# Created by: ismail.yenigul@endersys.com.tr # $FreeBSD$ -# PORTNAME= filetype PORTVERSION= 0.1.3 @@ -18,6 +14,7 @@ PORTDOCS= README CHANGELOG CONTRIBUTORS INSTALL LICENSE TODO PLIST_FILES= bin/filetype +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/filetype ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/filetype.1 ${MANPREFIX}/man/man1/ diff --git a/sysutils/filewatcherd/Makefile b/sysutils/filewatcherd/Makefile index 0094648ceb02..72009d19a2a9 100644 --- a/sysutils/filewatcherd/Makefile +++ b/sysutils/filewatcherd/Makefile @@ -21,6 +21,7 @@ USE_RC_SUBR= filewatcherd SUB_FILES= pkg-message PLIST_FILES= sbin/filewatcherd etc/watchtab.sample +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${PREFIX}/etc diff --git a/sysutils/finfo/Makefile b/sysutils/finfo/Makefile index 368b30141b64..cf79d3f43b6d 100644 --- a/sysutils/finfo/Makefile +++ b/sysutils/finfo/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: finfo -# Date created: Tue Jul 18, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= finfo PORTVERSION= 0.1 @@ -17,6 +12,7 @@ COMMENT= Finfo displays potentially useful information about a file PLIST_FILES= bin/finfo MAN1= finfo.1 +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c) diff --git a/sysutils/flasher/Makefile b/sysutils/flasher/Makefile index 766089ea46af..569056e82a46 100644 --- a/sysutils/flasher/Makefile +++ b/sysutils/flasher/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flasher -# Date created: 10 March 2002 -# Whom: Murray Nesbitt <freebsd@nesbitt.ca> -# +# Created by: Murray Nesbitt <freebsd@nesbitt.ca> # $FreeBSD$ -# PORTNAME= flasher PORTVERSION= 1.3 @@ -17,4 +13,5 @@ MAN1= flasher.1 MANCOMPRESSED= yes PLIST_FILES= sbin/flasher +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 3ad3f5b1eb48..adad2bd528d2 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -34,6 +34,7 @@ PLIST_FILES= bin/${PORTNAME} MAN8= ${PORTNAME}.8 .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDMIDECODE} diff --git a/sysutils/flexbackup/Makefile b/sysutils/flexbackup/Makefile index 24ce8bccf5f4..7c4f264147cf 100644 --- a/sysutils/flexbackup/Makefile +++ b/sysutils/flexbackup/Makefile @@ -29,6 +29,7 @@ MBUFFER_DESC= Enable mbuffer support STAR_DESC= Enable star support ZIP_DESC= Enable zip support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAFIO} diff --git a/sysutils/flock/Makefile b/sysutils/flock/Makefile index dbf188f7a000..f5687f7d1ff5 100644 --- a/sysutils/flock/Makefile +++ b/sysutils/flock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flock -# Date created: 26 May 2011 -# Whom: Andrey Zonov <andrey@zonov.org> -# +# Created by: Andrey Zonov <andrey@zonov.org> # $FreeBSD$ -# PORTNAME= flock PORTVERSION= 2.19 @@ -16,6 +12,7 @@ COMMENT= Manage locks from shell scripts PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 diff --git a/sysutils/flog/Makefile b/sysutils/flog/Makefile index 0cdb2a11a8e0..0b1104a407a8 100644 --- a/sysutils/flog/Makefile +++ b/sysutils/flog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flog -# Date created: 7 October 2001 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= flog PORTVERSION= 1.8 @@ -16,6 +12,7 @@ COMMENT= A small STDIN-to-file logger with support for log rotation PORTDOCS= README +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s@|O_LARGEFILE@@" ${WRKSRC}/flog.c diff --git a/sysutils/flyback/Makefile b/sysutils/flyback/Makefile index ad40cc2e34ce..f0601422f173 100644 --- a/sysutils/flyback/Makefile +++ b/sysutils/flyback/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flyback -# Date created: 2008-01-20 -# Whom: Lars Engels <lme@FreeBSD.org> -# +# Created by: Lars Engels <lme@FreeBSD.org> # $FreeBSD$ -# PORTNAME= flyback PORTVERSION= 0.4.0 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes USE_GNOME= pygtk2 pygnome2 libglade2 +NO_STAGE= yes .include <bsd.port.pre.mk> SUB_FILES= flyback.sh diff --git a/sysutils/fonteditfs/Makefile b/sysutils/fonteditfs/Makefile index 8ba80d687575..ab162cb3553c 100644 --- a/sysutils/fonteditfs/Makefile +++ b/sysutils/fonteditfs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fnteditfs -# Date created: Sat Oct 12 21:03:00 IST 2002 -# Whom: uri@keves.org -# +# Created by: uri@keves.org # $FreeBSD$ -# PORTNAME= fonteditfs PORTVERSION= 1.2 @@ -18,6 +14,7 @@ COMMENT= Full screen syscons font editor MAN1= fnteditfs.1 PLIST_FILES= bin/fnteditfs +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \ s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \ diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile index 4bd4b7cb59e8..a3f924940b4c 100644 --- a/sysutils/foremost/Makefile +++ b/sysutils/foremost/Makefile @@ -15,6 +15,7 @@ MAN8= foremost.8 PLIST_FILES= bin/foremost etc/foremost.conf.sample +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-Wall -O2|${CFLAGS}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/config.c diff --git a/sysutils/fortunelock/Makefile b/sysutils/fortunelock/Makefile index 64431bd4a967..cf51610eccee 100644 --- a/sysutils/fortunelock/Makefile +++ b/sysutils/fortunelock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortunelock -# Date created: 25 April 2000 -# Whom: Daniel Harris <dannyboy@subdimension.com> -# +# Created by: Daniel Harris <dannyboy@subdimension.com> # $FreeBSD$ -# PORTNAME= fortunelock PORTVERSION= 0.1.2 @@ -20,4 +16,5 @@ MAN1= fortunelock.1 MANCOMPRESSED= no PLIST_FILES= bin/fortunelock +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile index 418f5350ae61..475885eea94d 100644 --- a/sysutils/fpart/Makefile +++ b/sysutils/fpart/Makefile @@ -20,6 +20,7 @@ MAN1= fpart.1 PLIST_FILES= bin/fpart PORTDOCS= Changelog README TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/fpc-syslog/Makefile b/sysutils/fpc-syslog/Makefile index 78193f3ce70c..f7dfca8cfde6 100644 --- a/sysutils/fpc-syslog/Makefile +++ b/sysutils/fpc-syslog/Makefile @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/fpc-users/Makefile b/sysutils/fpc-users/Makefile index 17e6a4a739c3..c9ea655f93eb 100644 --- a/sysutils/fpc-users/Makefile +++ b/sysutils/fpc-users/Makefile @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/fpc-utmp/Makefile b/sysutils/fpc-utmp/Makefile index e39f7bba3689..b5671f42cc6a 100644 --- a/sysutils/fpc-utmp/Makefile +++ b/sysutils/fpc-utmp/Makefile @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/fpc-uuid/Makefile b/sysutils/fpc-uuid/Makefile index 65310434ceea..29aef38b84f7 100644 --- a/sysutils/fpc-uuid/Makefile +++ b/sysutils/fpc-uuid/Makefile @@ -1,4 +1,4 @@ -# Created by: Christopher Key <cjk32@cam.ac.uk> +# Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/fpkg/Makefile b/sysutils/fpkg/Makefile index 336cb896807b..00ede2250848 100644 --- a/sysutils/fpkg/Makefile +++ b/sysutils/fpkg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpkg -# Date created: 28 January 2006 -# Whom: Yuki SHIMAZU <y.shimazu@nifty.com> -# +# Created by: Yuki SHIMAZU <y.shimazu@nifty.com> # $FreeBSD$ -# PORTNAME= fpkg PORTVERSION= 0.2 @@ -22,6 +18,7 @@ NO_WRKSUBDIR= YES NO_BUILD= YES PLIST_FILES= bin/fpkg +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile index 620650137864..6ebc1c614910 100644 --- a/sysutils/freebsd-snapshot/Makefile +++ b/sysutils/freebsd-snapshot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-snapshot -# Date created: 2005-09-07 -# Whom: gtodd@bellanet.org -# +# Created by: gtodd@bellanet.org # $FreeBSD$ -# PORTNAME= freebsd-snapshot DISTVERSION= 20091208.1 @@ -26,6 +22,7 @@ SUB_FILES= pkg-message pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALLL= ${WRKDIR}/pkg-deinstall +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/amd.map.snap ${WRKSRC}/snapshot \ diff --git a/sysutils/freecolor/Makefile b/sysutils/freecolor/Makefile index 8b875f9c6538..cd97ea2c9093 100644 --- a/sysutils/freecolor/Makefile +++ b/sysutils/freecolor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freecolor -# Date created: 7 January 2004 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= freecolor PORTVERSION= 0.8.8 @@ -24,6 +20,7 @@ BINGRP?= kmem BINMODE?= 2555 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile index ebb19ce1e30e..38a9af6af5a1 100644 --- a/sysutils/freedt/Makefile +++ b/sysutils/freedt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freedt -# Date created: 25 May 2003 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= freedt PORTVERSION= 0.22 @@ -19,4 +15,5 @@ CONFLICTS= daemontools-[0-9]* GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index 0b39cee42e57..5614158f098a 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -58,6 +58,7 @@ CONF_DIR?= ${ETCDIR} LOG_DIR= /var/log/${PORTNAME} RUN_DIR= /var/lib/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile index 5eab22d7b36f..69e244c56983 100644 --- a/sysutils/freesbie/Makefile +++ b/sysutils/freesbie/Makefile @@ -19,6 +19,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}2 +NO_STAGE= yes do-install: @ ${MKDIR} ${DATADIR} @ ${RM} ${WRKSRC}/scripts/iso.sh.orig diff --git a/sysutils/freqsdwn/Makefile b/sysutils/freqsdwn/Makefile index 8fc6c2a62791..dfbfef434604 100644 --- a/sysutils/freqsdwn/Makefile +++ b/sysutils/freqsdwn/Makefile @@ -27,6 +27,7 @@ PORTDOCS= README CONFDIR?= ${PREFIX}/etc/freqship +NO_STAGE= yes pre-fetch:: @[ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ] || ( \ ${ECHO} "Please read and accept following LICENSE:"; \ diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile index 2e9b213b9eba..e8d2b9e33970 100644 --- a/sysutils/froxlor/Makefile +++ b/sysutils/froxlor/Makefile @@ -57,6 +57,7 @@ NLS_DESC= Enable NLS support (required for webFTP frontend) OPTIONS_DEFAULT= APACHE MYSQLS POSTFIX DOVECOT PROFTPD WEBALIZER MYSQLS PCNTL NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPACHE} diff --git a/sysutils/fsbackup/Makefile b/sysutils/fsbackup/Makefile index a0fde4a90479..150ff789884c 100644 --- a/sysutils/fsbackup/Makefile +++ b/sysutils/fsbackup/Makefile @@ -23,6 +23,7 @@ MANCOMPRESSED= no NO_BUILD= yes NO_INSTALL_MANPAGES=yes +NO_STAGE= yes do-install: @cd ${WRKSRC};./install.pl --prefix=${PREFIX}/fsbackup --prefix-man=${MANPREFIX}/man/man1 @${RM} ${PREFIX}/fsbackup/fsbackup.1 diff --git a/sysutils/fsc/Makefile b/sysutils/fsc/Makefile index 914914b64e6b..256898fecccd 100644 --- a/sysutils/fsc/Makefile +++ b/sysutils/fsc/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: FreeBSD Services Control -# Date created: 07 May 2012 -# Whom: Tom Rhodes <trhodes@FreeBSD.org> -# -# $Id: Makefile 1969 2012-06-04 20:00:10Z bsdtrhodes $ +# Created by: Tom Rhodes <trhodes@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fsc PORTVERSION= 1.0.1 @@ -25,6 +20,7 @@ PLIST_FILES= bin/fscadm \ man/man8/fscadm.8.gz \ man/man8/fscd.8.gz +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' \ ${WRKSRC}/rc.d/fscd diff --git a/sysutils/fstyp/Makefile b/sysutils/fstyp/Makefile index d1c191f48114..bec689aea736 100644 --- a/sysutils/fstyp/Makefile +++ b/sysutils/fstyp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fstyp -# Date created: Sun Nov 9 -# Whom: Sachidananda Urs -# +# Created by: Sachidananda Urs # $FreeBSD$ -# PORTNAME= fstyp PORTVERSION= 0.1 @@ -20,4 +16,5 @@ PLIST_FILES= bin/fstyp MAN8= fstyp.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index e46ef7feab22..8e645192b227 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -25,6 +25,7 @@ PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION LICENSE README MAN8= ftwin.8 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index ba41ff76ac6d..aa15eb2cabd4 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME} MAN1= afuse.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/fusefs-chironfs/Makefile b/sysutils/fusefs-chironfs/Makefile index 65d168dde891..ba75709cde4e 100644 --- a/sysutils/fusefs-chironfs/Makefile +++ b/sysutils/fusefs-chironfs/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/chironfs bin/chirctl PORTDOCS= * MAN8= chironfs.8 +NO_STAGE= yes post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile index 58f531da09a7..5d35d4d02226 100644 --- a/sysutils/fusefs-cryptofs/Makefile +++ b/sysutils/fusefs-cryptofs/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= bin/cryptofs .if !defined(NOPORTDOCS) PORTDOCS= README cryptofs.conf +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 9cfbc86190ea..61a0cbb4dadb 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -21,6 +21,7 @@ USE_GNOME= glib20 MAN1= ${PORTNAME}.1 PLIST_FILES= bin/curlftpfs +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 1000000 diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 6e32746df382..f691d4c9c36b 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -27,6 +27,7 @@ USES= fuse USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/fusefs-exfat/Makefile b/sysutils/fusefs-exfat/Makefile index dc51d6fd8282..b79f8d9e9a4f 100644 --- a/sysutils/fusefs-exfat/Makefile +++ b/sysutils/fusefs-exfat/Makefile @@ -21,6 +21,7 @@ USE_SCONS= yes MAN8= mount.exfat-fuse.8 PLIST_FILES= bin/mount.exfat-fuse bin/mount.exfat +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fuse/mount.exfat-fuse ${PREFIX}/bin ${LN} -s ${PREFIX}/bin/mount.exfat-fuse ${PREFIX}/bin/mount.exfat diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index a0ca54c6b39b..0e881e10f64f 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -27,6 +27,7 @@ ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/ext4fuse +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index d450dbb34e33..61391506c9c3 100644 --- a/sysutils/fusefs-funionfs/Makefile +++ b/sysutils/fusefs-funionfs/Makefile @@ -18,4 +18,5 @@ USES= fuse MAN1= funionfs.1 PLIST_FILES= bin/funionfs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fusefs-fur/Makefile b/sysutils/fusefs-fur/Makefile index d62412073c4c..1f861ae06760 100644 --- a/sysutils/fusefs-fur/Makefile +++ b/sysutils/fusefs-fur/Makefile @@ -26,6 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include -DFUSE_USE_VERSION=26 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MVCHMOD} diff --git a/sysutils/fusefs-fusepak/Makefile b/sysutils/fusefs-fusepak/Makefile index 76fe7b9fb5fa..52328594e98e 100644 --- a/sysutils/fusefs-fusepak/Makefile +++ b/sysutils/fusefs-fusepak/Makefile @@ -19,6 +19,7 @@ USES= fuse pkgconfig PLIST_FILES= bin/pakmount MAN1= pakmount.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,Fatnasy,Fantasy,' \ ${WRKSRC}/src/${MAN1} diff --git a/sysutils/fusefs-fusexmp_fh/Makefile b/sysutils/fusefs-fusexmp_fh/Makefile index fadcb7fd786c..adaad865b694 100644 --- a/sysutils/fusefs-fusexmp_fh/Makefile +++ b/sysutils/fusefs-fusexmp_fh/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \ PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-build: cd ${WRKSRC}/lib \ && ${MAKE} diff --git a/sysutils/fusefs-gnome-vfs/Makefile b/sysutils/fusefs-gnome-vfs/Makefile index cda7ce393988..ff0dc2f9d906 100644 --- a/sysutils/fusefs-gnome-vfs/Makefile +++ b/sysutils/fusefs-gnome-vfs/Makefile @@ -19,6 +19,7 @@ USE_GMAKE= yes PLIST_FILES= bin/gnomevfs-mount PORTDOCS= README +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gnomevfs-mount ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/sysutils/fusefs-gstfs/Makefile b/sysutils/fusefs-gstfs/Makefile index cb7c3a25a576..7d9fdc865db9 100644 --- a/sysutils/fusefs-gstfs/Makefile +++ b/sysutils/fusefs-gstfs/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= README PORTEXAMPLES= ogg2mp3.sh mp32wav.sh +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ diff --git a/sysutils/fusefs-gunzip/Makefile b/sysutils/fusefs-gunzip/Makefile index 6af189ee7401..e0c6bb60d1b6 100644 --- a/sysutils/fusefs-gunzip/Makefile +++ b/sysutils/fusefs-gunzip/Makefile @@ -16,6 +16,7 @@ PLIST_FILES= bin/fuse.gunzip NO_INSTALL_MANPAGES= yes +NO_STAGE= yes do-build: (cd ${WRKSRC} && \ ${CC} ${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/fuse \ diff --git a/sysutils/fusefs-httpfs/Makefile b/sysutils/fusefs-httpfs/Makefile index 2cd800069ae1..d0ece95c033c 100644 --- a/sysutils/fusefs-httpfs/Makefile +++ b/sysutils/fusefs-httpfs/Makefile @@ -21,6 +21,7 @@ CFLAGS+= -D__BSD_VISIBLE ALL_TARGET= httpfs2 PLIST_FILES= bin/httpfs2 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/httpfs2 ${PREFIX}/bin diff --git a/sysutils/fusefs-ifuse/Makefile b/sysutils/fusefs-ifuse/Makefile index 91b1fecf6374..80884c13fedd 100644 --- a/sysutils/fusefs-ifuse/Makefile +++ b/sysutils/fusefs-ifuse/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/${PORTNAME} MAN1= ifuse.1 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile index b20bcfdde24f..a6d51d4ddf1b 100644 --- a/sysutils/fusefs-kmod/Makefile +++ b/sysutils/fusefs-kmod/Makefile @@ -31,6 +31,7 @@ DISABLE_SIZE= yes OPTIONS_DEFINE= AUTOSETUP DOCS AUTOSETUP_DESC= Automatic global config file setup +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index 27d00d0ae923..29a325ed580a 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -27,6 +27,7 @@ MAN1= fusermount.1 \ MAN8= mount.fuse.8 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/fusefs-mhddfs/Makefile b/sysutils/fusefs-mhddfs/Makefile index 81f060cf5827..01395ae82fd8 100644 --- a/sysutils/fusefs-mhddfs/Makefile +++ b/sysutils/fusefs-mhddfs/Makefile @@ -20,6 +20,7 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} PORTDOCS= README ChangeLog +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile index 9f8f4809f9d4..6a1659f2b027 100644 --- a/sysutils/fusefs-mp3fs/Makefile +++ b/sysutils/fusefs-mp3fs/Makefile @@ -23,4 +23,5 @@ USES= fuse pkgconfig MAN1= mp3fs.1 PLIST_FILES= bin/mp3fs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 1c1e9abb6fda..7cf0f4329449 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -37,6 +37,7 @@ MAN8= mkntfs.8 ntfs-3g.8 ntfs-3g.probe.8 \ ntfscluster.8 ntfscmp.8 ntfscp.8 ntfsfix.8 ntfsinfo.8 \ ntfslabel.8 ntfsls.8 ntfsprogs.8 ntfsresize.8 ntfsundelete.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MLOCK} diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile index ef40d9a9ea86..f582fb1ba77b 100644 --- a/sysutils/fusefs-pod/Makefile +++ b/sysutils/fusefs-pod/Makefile @@ -21,4 +21,5 @@ GNU_CONFIGURE= yes MAN1= fusepod.1 PLIST_FILES= bin/fusepod +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fusefs-rar2fs/Makefile b/sysutils/fusefs-rar2fs/Makefile index a5a99d996e70..c541066feb77 100644 --- a/sysutils/fusefs-rar2fs/Makefile +++ b/sysutils/fusefs-rar2fs/Makefile @@ -26,6 +26,7 @@ MAN1= rar2fs.1 USES= fuse USE_GMAKE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index e3528508417c..7bb27e459d62 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -20,6 +20,7 @@ USES= fuse pkgconfig MAN1= s3fs.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile index 2eacf878d5f1..4a6549c37dbf 100644 --- a/sysutils/fusefs-smbnetfs/Makefile +++ b/sysutils/fusefs-smbnetfs/Makefile @@ -26,6 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNOME_KEYRING} diff --git a/sysutils/fusefs-sqlfs/Makefile b/sysutils/fusefs-sqlfs/Makefile index 1bf3e9e7aba4..ec23a165c408 100644 --- a/sysutils/fusefs-sqlfs/Makefile +++ b/sysutils/fusefs-sqlfs/Makefile @@ -1,5 +1,4 @@ # Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> -# $MBSDlabs$ # $FreeBSD$ PORTNAME= sqlfs @@ -23,6 +22,7 @@ PORTDOCS= README PLIST_FILES= bin/sqlfs +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index 23a4b208197a..c5a07b2ca609 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -19,6 +19,7 @@ USE_GNOME= glib20 MAN1= sshfs.1 +NO_STAGE= yes post-install: @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile index 238bf7c79463..7df9ab9ae43f 100644 --- a/sysutils/fusefs-unionfs/Makefile +++ b/sysutils/fusefs-unionfs/Makefile @@ -20,6 +20,7 @@ USE_XZ= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} "s,share/man,man,g" ${WRKSRC}/man/CMakeLists.txt diff --git a/sysutils/fusefs-wdfs/Makefile b/sysutils/fusefs-wdfs/Makefile index 3ddfb3387dae..6bc3ad5e185f 100644 --- a/sysutils/fusefs-wdfs/Makefile +++ b/sysutils/fusefs-wdfs/Makefile @@ -19,4 +19,5 @@ USE_GNOME= glib20 PLIST_FILES= bin/wdfs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/fusefs-wikipediafs/Makefile b/sysutils/fusefs-wikipediafs/Makefile index 258d9c9048e1..483ebfad6781 100644 --- a/sysutils/fusefs-wikipediafs/Makefile +++ b/sysutils/fusefs-wikipediafs/Makefile @@ -18,6 +18,7 @@ USE_PYDISTUTILS=yes PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO MAN1= mount.${PORTNAME}.1 +NO_STAGE= yes post-extract: @${GUNZIP_CMD} ${WRKSRC}/doc/*gz diff --git a/sysutils/fusefs-zip/Makefile b/sysutils/fusefs-zip/Makefile index 87c5581446ad..219541d35ed1 100644 --- a/sysutils/fusefs-zip/Makefile +++ b/sysutils/fusefs-zip/Makefile @@ -22,6 +22,7 @@ PORTDOCS= README TODO changelog OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile index 3cd6264edcbe..eb74d5d6f797 100644 --- a/sysutils/fvcool/Makefile +++ b/sysutils/fvcool/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= sbin/fvcool OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \ s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in diff --git a/sysutils/gaffitter/Makefile b/sysutils/gaffitter/Makefile index e41b1db66103..c99b026e4424 100644 --- a/sysutils/gaffitter/Makefile +++ b/sysutils/gaffitter/Makefile @@ -19,6 +19,7 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} # Change "cd foo; $(MAKE)" into "$(MAKE) -C foo" to unbreak parallel builds +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's|cd (.+); (\$$\(MAKE\))|\2 -C \1|' \ ${WRKSRC}/Makefile diff --git a/sysutils/gai-leds/Makefile b/sysutils/gai-leds/Makefile index 9dc2c3f3a492..ed6b0908bc46 100644 --- a/sysutils/gai-leds/Makefile +++ b/sysutils/gai-leds/Makefile @@ -19,6 +19,7 @@ USES= pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 94a87907eec4..8c41a544e05d 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -59,6 +59,7 @@ IGNORE= the variable GMOND_CONF must point to a file when defined GMOND_CONF= ${WRKDIR}/gmond.conf .endif +NO_STAGE= yes .include <bsd.port.options.mk> USE_RC_SUBR= gmond diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile index 7ab4bb7620cc..1e68c3fedf52 100644 --- a/sysutils/ganglia-webfrontend/Makefile +++ b/sysutils/ganglia-webfrontend/Makefile @@ -35,6 +35,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/web # information on these variables. WEBFRONTDIR?= www/ganglia +NO_STAGE= yes # Set custom variables: # PKGOPTS= ${FILESDIR}/pkg-opts diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index 4fe97d990c37..40722a3a6803 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog INSTALL README +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/sysutils/garcon/Makefile b/sysutils/garcon/Makefile index 082d221e8617..b37603846d93 100644 --- a/sysutils/garcon/Makefile +++ b/sysutils/garcon/Makefile @@ -20,6 +20,7 @@ USES= pathfix pkgconfig OPTIONS_DEFINE= DOCS NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/gather/Makefile b/sysutils/gather/Makefile index 41656a33beb3..68358749849f 100644 --- a/sysutils/gather/Makefile +++ b/sysutils/gather/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gather -# Date created: 14 February 2010 -# Whom: Mikolaj Golub <to.my.trociny@gmail.com> -# +# Created by: Mikolaj Golub <to.my.trociny@gmail.com> # $FreeBSD$ -# PORTNAME= gather PORTVERSION= 0.4.1 @@ -35,6 +31,7 @@ PORTDOCS= Changelog README PORTEXAMPLES= * .endif +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/gather ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/gather.1 ${PREFIX}/man/man1 diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile index 2a8112f330f3..fb6fa63ae7c1 100644 --- a/sysutils/gcdmaster/Makefile +++ b/sysutils/gcdmaster/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcdmaster -# Date created: 14 February 2004 -# Whom: marius@alchemy.franken.de -# +# Created by: marius@alchemy.franken.de # $FreeBSD$ -# PORTNAME= gcdmaster @@ -13,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../cdrdao DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index fd21d275db09..e6c688a2e860 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.options.mk> pre-patch: diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index 72d993e75f2b..f31ffd59f67a 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -25,4 +25,5 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gconf-editor.1 GCONF_SCHEMAS= gconf-editor.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/gdisk/Makefile b/sysutils/gdisk/Makefile index 31002bb752a2..1c3372bb5178 100644 --- a/sysutils/gdisk/Makefile +++ b/sysutils/gdisk/Makefile @@ -31,6 +31,7 @@ MAKEFILE= Makefile.freebsd PROGRAM_LIST= fixparts gdisk sgdisk PLIST_FILES= ${PROGRAM_LIST:C,^,sbin/,} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCGDISK} diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 688f4708be42..2c430663f83d 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= gdmap.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \ ${WRKSRC}/src/gui_main.c diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile index 4b75f2047572..eb196f92af6c 100644 --- a/sysutils/geomWatch/Makefile +++ b/sysutils/geomWatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geomWatch -# Date created: 11 January 2010 -# Whom: Boris Kochergin <spawk@acm.poly.edu> -# +# Created by: Boris Kochergin <spawk@acm.poly.edu> # $FreeBSD$ -# PORTNAME= geomWatch PORTVERSION= 1.3.0 @@ -22,6 +18,7 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 700036 diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile index 6369827c4518..1762b1c1db16 100644 --- a/sysutils/geomgui/Makefile +++ b/sysutils/geomgui/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes MAN1= geomgui.1 PLIST_FILES= bin/geomgui +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/Makefile.in diff --git a/sysutils/getdelta/Makefile b/sysutils/getdelta/Makefile index d97ef2564e68..d8e0cd728884 100644 --- a/sysutils/getdelta/Makefile +++ b/sysutils/getdelta/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: getdelta -# Date created: 15 December 2007 -# Whom: Anton Statutov <astatutov@gmail.com> -# +# Created by: Anton Statutov <astatutov@gmail.com> # $FreeBSD$ -# PORTNAME= getdelta PORTVERSION= 0.7.8 @@ -29,6 +25,7 @@ NO_BUILD= yes PLIST_FILES= bin/getdelta.sh SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/geteltorito/Makefile b/sysutils/geteltorito/Makefile index e4c6a54c1d9e..4d1500799665 100644 --- a/sysutils/geteltorito/Makefile +++ b/sysutils/geteltorito/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geteltorito -# Date created: Wed Apr 15 11:35:12 PDT 2009 -# Whom: Valerio Daelli <valerio.daelli@gmail.com> -# +# Created by: Valerio Daelli <valerio.daelli@gmail.com> # $FreeBSD$ -# PORTNAME= geteltorito PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USE_PERL5= run PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} diff --git a/sysutils/gigolo/Makefile b/sysutils/gigolo/Makefile index 7941e9bb8c4e..983b1cde2143 100644 --- a/sysutils/gigolo/Makefile +++ b/sysutils/gigolo/Makefile @@ -38,6 +38,7 @@ NLS_USES= gettext ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Does not compile +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/gkfreq/Makefile b/sysutils/gkfreq/Makefile index 330e430cbb9e..9f65bedc4632 100644 --- a/sysutils/gkfreq/Makefile +++ b/sysutils/gkfreq/Makefile @@ -17,4 +17,5 @@ USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellm-gkfreq.so +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/gkleds2/Makefile b/sysutils/gkleds2/Makefile index da0887487b9c..2343d1facc2c 100644 --- a/sysutils/gkleds2/Makefile +++ b/sysutils/gkleds2/Makefile @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= libexec/gkrellm2/plugins/gkleds.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g ; \ s|GK_LDFLAGS|GKM_LDFLAGS|g' ${WRKSRC}/src/Makefile.in diff --git a/sysutils/gkrellfire/Makefile b/sysutils/gkrellfire/Makefile index 235fd0c52f2b..cd4550e5001f 100644 --- a/sysutils/gkrellfire/Makefile +++ b/sysutils/gkrellfire/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so USES= gmake pkgconfig MAKE_ARGS= CC="${CC}" +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/ diff --git a/sysutils/gkrellflynn/Makefile b/sysutils/gkrellflynn/Makefile index 461b76b52f3a..c501301f4f1e 100644 --- a/sysutils/gkrellflynn/Makefile +++ b/sysutils/gkrellflynn/Makefile @@ -23,6 +23,7 @@ ALL_TARGET= ${PORTNAME}.so CFLAGS+= `pkg-config --cflags gtk+-2.0 gthread-2.0` \ -I${LOCALBASE}/include -DGKRELLM2 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gkrellflynn.so \ ${PREFIX}/libexec/gkrellm2/plugins diff --git a/sysutils/gkrellm-trayicons/Makefile b/sysutils/gkrellm-trayicons/Makefile index 8e0722c88155..418f6979039c 100644 --- a/sysutils/gkrellm-trayicons/Makefile +++ b/sysutils/gkrellm-trayicons/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= libexec/gkrellm2/plugins/trayicons.so ALL_TARGET= trayicons.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(CC) $$(FLAGS)|$$(CC) $$(CFLAGS)|g' \ ${WRKSRC}/Makefile diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index fe49aad5dd3d..f03535c59773 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm -# Date Created: Mar 4 2000 -# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> -# +# Created by: Hajimu UMEMOTO <ume@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gkrellm PORTVERSION= 1.2.13 @@ -39,6 +35,7 @@ PORTDOCS= COPYRIGHT README Themes.html # you should not enable this. # WITH_SENSOR=yes +NO_STAGE= yes .include <bsd.port.pre.mk> ALL_TARGET= freebsd diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index 6b9a445fb152..0ca2a62194b3 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -25,6 +25,7 @@ OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= GKRELLM_CLIENT NTLM OPENSSL GKRELLM_CLIENT_DESC= GKrellM Client +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGKRELLM_CLIENT} diff --git a/sysutils/gkrellmwho2/Makefile b/sysutils/gkrellmwho2/Makefile index 5fe681f13f8f..b3e94d7e91e4 100644 --- a/sysutils/gkrellmwho2/Makefile +++ b/sysutils/gkrellmwho2/Makefile @@ -22,6 +22,7 @@ USES= pkgconfig ALL_TARGET= PLIST_FILES= libexec/gkrellm2/plugins/gkrellmwho2.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/configure ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile diff --git a/sysutils/gkrelltop/Makefile b/sysutils/gkrelltop/Makefile index bcea56c4ecda..e6cde8b219b6 100644 --- a/sysutils/gkrelltop/Makefile +++ b/sysutils/gkrelltop/Makefile @@ -1,4 +1,4 @@ -# Whom: David Gardner +# Created by: David Gardner # $FreeBSD$ PORTNAME= gkrelltop @@ -27,6 +27,7 @@ PLIST_SUB+= CLIENT="" WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} +NO_STAGE= yes post-patch: .if defined(GKRELLM_SERVER_ONLY) ${REINPLACE_CMD} 's/^\(PKG.*\)gkrellm/\1gkrellmd/' ${WRKSRC}/configure diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index 2e0cb5dcb8aa..c6ea92f66e0f 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -25,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gksu.1 MLINKS= gksu.1 gksudo.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/gkeyfile.h|glib.h|g' \ ${WRKSRC}/nautilus-gksu/libnautilus-gksu.c diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index d16faad02841..f398f1132a4f 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -43,6 +43,7 @@ GCONF_SCHEMAS= control-center.schemas fontilus.schemas \ WITH_GNOME= yes .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mevolutiondataserver}!="" diff --git a/sysutils/gnome-device-manager/Makefile b/sysutils/gnome-device-manager/Makefile index 93b0e75cec8d..0e5b4e5b7073 100644 --- a/sysutils/gnome-device-manager/Makefile +++ b/sysutils/gnome-device-manager/Makefile @@ -23,4 +23,5 @@ INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index 913eb0e4957f..55009010c498 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -28,4 +28,5 @@ MAN1= gnome-mount.1 MLINKS= gnome-mount.1 gnome-eject.1 \ gnome-mount.1 gnome-umount.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile index 7e62991e97ee..f9bc8d1ca509 100644 --- a/sysutils/gnome-pkgview/Makefile +++ b/sysutils/gnome-pkgview/Makefile @@ -20,6 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnome-pkgview.schemas +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/config-path.c diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index aea21f983b0a..36c12180ee18 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -43,6 +43,7 @@ MAN1= gnome-power-manager.1 gnome-power-preferences.1 \ gnome-power-statistics.1 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \ ${WRKSRC}/configure diff --git a/sysutils/gnome-schedule/Makefile b/sysutils/gnome-schedule/Makefile index 24f864a667cf..80dcf058b921 100644 --- a/sysutils/gnome-schedule/Makefile +++ b/sysutils/gnome-schedule/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --disable-applet PLIST_SUB+= APPLET="@comment " .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index e5ab65eeedaf..b720fa05be90 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -43,6 +43,7 @@ GCONF_SCHEMAS= apps_gnome_settings_daemon_housekeeping.schemas \ desktop_gnome_peripherals_touchpad.schemas \ gnome-settings-daemon.schemas +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPULSEAUDIO} diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index a12bd7f34e0b..b9dd93d9bcd1 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -30,6 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lutil GCONF_SCHEMAS= gnome-system-monitor.schemas +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<glib/gtypes.h>|<glib.h>|g' \ -e 's|<glib/gmacros.h>|<glib.h>|g' \ diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index 38950e171824..95286cb4fe45 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.system-tools.gschema.xml +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gmodule-export-2.0|gmodule-export-2.0 gthread-2.0|g' \ ${WRKSRC}/configure diff --git a/sysutils/gnome_subr/Makefile b/sysutils/gnome_subr/Makefile index ead0947229b9..e1e440de2b9a 100644 --- a/sysutils/gnome_subr/Makefile +++ b/sysutils/gnome_subr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome_subr -# Date created: 31 Oct 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnome_subr PORTVERSION= 1.0 @@ -16,6 +12,7 @@ COMMENT= Common startup and shutdown subroutines used by GNOME scripts NO_BUILD= yes PLIST_FILES= etc/gnome.subr +NO_STAGE= yes do-install: ${INSTALL_DATA} ${FILESDIR}/gnome.subr ${PREFIX}/etc diff --git a/sysutils/gnomebaker/Makefile b/sysutils/gnomebaker/Makefile index 6eee09dc9840..0d36d4fc6711 100644 --- a/sysutils/gnomebaker/Makefile +++ b/sysutils/gnomebaker/Makefile @@ -30,6 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic ONLY_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= Coredump on amd64, see PR: ports/130972 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDVD} diff --git a/sysutils/goaccess/Makefile b/sysutils/goaccess/Makefile index dd24a973ebe4..bd279830e315 100644 --- a/sysutils/goaccess/Makefile +++ b/sysutils/goaccess/Makefile @@ -31,6 +31,7 @@ MAN1= ${PORTNAME}.1 PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/sysutils/gosa/Makefile b/sysutils/gosa/Makefile index 1c73750ce9f1..8a84eec34660 100644 --- a/sysutils/gosa/Makefile +++ b/sysutils/gosa/Makefile @@ -28,6 +28,7 @@ SUB_LIST+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} MAN1= update-gosa.1 MAN5= gosa.conf.5 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's!"/etc/gosa"!"${ETCDIR}"!g' \ diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile index 75eb4d8b1b53..6cfe788372bd 100644 --- a/sysutils/gpart/Makefile +++ b/sysutils/gpart/Makefile @@ -22,6 +22,7 @@ CFLAGS+= -std=c99 MAKE_ARGS+= LDFLAGS=-static .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64" diff --git a/sysutils/gpkgdep/Makefile b/sysutils/gpkgdep/Makefile index 4097ccec817e..adfc99224ad1 100644 --- a/sysutils/gpkgdep/Makefile +++ b/sysutils/gpkgdep/Makefile @@ -19,4 +19,5 @@ AUTOMAKE_ARGS= --add-missing USES= gmake pkgconfig PLIST_FILES= bin/gpkgdep +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/gpte/Makefile b/sysutils/gpte/Makefile index 68d0e7ca3440..e3cb4cecccaf 100644 --- a/sysutils/gpte/Makefile +++ b/sysutils/gpte/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: gpte -# Date created: 12 Jan 2005 -# Whom: Valentin Nechayev <netch@segfault.kiev.ua> -# +# Created by: Valentin Nechayev <netch@segfault.kiev.ua> # $FreeBSD$ PORTNAME= gpte @@ -17,6 +14,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/gpte +NO_STAGE= yes post-extract: cd $(WRKSRC) && ${CP} Makefile.bsd Makefile diff --git a/sysutils/graid5/Makefile b/sysutils/graid5/Makefile index ef0b8b49f33f..e82d46af1a85 100644 --- a/sysutils/graid5/Makefile +++ b/sysutils/graid5/Makefile @@ -31,6 +31,7 @@ MAKE_ENV+= SYSDIR=${SYSDIR} MANCOMPRESSED= yes MAN8= ${PORTNAME}.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/Makefile) diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile index a06db1a4de15..07a786767354 100644 --- a/sysutils/graphicboot/Makefile +++ b/sysutils/graphicboot/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes MAN8= graphicboot.8 sendgbmsg.8 MANCOMPRESSED= yes +NO_STAGE= yes post-install: @${CAT} pkg-message diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index 4094c86e94b7..d3cda9be029b 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -28,6 +28,7 @@ MAN1= graveman.1 OPTIONS_DEFINE= MP3 OGG DVD DVD_DESC= DVD+RW support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMP3} diff --git a/sysutils/grok/Makefile b/sysutils/grok/Makefile index 8a55abb8962d..9acddb574bca 100644 --- a/sysutils/grok/Makefile +++ b/sysutils/grok/Makefile @@ -28,6 +28,7 @@ PROJECTHOST= semicomplete PORTDOCS= CHANGELIST INSTALL MAN1= grok.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|PREFIX=|PREFIX?=|; s|-g root|-g wheel|' \ ${WRKSRC}/Makefile diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 5d89c121e8f1..83442605eeaa 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -45,6 +45,7 @@ MAN8= grub-reboot.8 grub-set-default.8 grub-probe.8 \ grub-mkconfig.8 grub-bios-setup.8 grub-mknetdir.8 \ grub-install.8 grub-sparc64-setup.8 grub-ofpathname.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "amd64" diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index 2ff17d1157b9..59a00c0e8e6b 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --disable-libglade OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/gstopd/Makefile b/sysutils/gstopd/Makefile index b46b1a58498c..c47f328220bd 100644 --- a/sysutils/gstopd/Makefile +++ b/sysutils/gstopd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstopd -# Date created: 18 Oct 2003 -# Whom: Michael Reifenberger -# +# Created by: Michael Reifenberger # $FreeBSD$ -# PORTNAME= gstopd PORTVERSION= 1.1 @@ -17,6 +13,7 @@ COMMENT= GEOM stop daemon MAN8= gstopd.8 PLIST_FILES= sbin/gstopd +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${LOCALBASE}/sbin ${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${LOCALBASE}/man/man8 diff --git a/sysutils/gstreamer-plugins-cdio/Makefile b/sysutils/gstreamer-plugins-cdio/Makefile index cac243702303..c9312ad1a9bc 100644 --- a/sysutils/gstreamer-plugins-cdio/Makefile +++ b/sysutils/gstreamer-plugins-cdio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-cdio -# Date created: 5 July 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= sysutils PORTREVISION= 0 @@ -14,4 +10,5 @@ GST_PLUGIN= cdio MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/gstreamer-plugins-hal/Makefile b/sysutils/gstreamer-plugins-hal/Makefile index 2f6ceb3d73d1..dfc0adce0515 100644 --- a/sysutils/gstreamer-plugins-hal/Makefile +++ b/sysutils/gstreamer-plugins-hal/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-hal -# Date created: 16 May 2006 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/gstreamer-plugins-hal/Makefile,v 1.6 2008/03/19 14:05:38 ahze Exp $ -# PORTREVISION= 0 CATEGORIES= sysutils @@ -15,4 +11,5 @@ GST_PLUGIN= hal MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/gstreamer1-plugins-cdio/Makefile b/sysutils/gstreamer1-plugins-cdio/Makefile index e75f0104c61d..b542cdd35b27 100644 --- a/sysutils/gstreamer1-plugins-cdio/Makefile +++ b/sysutils/gstreamer1-plugins-cdio/Makefile @@ -10,4 +10,5 @@ DIST= ugly MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index e374392fcc46..5e9cf8f73b76 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -29,6 +29,7 @@ USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in diff --git a/sysutils/gtk-send-pr/Makefile b/sysutils/gtk-send-pr/Makefile index f0161ab8ec60..e9e26518f6bd 100644 --- a/sysutils/gtk-send-pr/Makefile +++ b/sysutils/gtk-send-pr/Makefile @@ -25,6 +25,7 @@ DESKTOP_ENTRIES="Send Problem Report" \ "System;" \ true +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/common/gtk-send-pr.1 ${PREFIX}/man/man1 diff --git a/sysutils/gupsc/Makefile b/sysutils/gupsc/Makefile index e102e2bc3184..c0d9611b3acc 100644 --- a/sysutils/gupsc/Makefile +++ b/sysutils/gupsc/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -i '' -e 's|/usr/local|${PREFIX}|' \ -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \ diff --git a/sysutils/hachoir-metadata/Makefile b/sysutils/hachoir-metadata/Makefile index 70c6a3018ecc..eac7a3b16e38 100644 --- a/sysutils/hachoir-metadata/Makefile +++ b/sysutils/hachoir-metadata/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/h USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.pre.mk> PYDISTUTILS_CONFIGUREARGS+= --disable-qt diff --git a/sysutils/hachoir-subfile/Makefile b/sysutils/hachoir-subfile/Makefile index de95059c4f1f..843ebe039977 100644 --- a/sysutils/hachoir-subfile/Makefile +++ b/sysutils/hachoir-subfile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hachoir-subfile -# Date created: 13 July 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hachoir-subfile PORTVERSION= 0.5.3 @@ -19,4 +15,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/h USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hachoir-urwid/Makefile b/sysutils/hachoir-urwid/Makefile index 1efdb11e84b6..c088bcbbe432 100644 --- a/sysutils/hachoir-urwid/Makefile +++ b/sysutils/hachoir-urwid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hachoir-urwid -# Date created: 25 January 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hachoir-urwid PORTVERSION= 1.1 @@ -19,4 +15,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/h USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hachoir-wx/Makefile b/sysutils/hachoir-wx/Makefile index 014c60b72b89..c7316b686b2a 100644 --- a/sysutils/hachoir-wx/Makefile +++ b/sysutils/hachoir-wx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hachoir-wx -# Date created: 25 January 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hachoir-wx PORTVERSION= 0.3 @@ -22,4 +18,5 @@ WX_COMPS= python WX_UNICODE= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile index f473196ee33f..17d73c23f66c 100644 --- a/sysutils/hal-info/Makefile +++ b/sysutils/hal-info/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: hal-info -# Date Created: 25 January 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/hal-info/Makefile,v 1.6 2010/03/16 19:33:11 mezz Exp $ -# PORTNAME= hal-info PORTVERSION= 20091130 @@ -25,4 +21,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 8e04982ebece..8bd21ccb4548 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -70,6 +70,7 @@ MAN8= hald.8 OPTIONS_DEFINE= FIXED_MOUNTPOINTS FIXED_MOUNTPOINTS_DESC= use fixed mountpoints +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFIXED_MOUNTPOINTS} diff --git a/sysutils/hammerhead/Makefile b/sysutils/hammerhead/Makefile index eba1b676181f..027e2e61a79b 100644 --- a/sysutils/hammerhead/Makefile +++ b/sysutils/hammerhead/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hammerhead -# Date created: 14 November 2002 -# Whom: John von Essen -# +# Created by: John von Essen # $FreeBSD$ -# PORTNAME= hammerhead PORTVERSION= 2.1.4 @@ -16,6 +12,7 @@ COMMENT= A webserver stressing tool GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/src/Makefile diff --git a/sysutils/hardlink/Makefile b/sysutils/hardlink/Makefile index f3031404bd97..864a35651cac 100644 --- a/sysutils/hardlink/Makefile +++ b/sysutils/hardlink/Makefile @@ -25,6 +25,7 @@ OPTIONS_DEFAULT=PCRE PORTSCOUT= limit:(?<!~rc[0-9])$$ +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(WITHOUT_PCRE) diff --git a/sysutils/hatop/Makefile b/sysutils/hatop/Makefile index 46d6730e5a5b..c0eea122d457 100644 --- a/sysutils/hatop/Makefile +++ b/sysutils/hatop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hatop -# Date created: 2010-08-16 -# Whom: Jim Riggs <ports@christianserving.org> -# +# Created by: Jim Riggs <ports@christianserving.org> # $FreeBSD$ -# PORTNAME= hatop PORTVERSION= 0.7.7 @@ -25,6 +21,7 @@ PORTDOCS= HACKING KEYBINDS README MAN1= hatop.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${PREFIX}/bin/hatop ${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${MAN1PREFIX}/man/man1 diff --git a/sysutils/hdrecover/Makefile b/sysutils/hdrecover/Makefile index d2c454a00a4c..2b78b1b11b4c 100644 --- a/sysutils/hdrecover/Makefile +++ b/sysutils/hdrecover/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hdrecover -# Date created: 18 June 2012 -# Whom: Cy Schubert <cy@freebsd.org> -# +# Created by: Cy Schubert <cy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hdrecover PORTVERSION= 0.5 @@ -19,4 +15,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/hdrecover +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hdup/Makefile b/sysutils/hdup/Makefile index 7918f128ad9a..7d28de5c114d 100644 --- a/sysutils/hdup/Makefile +++ b/sysutils/hdup/Makefile @@ -31,6 +31,7 @@ USE_AUTOTOOLS= autoconf MAN1= hdup.1 MAN5= hdup.conf.5 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTAR_PORT} diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 84500dc6c0d6..a0933b15f2af 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: healthd -# Date created: 15 November 1999 -# Whom: jim@thehousleys.net -# +# Created by: jim@thehousleys.net # $FreeBSD$ -# PORTNAME= healthd PORTVERSION= 0.7.9 @@ -16,6 +12,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= A daemon to monitor vital motherboard parameters OPTIONS_DEFINE= IPV6 FULL_CONFIG +NO_STAGE= yes .include <bsd.port.options.mk> FULL_CONFIG_DESC= Remotely reading the full config diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 4f32a9981e4b..12c40ea0c952 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -62,6 +62,7 @@ LDIRECTORD_DESC= Enable Linux Director Daemon APCSNMP_DESC= Enable APC SNMP Stonith Device DRAC3_DESC= Enable Dell DRACIII Stonith Device +NO_STAGE= yes .include <bsd.port.options.mk> .if !defined(BATCH) diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index 7d6fa71d0f0b..a137b909f6e2 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -23,6 +23,7 @@ REINPLACE_SUB= DATADIR="${DATADIR}" OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} >= 900007 diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile index 82c153f164f7..44f8f3adbc48 100644 --- a/sysutils/hextools/Makefile +++ b/sysutils/hextools/Makefile @@ -17,6 +17,7 @@ ALL_TARGET= build #not strictly true - it uses a self-styled license #LICENSE= BSD +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${PREFIX}/bin/hex2bin ${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${PREFIX}/bin/bin2hex diff --git a/sysutils/hfsexplorer/Makefile b/sysutils/hfsexplorer/Makefile index 4b4749e4b465..35d28538f2b2 100644 --- a/sysutils/hfsexplorer/Makefile +++ b/sysutils/hfsexplorer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hfsexplorer -# Date created: 2009-11-27 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= hfsexplorer PORTVERSION= 0.21 @@ -29,6 +25,7 @@ JAVA_VERSION= 1.6 WRKSRC= ${WRKDIR} +NO_STAGE= yes do-configure: @cd ${WRKSRC}/dist && ${REINPLACE_CMD} -e 's|lib/|${DATADIR}/lib/|g' \ hfsx.sh resview.sh unhfs.sh diff --git a/sysutils/hfsutils/Makefile b/sysutils/hfsutils/Makefile index 160cdfb35bc5..4efb9d2b4d7d 100644 --- a/sysutils/hfsutils/Makefile +++ b/sysutils/hfsutils/Makefile @@ -41,6 +41,7 @@ DEVLIBS_DESC= Install developer libraries and header files PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTCLTK} diff --git a/sysutils/hidesvn/Makefile b/sysutils/hidesvn/Makefile index fbb3171b25bc..bf2f2a50fcf2 100644 --- a/sysutils/hidesvn/Makefile +++ b/sysutils/hidesvn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hidesvn -# Date created: 6 March 2009 -# Whom: Ed Schouten <ed@FreeBSD.org> -# +# Created by: Ed Schouten <ed@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hidesvn PORTVERSION= 1.2 @@ -21,6 +17,7 @@ MAN1= ${PORTNAME}.1 USE_LDCONFIG= yes USE_XZ= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME}.sh diff --git a/sysutils/highlnk/Makefile b/sysutils/highlnk/Makefile index c292972e3a99..ac005463e721 100644 --- a/sysutils/highlnk/Makefile +++ b/sysutils/highlnk/Makefile @@ -18,6 +18,7 @@ MAN1= highlnk.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/hilite/Makefile b/sysutils/hilite/Makefile index eecf4eb7ca02..7d3f0fd27287 100644 --- a/sysutils/hilite/Makefile +++ b/sysutils/hilite/Makefile @@ -13,6 +13,7 @@ COMMENT= Command-line utility to highlight anything printed to stderr PLIST_FILES= bin/hilite +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} diff --git a/sysutils/host-setup/Makefile b/sysutils/host-setup/Makefile index 48a7a529e826..454d3f911abd 100644 --- a/sysutils/host-setup/Makefile +++ b/sysutils/host-setup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: host-setup -# Date created: 2012-01-05 -# Whom: Devin Teske <dteske@vicor.com> -# +# Created by: Devin Teske <dteske@vicor.com> # $FreeBSD$ -# PORTNAME= host-setup PORTVERSION= 4.0.2 @@ -18,6 +14,7 @@ NO_BUILD= yes PLIST_FILES= sbin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1/ diff --git a/sysutils/hourglass/Makefile b/sysutils/hourglass/Makefile index e52faa01cec7..2d64e9287300 100644 --- a/sysutils/hourglass/Makefile +++ b/sysutils/hourglass/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/busy bin/hourglass PORTDOCS= CALIBRATION +NO_STAGE= yes .include <bsd.port.options.mk> THREAD_LIBS= -pthread diff --git a/sysutils/hoz/Makefile b/sysutils/hoz/Makefile index 628940ec745d..de4f4e3ae260 100644 --- a/sysutils/hoz/Makefile +++ b/sysutils/hoz/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= CLI GTK2 LANG_ES LANG_EN LANG_FR OPTIONS_DEFAULT= CLI GTK2 LANG_EN LANG_EN_DESC= language support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index 209995ae1dce..12444477f171 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -19,6 +19,7 @@ IA32_BINARY_PORT= yes APP_PREFIX= ${PREFIX}/lib/compaq/hpacucli +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} diff --git a/sysutils/hploscripts/Makefile b/sysutils/hploscripts/Makefile index 95ef3ad5b23d..67cf907304b1 100644 --- a/sysutils/hploscripts/Makefile +++ b/sysutils/hploscripts/Makefile @@ -21,6 +21,7 @@ PORTDOCS= iLO_perl_xml.pdf linux-LOsamplescripts.txt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/hs-angel/Makefile b/sysutils/hs-angel/Makefile index 2fd5175feaf3..dcae9d29263a 100644 --- a/sysutils/hs-angel/Makefile +++ b/sysutils/hs-angel/Makefile @@ -17,5 +17,6 @@ EXECUTABLE= angel STANDALONE= yes +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/sysutils/hs-cpu/Makefile b/sysutils/hs-cpu/Makefile index 13c00d1aad0d..6695bf145940 100644 --- a/sysutils/hs-cpu/Makefile +++ b/sysutils/hs-cpu/Makefile @@ -10,5 +10,6 @@ COMMENT= Cpu information and properties helpers LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 0602ddbdf699..9d1f5599d2ca 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -31,6 +31,7 @@ USE_PYTHON_BUILD= -2.7 MAN1= htop.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLSOF} diff --git a/sysutils/httplog/Makefile b/sysutils/httplog/Makefile index 651ac50f0f31..1e097d632f84 100644 --- a/sysutils/httplog/Makefile +++ b/sysutils/httplog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: httplog -# Date created: 25 November 2001 -# Whom: anders -# +# Created by: anders # $FreeBSD$ -# PORTNAME= httplog PORTVERSION= 2.1 @@ -22,6 +18,7 @@ PORTDOCS= ChangeLog README HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} +NO_STAGE= yes post-patch: (cd ${WRKSRC} && \ ${REINPLACE_CMD} -e "s@<wait.h>@<sys/wait.h>@" httplog.c && \ diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile index ef407b86178e..b2557e71c6b6 100644 --- a/sysutils/hwstat/Makefile +++ b/sysutils/hwstat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hwstat -# Date created: 29 nov 2009 -# Whom: Marc Lagrange <rhaamo@gruik.at> -# +# Created by: Marc Lagrange <rhaamo@gruik.at> # $FreeBSD$ -# PORTNAME= hwstat PORTVERSION= 0.5.1 @@ -20,4 +16,5 @@ PLIST_FILES= bin/hwstat MAN1= hwstat.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/hyperic-sigar/Makefile b/sysutils/hyperic-sigar/Makefile index 34291fe6ebaf..62e50e88c6c4 100644 --- a/sysutils/hyperic-sigar/Makefile +++ b/sysutils/hyperic-sigar/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes SHLIB_MAJOR= 0 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 BROKEN= fails to build with new utmpx diff --git a/sysutils/i2c-tools/Makefile b/sysutils/i2c-tools/Makefile index 52dd55241550..8ae30584946e 100644 --- a/sysutils/i2c-tools/Makefile +++ b/sysutils/i2c-tools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: i2c-tools -# Date created: 2012-04-18 -# Whom: Andriy Gapon <avg@icyb.net.ua> -# +# Created by: Andriy Gapon <avg@icyb.net.ua> # $FreeBSD$ -# PORTNAME= i2c-tools PORTVERSION= 3.1.0 @@ -20,6 +16,7 @@ USE_PERL5= run PLIST_FILES= sbin/decode-dimms +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms ${PREFIX}/sbin/decode-dimms diff --git a/sysutils/i7z/Makefile b/sysutils/i7z/Makefile index 2dbf96c24c53..9f57238059e3 100644 --- a/sysutils/i7z/Makefile +++ b/sysutils/i7z/Makefile @@ -21,6 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 # default FreeBSD optimization levels (-O2, -O3, -Os) CFLAGS+= -fno-schedule-insns2 -fno-schedule-insns -fno-caller-saves +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.man \ diff --git a/sysutils/iat/Makefile b/sysutils/iat/Makefile index 4e47972773ca..a3214f7ef354 100644 --- a/sysutils/iat/Makefile +++ b/sysutils/iat/Makefile @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/iat MAN1= iat.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/install-data-am:/ s|install-includeHEADERS||' \ ${WRKSRC}/src/Makefile.in diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile index 3c6422e99b19..cf1de8ba1433 100644 --- a/sysutils/iextract/Makefile +++ b/sysutils/iextract/Makefile @@ -17,4 +17,5 @@ GNU_CONFIGURE= yes USES= pkgconfig gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/installwatch/Makefile b/sysutils/installwatch/Makefile index 85926c9f6f78..4daca992106d 100644 --- a/sysutils/installwatch/Makefile +++ b/sysutils/installwatch/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= bin/installwatch lib/installwatch.so PORTDOCS= BUGS CHANGELOG INSTALL README TODO OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/iogen/Makefile b/sysutils/iogen/Makefile index 7ab6ff27b273..566394b4e864 100644 --- a/sysutils/iogen/Makefile +++ b/sysutils/iogen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iogen -# Date created: 2011-12-14 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= iogen PORTVERSION= 3.1p0 @@ -20,6 +16,7 @@ PLIST_FILES= bin/iogen WRKSRC= ${WRKDIR}/${DISTNAME}/src +NO_STAGE= yes do-build: cd ${WRKSRC}; \ ${CC} ${CFLAGS} -DVERSION=\"${PORTVERSION}\" iogen.c -o iogen diff --git a/sysutils/iograph/Makefile b/sysutils/iograph/Makefile index bf9109f8609c..69de015a6a8a 100644 --- a/sysutils/iograph/Makefile +++ b/sysutils/iograph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iograph -# Date created: 28 September 2007 -# Whom: Markus Dolze -# +# Created by: Markus Dolze # $FreeBSD$ -# PORTNAME= iograph PORTVERSION= 0.9.1 @@ -26,4 +22,5 @@ GNU_CONFIGURE= yes MAN8= iograph.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ioping/Makefile b/sysutils/ioping/Makefile index a6b5ac2a4bf3..ece663b43b80 100644 --- a/sysutils/ioping/Makefile +++ b/sysutils/ioping/Makefile @@ -19,6 +19,7 @@ MAKE_ENV= VERSION=${PORTVERSION} # for the benefit of <80000 CFLAGS+= -lm +NO_STAGE= yes do-build: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -DVERSION=${PORTVERSION} ioping.c -o ioping diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 5e4198a7a7ad..7c8a5ee7cc8e 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipa -# Date created: 2 December 2000 -# Whom: Andrey Simonenko -# +# Created by: Andrey Simonenko # $FreeBSD$ -# PORTNAME= ipa PORTVERSION= 2.1.2 @@ -29,6 +25,7 @@ SUBLIMITS_DESC= Enable sublimits support THRESHOLDS_DESC= Enable thresholds support CTL_CREDS_DESC= Enable ipactl's messages credentials +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MAUTORULES) diff --git a/sysutils/ipad_charge/Makefile b/sysutils/ipad_charge/Makefile index e2197d3f5266..09602ca96487 100644 --- a/sysutils/ipad_charge/Makefile +++ b/sysutils/ipad_charge/Makefile @@ -15,6 +15,7 @@ USE_RC_SUBR= ipad_charge SUB_FILES= ipad_charge.conf pkg-message NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/etc/devd @${INSTALL_DATA} ${WRKDIR}/ipad_charge.conf ${PREFIX}/etc/devd diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 9b539615c899..dab6f097cd9b 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --enable-intf-open CONFIGURE_ARGS+= --disable-intf-open .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MDOCS) diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index 274b975bbfb1..efd741854ce0 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -21,6 +21,7 @@ MAN8= ipsc.8 PRIPS_WRKSRC!= cd ${.CURDIR}/../prips && ${MAKE} -V WRKSRC +NO_STAGE= yes post-extract: ${LN} -s ${PRIPS_WRKSRC} ${WRKDIR}/prips diff --git a/sysutils/isc-cron/Makefile b/sysutils/isc-cron/Makefile index 9faf912f0de1..6e007ba859a1 100644 --- a/sysutils/isc-cron/Makefile +++ b/sysutils/isc-cron/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: isc-cron -# Date created: 7 August 2008 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= isc-cron PORTVERSION= 4.1 @@ -25,6 +21,7 @@ MAN1= crontab.1 MAN5= crontab.5 MAN8= cron.8 +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${WRKSRC} && ${SH} ${DISTDIR}/${DISTNAME} diff --git a/sysutils/isomaster/Makefile b/sysutils/isomaster/Makefile index ae65f6ee5b1a..fbc081aed195 100644 --- a/sysutils/isomaster/Makefile +++ b/sysutils/isomaster/Makefile @@ -26,6 +26,7 @@ PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" MAN1= isomaster.1 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@$$(CC)|$$(CC)|' diff --git a/sysutils/isomd5sum/Makefile b/sysutils/isomd5sum/Makefile index 69a1bb046d13..b710733a22d2 100644 --- a/sysutils/isomd5sum/Makefile +++ b/sysutils/isomd5sum/Makefile @@ -23,4 +23,5 @@ MAN1= implantisomd5.1 checkisomd5.1 MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ispman/Makefile b/sysutils/ispman/Makefile index 5fb94abf1231..aea6cbc6e74a 100644 --- a/sysutils/ispman/Makefile +++ b/sysutils/ispman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ispman -# Date created: Wed Sep 26 20:23:38 MSD 2007 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= ispman PORTVERSION= 1.3r2 @@ -47,6 +43,7 @@ MAKE_ENV+= DATA_MODES="-c ${_SHROWNGRP} -m ${SHAREMODE}" \ SCRIPT_MODES="-c ${_BINOWNGRP} -m ${BINMODE}" WRKSRC= ${WRKDIR}/${PORTNAME}-1.3 +NO_STAGE= yes post-patch: ${GREP} -FlR '/usr/bin/perl' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -i '' -e 's!/usr/bin/perl!${PERL}!' ${FIND} -d ${WRKSRC}/docs -name CVS -exec ${RM} -rf {} + diff --git a/sysutils/istatd/Makefile b/sysutils/istatd/Makefile index 7ec868066abe..d657992cf8db 100644 --- a/sysutils/istatd/Makefile +++ b/sysutils/istatd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: istatd -# Date created: 2009-12-01 -# Whom: Babak Farrokhi <farrokhi@FreeBSD.org> -# +# Created by: Babak Farrokhi <farrokhi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= istatd PORTVERSION= 0.5.7 @@ -24,6 +20,7 @@ MAN5= istat.conf.5 PLIST_FILES= bin/istatd etc/istat.conf-dist SUB_FILES+= pkg-message +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/istatd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/istatd ${PREFIX}/etc/rc.d diff --git a/sysutils/jail2/Makefile b/sysutils/jail2/Makefile index edb031dae079..364499b2d80b 100644 --- a/sysutils/jail2/Makefile +++ b/sysutils/jail2/Makefile @@ -14,4 +14,5 @@ NO_INSTALL= yes USE_RC_SUBR= jail2 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/jailadmin/Makefile b/sysutils/jailadmin/Makefile index c65d4660e174..7e3e841daeb2 100644 --- a/sysutils/jailadmin/Makefile +++ b/sysutils/jailadmin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jailadmin -# Date created: 02 Apr 2004 -# Whom: Kirk Strauser <kirk@strauser.com> -# +# Created by: Kirk Strauser <kirk@strauser.com> # $FreeBSD$ -# PORTNAME= jailadmin PORTVERSION= 1.8 @@ -19,6 +15,7 @@ USES= perl5 PORTDOCS= INSTALL README +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_SNMP) diff --git a/sysutils/jailctl/Makefile b/sysutils/jailctl/Makefile index 7cbc17575677..4cc5697ad055 100644 --- a/sysutils/jailctl/Makefile +++ b/sysutils/jailctl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jailctl -# Date created: 04.04.2005 -# Whom: Eirik Oeverby <ltning@anduin.net> -# +# Created by: Eirik Oeverby <ltning@anduin.net> # $FreeBSD$ -# PORTNAME= jailctl PORTVERSION= 0.80 @@ -21,4 +17,5 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/jailctl +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/jaildaemon/Makefile b/sysutils/jaildaemon/Makefile index 6b173b43ec6c..cc4fdf2b7fac 100644 --- a/sysutils/jaildaemon/Makefile +++ b/sysutils/jaildaemon/Makefile @@ -15,6 +15,7 @@ PLIST_FILES= bin/jaildaemon \ etc/rc.d/jaildaemon MAN1= jaildaemon.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/sysutils/jailer/Makefile b/sysutils/jailer/Makefile index 0e6a52236c49..bea59933987d 100644 --- a/sysutils/jailer/Makefile +++ b/sysutils/jailer/Makefile @@ -19,4 +19,5 @@ PLIST_FILES= bin/injail \ sbin/jailer \ sbin/reboot +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/jailme/Makefile b/sysutils/jailme/Makefile index df327b36696a..d7992ee9b522 100644 --- a/sysutils/jailme/Makefile +++ b/sysutils/jailme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jailme -# Date created: 2 January 2007 -# Whom: wmoran -# +# Created by: wmoran # $FreeBSD$ -# PORTNAME= jailme PORTVERSION= 0.1 @@ -17,4 +13,5 @@ PLIST_FILES= sbin/jailme USE_BZIP2= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/jailrc/Makefile b/sysutils/jailrc/Makefile index 78955f2e22fd..419ad46c50a2 100644 --- a/sysutils/jailrc/Makefile +++ b/sysutils/jailrc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jailrc -# Date created: 8 November 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jailrc PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USE_RC_SUBR= jailrc PORTDOCS= * +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/sysutils/jailuser/Makefile b/sysutils/jailuser/Makefile index d54ae9fc092c..0dd207a406b2 100644 --- a/sysutils/jailuser/Makefile +++ b/sysutils/jailuser/Makefile @@ -23,6 +23,7 @@ PORTDOCS= CHANGELOG INSTALL README SECURITY VERSION \ SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's!/usr/bin/perl!${PERL}!' \ -e 's!gcc!$(CC)!' ${WRKSRC}/Makefile diff --git a/sysutils/jailutils/Makefile b/sysutils/jailutils/Makefile index a4234a6083ff..ca12c905818b 100644 --- a/sysutils/jailutils/Makefile +++ b/sysutils/jailutils/Makefile @@ -15,4 +15,5 @@ PLIST_FILES= sbin/injail sbin/jails sbin/jid sbin/jkill sbin/jps sbin/jstart\ sbin/killjail MAN8= injail.8 jails.8 jid.8 jkill.8 jps.8 jstart.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile index ca6fc891c276..2f2cb93e99c9 100644 --- a/sysutils/javaservicewrapper/Makefile +++ b/sysutils/javaservicewrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: javaservicewrapper -# Date created: 2007-09-13 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= javaservicewrapper PORTVERSION= 3.5.7 @@ -22,6 +18,7 @@ USE_GMAKE= yes DATADIR= ${PREFIX}/lib/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == amd64) diff --git a/sysutils/jdiskreport/Makefile b/sysutils/jdiskreport/Makefile index 643a8ba06192..66d40bad8fc5 100644 --- a/sysutils/jdiskreport/Makefile +++ b/sysutils/jdiskreport/Makefile @@ -25,6 +25,7 @@ JDISKDIR?= ${PREFIX}/lib/jdiskreport DESKTOP_ENTRIES="JDiskReport" "${COMMENT}" "" "jdiskreport" \ "System;Filesystem;" "false" +NO_STAGE= yes do-build: @cd ${WRKDIR} @${SED} -e 's,%%JDISKDIR%%,${JDISKDIR},g' \ diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile index 540d0969680f..56516fb74f5d 100644 --- a/sysutils/jfbterm/Makefile +++ b/sysutils/jfbterm/Makefile @@ -35,6 +35,7 @@ SETUID_DESC= Install jfbterm with setuid bit set TERMCAP_DESC= Add entry to termcap(5) file UNIFONT_DESC= Install pan-unicode font +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSETUID} diff --git a/sysutils/jkill/Makefile b/sysutils/jkill/Makefile index 3806058c42ad..d39ebd465a7b 100644 --- a/sysutils/jkill/Makefile +++ b/sysutils/jkill/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jkill -# Date created: 27 March 2004 -# Whom: Pavel Novikov -# +# Created by: Pavel Novikov # $FreeBSD$ -# PORTNAME= jkill PORTVERSION= 1.0 @@ -21,4 +17,5 @@ MAN1= jkill.1 MANCOMPRESSED= yes PLIST_FILES= bin/jkill +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/jps/Makefile b/sysutils/jps/Makefile index e15c7d1bd605..fbc7932e1e08 100644 --- a/sysutils/jps/Makefile +++ b/sysutils/jps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jps -# Date created: 27 March 2004 -# Whom: Pavel Novikov -# +# Created by: Pavel Novikov # $FreeBSD$ -# PORTNAME= jps PORTVERSION= 1.0 @@ -21,4 +17,5 @@ MANCOMPRESSED= yes USES= perl5 PLIST_FILES= bin/jps +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile index 0d3fdff58ba1..f1b9d422ace5 100644 --- a/sysutils/jtop/Makefile +++ b/sysutils/jtop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jtop -# Date created: 27 March 2004 -# Whom: Pavel Novikov -# +# Created by: Pavel Novikov # $FreeBSD$ -# PORTNAME= jtop PORTVERSION= 1.0 @@ -21,4 +17,5 @@ MANCOMPRESSED= yes USES= perl5 PLIST_FILES= bin/jtop +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/jtopen/Makefile b/sysutils/jtopen/Makefile index dd4b44084fa5..d64d3f0723d7 100644 --- a/sysutils/jtopen/Makefile +++ b/sysutils/jtopen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jtopen -# Date created: 2008-06-13 -# Whom: Marcin Cieslak <saper@SYSTEM.PL> -# +# Created by: Marcin Cieslak <saper@SYSTEM.PL> # $FreeBSD$ -# PORTNAME= jtopen PORTVERSION= 6.2 @@ -24,6 +20,7 @@ JAR_FILES= composer.jar jt400.jar jt400Proxy.jar jt400Servlet.jar jui400.jar \ outputwriters.jar reportwriter.jar tes.jar uitools.jar util400.jar DOC_FILES= changes.html license.html readme.html +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile index 88c5987b28f6..ea8f745ca315 100644 --- a/sysutils/jvmtop/Makefile +++ b/sysutils/jvmtop/Makefile @@ -20,6 +20,7 @@ SUB_LIST= JAVA_HOME=${JAVA_HOME} SUB_FILES= ${PORTNAME}.sh NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${JAVAJARDIR} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR} diff --git a/sysutils/jx/Makefile b/sysutils/jx/Makefile index 34dbadba1a29..c79736c5b939 100644 --- a/sysutils/jx/Makefile +++ b/sysutils/jx/Makefile @@ -21,6 +21,7 @@ MANCOMPRESSED= yes OPTIONS_DEFINE= CONFIG CONFIG_DESC= Enable custom config (recuire Config::General) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCONFIG} diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index b0a2d501fc88..203958e92a6a 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -50,6 +50,7 @@ NORMALIZE_DESC= Misc: normalize (adjust audio to a std. level) TAGLIB_DESC= Misc: TagLib (reading/writing audio metadata) TRANSCODE_DESC= Misc: Transcode (DVD ripping) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCDRDAO} diff --git a/sysutils/k8temp/Makefile b/sysutils/k8temp/Makefile index 45bc50f68dfc..ff62b2a408ed 100644 --- a/sysutils/k8temp/Makefile +++ b/sysutils/k8temp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: k8temp -# Date created: 21 October 2007 -# Whom: Thomas Hurst <tom@hur.st> -# +# Created by: Thomas Hurst <tom@hur.st> # $FreeBSD$ -# PORTNAME= k8temp PORTVERSION= 0.4.0 @@ -19,6 +15,7 @@ MAN8= k8temp.8 PLIST_FILES= sbin/k8temp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|WARNS=.*[6-9]|WARNS=5|g' ${WRKSRC}/Makefile diff --git a/sysutils/kcm-polkit-kde/Makefile b/sysutils/kcm-polkit-kde/Makefile index b69e03c4ce2e..8d87de313440 100644 --- a/sysutils/kcm-polkit-kde/Makefile +++ b/sysutils/kcm-polkit-kde/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-kcmodules-1 PORTDATE= 20121008 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr,${KDE4_PREFIX},' \ -e 's,/etc,${KDE4_PREFIX}/etc,' \ diff --git a/sysutils/kdeadmin4/Makefile b/sysutils/kdeadmin4/Makefile index d0369d00aaf2..33273dacbe16 100644 --- a/sysutils/kdeadmin4/Makefile +++ b/sysutils/kdeadmin4/Makefile @@ -18,4 +18,5 @@ USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= dbus moc_build qmake_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index ab509f32d6af..4b60be14f031 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -18,4 +18,5 @@ USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/kdirstat/Makefile b/sysutils/kdirstat/Makefile index 25f773cada24..86220a17927a 100644 --- a/sysutils/kdirstat/Makefile +++ b/sysutils/kdirstat/Makefile @@ -20,6 +20,7 @@ USE_KDE4= automoc4 kdelibs kdeprefix libkonq USE_QT4= moc_build qmake_build rcc_build uic_build INSTALLS_ICONS= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^Categories/s|=.*|=Qt;KDE;Utility;|' \ diff --git a/sysutils/keyboard-daemon/Makefile b/sysutils/keyboard-daemon/Makefile index 22b19ecf3b23..1351a86689bf 100644 --- a/sysutils/keyboard-daemon/Makefile +++ b/sysutils/keyboard-daemon/Makefile @@ -20,6 +20,7 @@ PORTEXAMPLES= * MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index c93e30c4d7b1..afcfa4238e68 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -20,4 +20,5 @@ USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/kiconvtool/Makefile b/sysutils/kiconvtool/Makefile index 5a425815ffc9..f183ae1ee671 100644 --- a/sysutils/kiconvtool/Makefile +++ b/sysutils/kiconvtool/Makefile @@ -16,4 +16,5 @@ PLIST_FILES= sbin/kiconvtool etc/rc.d/kiconv MAN8= kiconvtool.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/kldfind/Makefile b/sysutils/kldfind/Makefile index f1084815d849..88d99ca73827 100644 --- a/sysutils/kldfind/Makefile +++ b/sysutils/kldfind/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kldfind -# Date created: 15 July 2006 -# Whom: Ricardo A. Reis <ricardo.areis@gmail.com> -# +# Created by: Ricardo A. Reis <ricardo.areis@gmail.com> # $FreeBSD$ -# PORTNAME= kldfind PORTVERSION= 0.61 @@ -19,6 +15,7 @@ USE_BZIP2= yes MAN8= kldfind.8 PLIST_FILES= sbin/kldfind +NO_STAGE= yes do-install: @${ECHO_MSG} "===> Installing kldfind." ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/sbin/${PORTNAME} diff --git a/sysutils/kldpatch/Makefile b/sysutils/kldpatch/Makefile index 88775748a75f..c6b100988631 100644 --- a/sysutils/kldpatch/Makefile +++ b/sysutils/kldpatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kldpatch -# Date created: 9 January 2009 -# Whom: luigi@freebsd.org -# +# Created by: luigi@FreeBSD.org # $FreeBSD$ -# PORTNAME= kldpatch PORTVERSION= 20090116 @@ -20,6 +16,7 @@ PLIST_FILES= sbin/kldpatch WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8 diff --git a/sysutils/knutclient-kde4/Makefile b/sysutils/knutclient-kde4/Makefile index 6f1ecbb445a6..921f9d337397 100644 --- a/sysutils/knutclient-kde4/Makefile +++ b/sysutils/knutclient-kde4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: KDE Nut Client -# Date created: Mon Apr 28 05:30:59 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= knutclient PORTVERSION= 1.0.4 @@ -24,4 +20,5 @@ USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build LATEST_LINK= knutclient-kde4 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile index d0539c721a46..fc679ca3397d 100644 --- a/sysutils/krename-kde4/Makefile +++ b/sysutils/krename-kde4/Makefile @@ -20,6 +20,7 @@ USES= cmake:outsource USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's,FREETYPE_INCLUDE_DIR,FREETYPE_INCLUDE_DIR_freetype2,' \ ${WRKSRC}/src/CMakeLists.txt diff --git a/sysutils/kshutdown-kde4/Makefile b/sysutils/kshutdown-kde4/Makefile index 566d58d5a4c4..849698e4b0ba 100644 --- a/sysutils/kshutdown-kde4/Makefile +++ b/sysutils/kshutdown-kde4/Makefile @@ -18,4 +18,5 @@ LATEST_LINK= ${PORTNAME}-kde4 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ksysguardd/Makefile b/sysutils/ksysguardd/Makefile index f09e4b0970c2..9a561ac8f07d 100644 --- a/sysutils/ksysguardd/Makefile +++ b/sysutils/ksysguardd/Makefile @@ -27,6 +27,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/ksysguard/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ etc/${PORTNAME}rc +NO_STAGE= yes pre-build: ${REINPLACE_CMD} -e 's/<config-workspace.h>/"config-${PORTNAME}.h"/' \ ${WRKSRC}/${PORTNAME}.c diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index c8614552c457..932987bf2d09 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -27,6 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK} diff --git a/sysutils/lbl-cf/Makefile b/sysutils/lbl-cf/Makefile index 218231fe4c46..a1a70e03473b 100644 --- a/sysutils/lbl-cf/Makefile +++ b/sysutils/lbl-cf/Makefile @@ -19,6 +19,7 @@ MAN1= cf.1 GNU_CONFIGURE= yes +NO_STAGE= yes post-install: (cd ${WRKSRC} && make install-man) diff --git a/sysutils/lbl-hf/Makefile b/sysutils/lbl-hf/Makefile index d2ad4b3bbfd1..ddce75be8f10 100644 --- a/sysutils/lbl-hf/Makefile +++ b/sysutils/lbl-hf/Makefile @@ -1,9 +1,5 @@ -# @(#) $Id: Makefile,v 1.3 2008/04/26 04:19:19 leres Exp $ (LBL) -# New ports collection makefile for: lbl-hf -# Date created: 24 Apr 2008 -# Whom: leres@ee.lbl.gov +# Created by: leres@ee.lbl.gov # $FreeBSD$ -# PORTNAME= hf PORTVERSION= 1.3 @@ -33,6 +29,7 @@ verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc # Only install hf +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hf ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hf.1 ${PREFIX}/man/man1 diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile index 89ad90b58f9d..15b1d5a4663f 100644 --- a/sysutils/lcdproc/Makefile +++ b/sysutils/lcdproc/Makefile @@ -74,6 +74,7 @@ LCDPROC_DRIVERS=bayrad \ tyan \ vlsys_m428 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUSB} diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index 5b8a0c42cd56..c1d7f11dbc41 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -28,6 +28,7 @@ WWWDIR?= ${PREFIX}/www/${SHORTNAME} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/ldapenter/Makefile b/sysutils/ldapenter/Makefile index 969dc669f633..e7b879b81911 100644 --- a/sysutils/ldapenter/Makefile +++ b/sysutils/ldapenter/Makefile @@ -21,4 +21,5 @@ MAN1= ldapform.1 ldapedit.1 PLIST_FILES= bin/ldapform \ bin/ldapedit +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ldapvi/Makefile b/sysutils/ldapvi/Makefile index c057ffeccd7b..421b51088802 100644 --- a/sysutils/ldapvi/Makefile +++ b/sysutils/ldapvi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ldapvi -# Date created: Mon Apr 24 09:37:02 CEST 2006 -# Whom: Joerg Pulz <Joerg.Pulz@frm2.tum.de> -# +# Created by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> # $FreeBSD$ -# PORTNAME= ldapvi PORTVERSION= 1.7 @@ -41,4 +37,5 @@ PLIST_DIRS= ${DOCSDIR_REL} CONFIGURE_ARGS+=--without-sasl .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ledit/Makefile b/sysutils/ledit/Makefile index 81eacc078e3d..1f574cc8c8cf 100644 --- a/sysutils/ledit/Makefile +++ b/sysutils/ledit/Makefile @@ -28,6 +28,7 @@ MAN1= ledit.1 PORTDOCS= CHANGES LICENSE README OPTIONS_DEFINE= DOCS +NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e '/^BINDIR=/s;/usr/local;${PREFIX};' \ -e '/^LIBDIR=/s;/usr/local;${PREFIX};' \ diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index 778f780809b2..03decee2eab7 100644 --- a/sysutils/less/Makefile +++ b/sysutils/less/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= bin/less bin/lesskey bin/lessecho OPTIONS_DEFINE= COLORS COLORS_DESC= Enable colors support via escape sequence +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCOLORS} diff --git a/sysutils/lfm/Makefile b/sysutils/lfm/Makefile index 85b007764ea3..b59a82a55547 100644 --- a/sysutils/lfm/Makefile +++ b/sysutils/lfm/Makefile @@ -21,6 +21,7 @@ USE_PYDISTUTILS= yes MAN1= lfm.1 pyview.1 PORTDOCS= ChangeLog NEWS README README.pyview TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/DOC_FILES/d ; \ diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index b76fd2503208..ac395c863d9e 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -28,6 +28,7 @@ MAN1= cd-drive.1 cd-info.1 iso-read.1 iso-info.1 cd-read.1 INFO= libcdio +NO_STAGE= yes .include <bsd.port.pre.mk> _MANLANG= "" ja diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile index 013bd3fc2fd8..51dfe1a48e0c 100644 --- a/sysutils/libchk/Makefile +++ b/sysutils/libchk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libchk -# Date created: 2 September 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= libchk PORTVERSION= 1.10.3 @@ -27,4 +23,5 @@ MAN1= libchk.1 MANCOMPRESSED= maybe PLIST_FILES= sbin/libchk +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile index 66930816b620..f2c9f1ac1cbb 100644 --- a/sysutils/libfvde/Makefile +++ b/sysutils/libfvde/Makefile @@ -20,4 +20,5 @@ USE_LDCONFIG= yes MAN1= fvdeinfo.1 fvdemount.1 MAN3= libfvde.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/libgksu/Makefile b/sysutils/libgksu/Makefile index 0cc76b06c82a..a6008d0dd472 100644 --- a/sysutils/libgksu/Makefile +++ b/sysutils/libgksu/Makefile @@ -25,4 +25,5 @@ GCONF_SCHEMAS= gksu.schemas USE_GMAKE= yes MAN1= gksu-properties.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/libieee1284/Makefile b/sysutils/libieee1284/Makefile index b03832025603..86ef53275a44 100644 --- a/sysutils/libieee1284/Makefile +++ b/sysutils/libieee1284/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libieee1284 -# Date created: 2004-12-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libieee1284 PORTVERSION= 0.2.10 @@ -23,6 +19,7 @@ ONLY_FOR_ARCHS= i386 USE_PYTHON= yes .endif +NO_STAGE= yes .include <bsd.port.pre.mk> MAN3!= ${CAT} ${FILESDIR}/man3 diff --git a/sysutils/libpcbsd/Makefile b/sysutils/libpcbsd/Makefile index 2b62918198af..291b85e617f6 100644 --- a/sysutils/libpcbsd/Makefile +++ b/sysutils/libpcbsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpcbsd -# Date created: Jul 14, 2009 -# Whom: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ -# PORTNAME= libpcbsd PORTVERSION= 8.0 @@ -25,6 +21,7 @@ PLIST_FILES= lib/libpcbsd.so \ include/pcbsd-utils.h \ include/pcbsd-netif.h +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt diff --git a/sysutils/libretto-config/Makefile b/sysutils/libretto-config/Makefile index 105a6c23a8d9..df453c8d112a 100644 --- a/sysutils/libretto-config/Makefile +++ b/sysutils/libretto-config/Makefile @@ -22,6 +22,7 @@ MANLANG= . ja OPTIONS_DEFINE= DOCS PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/libsunacl/Makefile b/sysutils/libsunacl/Makefile index fefbba851dd1..6b62ebf79d40 100644 --- a/sysutils/libsunacl/Makefile +++ b/sysutils/libsunacl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsunacl -# Date created: 2010-03-22 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libsunacl PORTVERSION= 1.0 @@ -16,6 +12,7 @@ COMMENT= Wrapper providing SunOS NFSv4 ACL API USE_LDCONFIG= yes PLIST_FILES= include/sunacl.h lib/libsunacl.a lib/libsunacl.so.1 lib/libsunacl.so +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile index 4d9f3237b3c8..3dacc562dfc8 100644 --- a/sysutils/liburcu/Makefile +++ b/sysutils/liburcu/Makefile @@ -28,4 +28,5 @@ USE_GMAKE= yes regression-test: build @cd ${WRKSRC} && ${MAKE} check +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/libutempter/Makefile b/sysutils/libutempter/Makefile index db499bd193b4..df6657803082 100644 --- a/sysutils/libutempter/Makefile +++ b/sysutils/libutempter/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libutempter -# Date created: 18 Aug 2004 14:50:41 CEST -# Whom: Michael Nottebrock <lofi@freebsd.org>, -# David Malone <dwmalone@maths.tcd.ie> +# Created by: Michael Nottebrock <lofi@FreeBSD.org>, # $FreeBSD$ PORTNAME= libutempter @@ -17,6 +14,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900004 diff --git a/sysutils/libzeitgeist/Makefile b/sysutils/libzeitgeist/Makefile index aad72b92e49f..2648274b5708 100644 --- a/sysutils/libzeitgeist/Makefile +++ b/sysutils/libzeitgeist/Makefile @@ -18,6 +18,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index f2e34feacba1..d17676c936d7 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -33,6 +33,7 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.a \ lib/lineakd/plugins/mediadetectplugin.so \ etc/media-detect.conf +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index c6c8f2d39a1c..598f0ed407e6 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -30,6 +30,7 @@ MAN1= lineak_xosdplugin.1 PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ lib/lineakd/plugins/xosdplugin.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|"-O2 $$CXXFLAGS"|"$$CXXFLAGS"| ; \ diff --git a/sysutils/lineakd/Makefile b/sysutils/lineakd/Makefile index 796bcfb76972..3f0d53108cfb 100644 --- a/sysutils/lineakd/Makefile +++ b/sysutils/lineakd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lineakd -# Date created: 03 June 2002 -# Whom: Kay Lehmann -# +# Created by: Kay Lehmann # $FreeBSD$ -# PORTNAME= lineakd PORTVERSION= 0.9 @@ -29,6 +25,7 @@ PORTDOCS= README TODO AUTHORS MAN1= lineakd.1 #MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-ldl||' \ ${WRKSRC}/lineak/Makefile.in ${WRKSRC}/lineakd/Makefile.in diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index 8aa2d64187fe..87bd0a5489f5 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -27,6 +27,7 @@ CPPFLAGS+= -I../include \ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: ${LN} -sf rename.1 ${BUILD_WRKSRC}/${PORTNAME}.1 diff --git a/sysutils/linux-afaapps/Makefile b/sysutils/linux-afaapps/Makefile index cb01d4c9be4c..90902d36799c 100644 --- a/sysutils/linux-afaapps/Makefile +++ b/sysutils/linux-afaapps/Makefile @@ -26,6 +26,7 @@ SRC_DISTFILES= # empty, no sources available RPMFILE= ${PORTNAME}-${PORTVERSION}-2.${LINUX_RPM_ARCH}.rpm EXTRACT_AFTER_ARGS= -O ${RPMFILE} | ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} - ./usr/sbin/afacli.bin ./usr/sbin/getcfg.afa +NO_STAGE= yes post-extract: @${MV} ${WRKDIR}/usr/sbin/afacli.bin ${WRKDIR}/usr/sbin/afacli diff --git a/sysutils/linux-f10-procps/Makefile b/sysutils/linux-f10-procps/Makefile index c153ec1033c4..d22697a8166e 100644 --- a/sysutils/linux-f10-procps/Makefile +++ b/sysutils/linux-f10-procps/Makefile @@ -22,6 +22,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" PROCFS= /compat/linux/proc +NO_STAGE= yes post-install: @df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>") diff --git a/sysutils/linux-megamgr/Makefile b/sysutils/linux-megamgr/Makefile index 0f5e58c2055c..2a5dccfef8c5 100644 --- a/sysutils/linux-megamgr/Makefile +++ b/sysutils/linux-megamgr/Makefile @@ -1,7 +1,5 @@ # Created by: Patrick M. Hausen (pmh@hausen.com) -# # $FreeBSD$ -# PORTNAME= linux-megamgr PORTVERSION= 5.20 @@ -22,6 +20,7 @@ USE_LINUX= yes SUB_FILES= megamgr.sh USE_DOS2UNIX= ut_linux_mgr_5.20.txt +NO_STAGE= yes do-build: ${CHMOD} 755 ${WRKSRC}/megamgr.bin ${BRANDELF} -t Linux ${WRKSRC}/megamgr.bin diff --git a/sysutils/linux-nero/Makefile b/sysutils/linux-nero/Makefile index 7dacead22380..51c5e6e44a19 100644 --- a/sysutils/linux-nero/Makefile +++ b/sysutils/linux-nero/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/linux-nero -# Date created: 23 Apr 2007 -# Whom: Boris Samorodov <bsam@FreeBSD.org> -# +# Created by: Boris Samorodov <bsam@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nero PORTVERSION= 4.0.0.0 @@ -27,4 +23,5 @@ USE_LDCONFIG= yes BRANDELF_DIRS= usr/bin SRC_DISTFILES= +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/linuxfdisk/Makefile b/sysutils/linuxfdisk/Makefile index 3fee696eb686..04b3d4726bcc 100644 --- a/sysutils/linuxfdisk/Makefile +++ b/sysutils/linuxfdisk/Makefile @@ -18,6 +18,7 @@ USE_BZIP2= yes MAN8= fdisk-linux.8 cfdisk-linux.8 sfdisk-linux.8 ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes pre-patch: @rm -f ${WRKSRC}/Makefile @cp ${FILESDIR}/linuxfdisk-Makefile ${WRKSRC}/Makefile diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 0c793bd68642..f2f565c79bf3 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -258,6 +258,7 @@ MAN3= \ MAN7= lire.7 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCHARTS} diff --git a/sysutils/livecd/Makefile b/sysutils/livecd/Makefile index 7a9fe08e6295..68d99c1c0041 100644 --- a/sysutils/livecd/Makefile +++ b/sysutils/livecd/Makefile @@ -16,6 +16,7 @@ NO_BUILD= yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e 's|/usr/local/|${PREFIX}|' \ ${WRKSRC}/Makefile diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 64b2df4035df..5a9b135c38c8 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lmmon -# Date created: 24 September 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= lmmon PORTVERSION= 0.65 @@ -25,6 +21,7 @@ LICENSE= BSD FIXFILES= configure configure.in lmmon.c +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,machine/smb.h,dev/smbus/smb.h,' \ ${FIXFILES:S,^,${WRKSRC}/,} diff --git a/sysutils/lmon/Makefile b/sysutils/lmon/Makefile index e98ad6a9282d..6e1fc7d236cb 100644 --- a/sysutils/lmon/Makefile +++ b/sysutils/lmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lmon -# Date created: 15 Mar 2005 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= lmon PORTVERSION= 1.2 @@ -21,6 +17,7 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ NO_BUILD= yes USES= perl5 +NO_STAGE= yes do-install: ${INSTALL} -d -m 0755 ${PREFIX}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKSRC}/lmon.pl ${PREFIX}/${PORTNAME}/ diff --git a/sysutils/log_analysis/Makefile b/sysutils/log_analysis/Makefile index 9f1369c27ab3..52067e95f217 100644 --- a/sysutils/log_analysis/Makefile +++ b/sysutils/log_analysis/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/log_analysis \ PLIST_DIRS= %%DATADIR%%/Tk \ %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTK} diff --git a/sysutils/loganalyzer/Makefile b/sysutils/loganalyzer/Makefile index 8d611ad35bd0..1f7fe6ee5f17 100644 --- a/sysutils/loganalyzer/Makefile +++ b/sysutils/loganalyzer/Makefile @@ -27,6 +27,7 @@ USE_PHP= session pdo gd xml zlib WANT_PHP_WEB= YES DEFAULT_PHP_VER=5 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPHP_MYSQL} diff --git a/sysutils/logmon/Makefile b/sysutils/logmon/Makefile index 9c77eaae5e1e..c46c66e455eb 100644 --- a/sysutils/logmon/Makefile +++ b/sysutils/logmon/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes PORTEXAMPLES= logmon.conf.example PLIST_FILES= bin/logmon +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index f9becde8233b..1ceb41b47e9a 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -20,6 +20,7 @@ MAN5= logrotate.conf.5 MAN8= logrotate.8 MANCOMPRESSED= no +NO_STAGE= yes post-install: @${MKDIR} ${EXAMPLESDIR} @${SED} -e 's|__PREFIX__|${PREFIX}|' \ diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 3119702aade6..cd7985885c2a 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -27,4 +27,5 @@ MANCOMPRESSED= yes MAN1= logstalgia.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/logstash/Makefile b/sysutils/logstash/Makefile index 77593ffd1fab..53d35ecb707d 100644 --- a/sysutils/logstash/Makefile +++ b/sysutils/logstash/Makefile @@ -32,6 +32,7 @@ PLIST_SUB+= LOGSTASH_HOME=${LOGSTASH_HOME_REL} LOGSTASH_JAR=${LOGSTASH_JAR} \ LOGSTASH_RUN=${LOGSTASH_RUN} \ LOGSTASH_DATA_DIR=${LOGSTASH_DATA_DIR} +NO_STAGE= yes do-install: ${MKDIR} ${LOGSTASH_RUN} ${MKDIR} ${ETCDIR} diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index 34a27fd30684..53c898ce7963 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: logtool -# Date created: Dec 30, 2000 -# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> -# +# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= logtool PORTVERSION= 1.3.1 @@ -23,6 +19,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message MAN1= logtool.1 DOCS= CHANGES CREDITS README TODO doc/logtool.txt +NO_STAGE= yes do-build: cd ${WRKSRC}/src && ${GMAKE} INCLUDES="${CPPFLAGS}" diff --git a/sysutils/logwatch/Makefile b/sysutils/logwatch/Makefile index 87c2f058fcdb..9a611698ab8f 100644 --- a/sysutils/logwatch/Makefile +++ b/sysutils/logwatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: logwatch -# Date created: 8 December 2007 -# Whom: John D. "Trix" Farrar <trix@basement.net> -# +# Created by: John D. "Trix" Farrar <trix@basement.net> # $FreeBSD$ -# PORTNAME= logwatch PORTVERSION= 7.4.0 @@ -28,6 +24,7 @@ NO_BUILD= yes MAKE_ENV+= SITE_PERL_REL=${SITE_PERL_REL} +NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile index cf36c20312cf..b4f814e69678 100644 --- a/sysutils/lookat/Makefile +++ b/sysutils/lookat/Makefile @@ -18,6 +18,7 @@ MAN1= lookat.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile index 099b669d4747..8fff410853d1 100644 --- a/sysutils/lookupd/Makefile +++ b/sysutils/lookupd/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: lookupd -# Date created: 3 July 2004 -# Whom: Michael Bushkov <bushman@rsu.ru> -# +# Created by: Michael Bushkov <bushman@rsu.ru> # $FreeBSD$ PORTNAME= lookupd @@ -22,6 +19,7 @@ MAKE_ENV= WARNS=0 MAN5= lookupd.conf.5 MAN8= lookupd.8 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/sysutils/lookupd_ldap/Makefile b/sysutils/lookupd_ldap/Makefile index 31ba94135c33..346dcd7fe81a 100644 --- a/sysutils/lookupd_ldap/Makefile +++ b/sysutils/lookupd_ldap/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: lookupd_ldap -# Date created: 3 July 2004 -# Whom: Michael Bushkov <bushman@rsu.ru> -# +# Created by: Michael Bushkov <bushman@rsu.ru> # $FreeBSD$ PORTNAME= lookupd_ldap @@ -24,6 +21,7 @@ PLIST_FILES= lib/lkpd_ldap.so lib/lkpd_ldap.so.1 EXTRA_PATCHES= ${FILESDIR}/extrapatch-config.h .endif +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9553e0927672..69dd0b3a1f5e 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -37,6 +37,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} USE_BZIP2= yes HAS_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "arm" diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile index 48c5d223a346..f9456c213c6c 100644 --- a/sysutils/ltrace/Makefile +++ b/sysutils/ltrace/Makefile @@ -21,6 +21,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= BUGS COPYING ChangeLog README TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/luckybackup/Makefile b/sysutils/luckybackup/Makefile index 9a223c6d238a..026db3cbbaa6 100644 --- a/sysutils/luckybackup/Makefile +++ b/sysutils/luckybackup/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: luckybackup -# Date created: 2009-04-28 -# Whom: Jason E. Hale <bsdkaffee@gmail.com> -# # $FreeBSD$ PORTNAME= luckybackup @@ -23,6 +19,7 @@ MAKE_ENV= INSTALL_ROOT=${PREFIX} MAN8= luckybackup.8 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr||g' -e '/INSTALLS/s|debianmenu ||' \ -e '/manpage/s|share/||' ${WRKSRC}/luckybackup.pro diff --git a/sysutils/lxinput/Makefile b/sysutils/lxinput/Makefile index a07aeff31ad7..793b58ff4bd8 100644 --- a/sysutils/lxinput/Makefile +++ b/sysutils/lxinput/Makefile @@ -17,6 +17,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= lxinput.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/lxsplit/Makefile b/sysutils/lxsplit/Makefile index b99c44bd8ccb..b3a2e09be94c 100644 --- a/sysutils/lxsplit/Makefile +++ b/sysutils/lxsplit/Makefile @@ -17,6 +17,7 @@ PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index a23ab2532454..e5cec4f30abc 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -24,6 +24,7 @@ OPTIONS_SUB= yes NLS_USES= gettext +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/lxterminal/Makefile b/sysutils/lxterminal/Makefile index 6d6317d4fad7..1f9a7358c172 100644 --- a/sysutils/lxterminal/Makefile +++ b/sysutils/lxterminal/Makefile @@ -1,4 +1,4 @@ -# Created by: Kris Moore <kmoore@freebsd.org> +# Created by: Kris Moore <kmoore@FreeBSD.org> # $FreeBSD$ PORTNAME= lxterminal @@ -27,6 +27,7 @@ PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index 0c4b9d894cf7..1b6fc5dfa9a2 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -21,6 +21,7 @@ MAN1= dupemap.1 magicrescue.1 magicsort.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/manck/Makefile b/sysutils/manck/Makefile index e771f6d997e0..759c7a187276 100644 --- a/sysutils/manck/Makefile +++ b/sysutils/manck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: manck -# Date created: 10 September 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= manck PORTVERSION= 1.2 @@ -16,4 +12,5 @@ COMMENT= Manual page consistency checker MAN1= manck.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mapchan/Makefile b/sysutils/mapchan/Makefile index 670ce59c1600..5de4b1da1edb 100644 --- a/sysutils/mapchan/Makefile +++ b/sysutils/mapchan/Makefile @@ -20,6 +20,7 @@ MAN8= mapchan.8 PORTDOCS= README OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-extract: @${CP} ${WRKSRC}/doc/mapchan.F ${WRKSRC}/doc/mapchan.8 diff --git a/sysutils/massadmin/Makefile b/sysutils/massadmin/Makefile index 9ad3543e7108..0cde7072dc95 100644 --- a/sysutils/massadmin/Makefile +++ b/sysutils/massadmin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: massadmin -# Date created: 27 Sep 2010 -# Whom: Sascha Klauder <sklauder@trimind.de> -# +# Created by: Sascha Klauder <sklauder@trimind.de> # $FreeBSD$ -# PORTNAME= massadmin PORTVERSION= 2.3 @@ -29,6 +25,7 @@ MAN1= massadmin.1 .endif PLIST_FILES= bin/massadmin +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/massadmin ${PREFIX}/bin .if !defined(NO_INSTALL_MANPAGES) diff --git a/sysutils/mbmon/Makefile b/sysutils/mbmon/Makefile index 70ba07f7a50f..c662d1af3603 100644 --- a/sysutils/mbmon/Makefile +++ b/sysutils/mbmon/Makefile @@ -33,6 +33,7 @@ SMB_DESC= "Enable smb(4) support" USE_RC_SUBR= mbmon .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASUS} diff --git a/sysutils/mcelog/Makefile b/sysutils/mcelog/Makefile index 18927a0c630f..d368563eb791 100644 --- a/sysutils/mcelog/Makefile +++ b/sysutils/mcelog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mcelog -# Date created: 1 October 2011 -# Whom: Jeremy Chadwick <freebsd@jdc.parodius.com> -# +# Created by: Jeremy Chadwick <freebsd@jdc.parodius.com> # $FreeBSD$ -# PORTNAME= mcelog DISTVERSION= 1.0pre3 @@ -32,6 +28,7 @@ LDFLAGS= -lkvm PLIST_FILES= bin/mcelog MAN8= mcelog.8 +NO_STAGE= yes post-patch: @${CP} ${FILESDIR}/memstream.c ${WRKSRC}/memstream.c diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 61952596d731..bbf680dd136f 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -25,6 +25,7 @@ SCRIPTS= mco mc-call-agent SUB_LIST+= RUBY=${RUBY} +NO_STAGE= yes do-patch: @${REINPLACE_CMD} -e "s|/etc/mcollective|${ETCDIR}|" \ ${WRKSRC}/bin/mcollectived \ diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile index 860b20a80cd9..8783caf069bf 100644 --- a/sysutils/mcron/Makefile +++ b/sysutils/mcron/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mcron -# Date created: Dec 17, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mcron PORTVERSION= 1.0.4 @@ -24,4 +19,5 @@ MAKEFILE= makefile INFO= mcron +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mcweject/Makefile b/sysutils/mcweject/Makefile index 5c85fc8ece3c..8e4f152a3094 100644 --- a/sysutils/mcweject/Makefile +++ b/sysutils/mcweject/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: mcweject -# Date created: 11 Jan 2005 -# Whom: Jason Bacon <jbacon@mcw.edu> -# +# Created by: Jason Bacon <jbacon@mcw.edu> # $FreeBSD$ -# PORTNAME= mcweject PORTVERSION= 1.0 @@ -22,6 +18,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= sbin/eject share/examples/mcweject/eject.allow PLIST_DIRS= share/examples/mcweject +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/sysutils/mdcp/Makefile b/sysutils/mdcp/Makefile index d67856516572..955284f9053c 100644 --- a/sysutils/mdcp/Makefile +++ b/sysutils/mdcp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mdcp -# Date created: 11 Apr 2008 -# Whom: Monzyne, W. <wamonzyne@hotmail.com> -# +# Created by: Monzyne, W. <wamonzyne@hotmail.com> # $FreeBSD$ -# PORTNAME= mdcp PORTVERSION= 0.1.2.2 @@ -20,4 +16,5 @@ PLIST_FILES= sbin/mdcp MAN1= mdcp.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mdf2iso/Makefile b/sysutils/mdf2iso/Makefile index affd65daddc3..2683c6fd8a04 100644 --- a/sysutils/mdf2iso/Makefile +++ b/sysutils/mdf2iso/Makefile @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/mdf2iso +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/megacli/Makefile b/sysutils/megacli/Makefile index f09e584db9f3..2510250ca467 100644 --- a/sysutils/megacli/Makefile +++ b/sysutils/megacli/Makefile @@ -1,9 +1,5 @@ -# New Ports collection makefile for: megacli -# Date created: 12 April 2009 -# Whom: Vladimir Laskov <samflanker@gmail.com> -# +# Created by: Vladimir Laskov <samflanker@gmail.com> # $FreeBSD$ -# PORTNAME= megacli PORTVERSION= 8.05.06 @@ -27,6 +23,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= sbin/MegaCli +NO_STAGE= yes pre-fetch: @${FETCH_BINARY} -o /dev/null http://www.lsi.com/magic.axd?x=e&file=http%3A//www.lsi.com/downloads/Public/MegaRAID%2520Common%2520Files/${PORT_VERSION}_MegaCLI.zip diff --git a/sysutils/megarc/Makefile b/sysutils/megarc/Makefile index a8a588f0ba39..884a264c4b8f 100644 --- a/sysutils/megarc/Makefile +++ b/sysutils/megarc/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: megarc -# Date created: 22 June 2005 -# Whom: Gerrit Beine <tux@pinguru.net> -# +# Created by: Gerrit Beine <tux@pinguru.net> # $FreeBSD$ -# PORTNAME= megarc PORTVERSION= 1.51 @@ -25,6 +21,7 @@ RESTRICTED= Must be downloaded directly from the manufacturer PLIST_FILES= sbin/megarc PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/sysutils/memdump/Makefile b/sysutils/memdump/Makefile index f7106d51c12a..48b9c2e313c1 100644 --- a/sysutils/memdump/Makefile +++ b/sysutils/memdump/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: memdump -# Date created: 16 June 2004 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= memdump PORTVERSION= 1.01 @@ -19,6 +15,7 @@ PLIST_FILES= bin/memdump PORTDOCS= README LICENSE MAN1= memdump.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/memdump ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/memdump.1 ${MANPREFIX}/man/man1 diff --git a/sysutils/memfetch/Makefile b/sysutils/memfetch/Makefile index d5fd5910888e..e7a2d3f97f85 100644 --- a/sysutils/memfetch/Makefile +++ b/sysutils/memfetch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: memfetch -# Date created: 25 Nov 2004 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= memfetch PORTVERSION= 0.05b @@ -21,6 +17,7 @@ USE_PERL5= run CFLAGS+= ${CPPFLAGS} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/mffind.pl ${PREFIX}/bin diff --git a/sysutils/memtest/Makefile b/sysutils/memtest/Makefile index 6c09f341fdcf..148a7ff8e0eb 100644 --- a/sysutils/memtest/Makefile +++ b/sysutils/memtest/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: memtest -# Date created: 18 Jun 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= memtest PORTVERSION= 4.2.2 @@ -19,6 +15,7 @@ LICENSE= GPLv2 MAN8= ${PORTNAME}.8 PLIST_FILES= bin/memtest +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|cc|${CC}|' \ ${WRKSRC}/conf-* diff --git a/sysutils/memtest86+/Makefile b/sysutils/memtest86+/Makefile index 7836c6971b4d..715d28f84692 100644 --- a/sysutils/memtest86+/Makefile +++ b/sysutils/memtest86+/Makefile @@ -29,6 +29,7 @@ BOOT_DESC= Build ELF image loadable by boot2 and loader SERIAL_DESC= Enable serial console at COM1/9600 HISPEED_DESC= Set COM1 serial console speed to 115200 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBOOT} diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index 36556382e5cf..3b72d115f53c 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: memtest86 -# Date created: 27 Mar 2004 -# Whom: Radim Kolar -# +# Created by: Radim Kolar # $FreeBSD$ -# PORTNAME= memtest86 PORTVERSION= 4.0b @@ -27,6 +23,7 @@ PLIST_DIRS= %%DATADIR%% SUB_FILES= pkg-message +NO_STAGE= yes post-extract: @${UNZIP_CMD} -qo ${DISTDIR}/${DISTNAME:S,b,s,}.iso.zip -d ${WRKSRC} diff --git a/sysutils/metalog/Makefile b/sysutils/metalog/Makefile index 2f9640e090fb..0850a2049874 100644 --- a/sysutils/metalog/Makefile +++ b/sysutils/metalog/Makefile @@ -31,6 +31,7 @@ PLIST_FILES= sbin/metalog OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|' ${WRKSRC}/man/*[58] diff --git a/sysutils/mfid/Makefile b/sysutils/mfid/Makefile index c7f7a651a1a7..9e007f6ff9b3 100644 --- a/sysutils/mfid/Makefile +++ b/sysutils/mfid/Makefile @@ -12,6 +12,7 @@ COMMENT= Monitoring daemon for mfi RAID controllers USE_RC_SUBR= mfid PLIST_FILES+= sbin/mfid +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mfid ${PREFIX}/sbin/mfid diff --git a/sysutils/mgeupsd/Makefile b/sysutils/mgeupsd/Makefile index 7cfcd72b332e..6567f8defec1 100644 --- a/sysutils/mgeupsd/Makefile +++ b/sysutils/mgeupsd/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= sbin/mgeupsd sbin/powerhandler etc/rc.d/mgeupsd.sh MAN8= mgeupsd.8 SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CC=/s:gcc:${CC}:' \ -e '/^CFLAGS=/s:-Wall -O2:${CFLAGS}:' ${WRKSRC}/Makefile diff --git a/sysutils/minirsyslogd/Makefile b/sysutils/minirsyslogd/Makefile index 50f05303d0c3..5ecaf5ceeaad 100644 --- a/sysutils/minirsyslogd/Makefile +++ b/sysutils/minirsyslogd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: minirsyslogd -# Date created: 2003-10-30 -# Whom: lx@redundancy.redundancy.org -# +# Created by: lx@redundancy.redundancy.org # $FreeBSD$ -# PORTNAME= minirsyslogd PORTVERSION= 1.02 @@ -16,6 +12,7 @@ COMMENT= Minimal, fast and secure syslog receiver MAN8= minirsyslogd.8 MANCOMPRESSED= yes +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c diff --git a/sysutils/mixer/Makefile b/sysutils/mixer/Makefile index 19df8f02471f..469cf4564d22 100644 --- a/sysutils/mixer/Makefile +++ b/sysutils/mixer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mixer -# Date created: 17 February 2002 -# Whom: Mike Meyer <mwm@mired.org> -# +# Created by: Mike Meyer <mwm@mired.org> # $FreeBSD$ -# PORTNAME= mixer PORTVERSION= 1.0 @@ -18,6 +14,7 @@ COMMENT= A startup/shutdown script to preserve mixer settings across reboots NO_BUILD= yes PLIST_FILES= etc/rc.d/mixer.sh +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${FILESDIR}/mixer.sh ${PREFIX}/etc/rc.d diff --git a/sysutils/mkfile/Makefile b/sysutils/mkfile/Makefile index 23fa5b74b1c5..23a905fc0602 100644 --- a/sysutils/mkfile/Makefile +++ b/sysutils/mkfile/Makefile @@ -15,4 +15,5 @@ PLIST_FILES= sbin/mkfile MAKE_ARGS= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mkfwimage/Makefile b/sysutils/mkfwimage/Makefile index 29d0a6dc7a85..1a0dead7f761 100644 --- a/sysutils/mkfwimage/Makefile +++ b/sysutils/mkfwimage/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: mkfwimage -# Date created: Wed Jan 26 11:41:23 WST 2011 -# Whom: Adrian Chadd <adrian@FreeBSD.org> -# +# Created by: Adrian Chadd <adrian@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mkfwimage DISTVERSION= r1 @@ -17,4 +13,5 @@ COMMENT= Ubiquiti Embedded Board Image Generator PLIST_FILES= bin/mkfwimage +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mkntpwd/Makefile b/sysutils/mkntpwd/Makefile index 5076ab062a15..6a53d8589c66 100644 --- a/sysutils/mkntpwd/Makefile +++ b/sysutils/mkntpwd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mkntpwd -# Date created: 2011-04-18 -# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw> -# +# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= mkntpwd PORTVERSION= 1.0 @@ -21,6 +17,7 @@ PLIST_FILES= bin/mkntpwd LICENSE= GPLv2 BSD LICENSE_COMB= multi +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mkntpwd ${PREFIX}/bin diff --git a/sysutils/mksunbootcd/Makefile b/sysutils/mksunbootcd/Makefile index 6c489376eb95..aa2b528c2a39 100644 --- a/sysutils/mksunbootcd/Makefile +++ b/sysutils/mksunbootcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mksunbootcd -# Date Created: 5 Jan 2001 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= mksunbootcd PORTVERSION= 1.0 @@ -19,6 +15,7 @@ PLIST_FILES= bin/mksunbootcd GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 diff --git a/sysutils/mktool/Makefile b/sysutils/mktool/Makefile index 837afdcf7cc2..873794fba788 100644 --- a/sysutils/mktool/Makefile +++ b/sysutils/mktool/Makefile @@ -14,6 +14,7 @@ BROKEN= Unfetchable due to MASTER_SITES reorganization USES= gmake USE_BZIP2= yes +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e ' \ s,^OPT=.*,OPT=${CFLAGS},; \ diff --git a/sysutils/mmore/Makefile b/sysutils/mmore/Makefile index 485c1bb5134a..ade89a3d4a9f 100644 --- a/sysutils/mmore/Makefile +++ b/sysutils/mmore/Makefile @@ -17,4 +17,5 @@ USE_XORG= x11 xmu xt MAN1= mmore.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/modules/Makefile b/sysutils/modules/Makefile index a7e7c530fe41..e7c8ea1f27cd 100644 --- a/sysutils/modules/Makefile +++ b/sysutils/modules/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: modules -# Date created: 9 March 2005 -# Whom: Hokan -# +# Created by: Hokan # $FreeBSD$ -# PORTNAME= modules PORTVERSION= 3.1.6 @@ -34,6 +30,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/Modules/@VERSION@ \ MAN1= module.1 MAN5= modulefile.5 +NO_STAGE= yes post-extract: ${MV} ${WRKSRC}/doc/modulefile.4.in ${WRKSRC}/doc/modulefile.5.in diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index da9089400fbf..ce550a932a09 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -29,6 +29,7 @@ SUB_FILES= pkg-message PORTDOCS= CHANGES COPYING README +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MSSL} diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile index f2d76d16d082..264e17928c6d 100644 --- a/sysutils/monitord/Makefile +++ b/sysutils/monitord/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: monitord -# Date created: 5 June 2000 -# Whom: walt -# +# Created by: walt # $FreeBSD$ -# PORTNAME= monitord PORTVERSION= 0.4.1 @@ -17,6 +13,7 @@ COMMENT= Service that restarts other standalone services USE_RC_SUBR= monitord MAN8= monitord.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|syslodg|syslogd|' ${WRKSRC}/${MAN8} @${REINPLACE_CMD} -e 's|-pipe||' ${WRKSRC}/Makefile diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index d4e5ca9e86e1..a14bb8365d15 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -55,6 +55,7 @@ WWW_FILES= logo_top.png \ PORTDOCS= * PORTDATA= *.pm +NO_STAGE= yes .include <bsd.port.options.mk> pre-everything:: diff --git a/sysutils/monkeytail/Makefile b/sysutils/monkeytail/Makefile index 718e0ee350ee..1ebe9606dd63 100644 --- a/sysutils/monkeytail/Makefile +++ b/sysutils/monkeytail/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= bin/mtail MAN1= mtail.1 MAN5= mtailrc.5 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mtail ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/mtail.1 ${MAN1PREFIX}/man/man1 diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index bdd77122c4b3..27077e850df4 100644 --- a/sysutils/mono-kmod/Makefile +++ b/sysutils/mono-kmod/Makefile @@ -17,6 +17,7 @@ KMODDIR?= /boot/modules SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> SRC_BASE?= /usr/src diff --git a/sysutils/moosefs-chunkserver/Makefile b/sysutils/moosefs-chunkserver/Makefile index 807c4a9f4c1f..44cc5c4f12cc 100644 --- a/sysutils/moosefs-chunkserver/Makefile +++ b/sysutils/moosefs-chunkserver/Makefile @@ -5,6 +5,7 @@ PORTNAME= moosefs PORTVERSION= # CATEGORIES= sysutils PKGNAMESUFFIX= -chunkserver +NO_STAGE= yes .include "${.CURDIR}/../moosefs-master/bsd.port.moosefs.mk" MAINTAINER= chifeng@gmail.com diff --git a/sysutils/moosefs-client/Makefile b/sysutils/moosefs-client/Makefile index 420b92aa29a2..2965db06910e 100644 --- a/sysutils/moosefs-client/Makefile +++ b/sysutils/moosefs-client/Makefile @@ -5,6 +5,7 @@ PORTNAME= moosefs PORTVERSION= #set via include CATEGORIES= sysutils PKGNAMESUFFIX= -client +NO_STAGE= yes .include "${.CURDIR}/../moosefs-master/bsd.port.moosefs.mk" MAINTAINER= chifeng@gmail.com diff --git a/sysutils/moosefs-master/Makefile b/sysutils/moosefs-master/Makefile index 1cf27616e3e0..912fdd17fbaa 100644 --- a/sysutils/moosefs-master/Makefile +++ b/sysutils/moosefs-master/Makefile @@ -5,6 +5,7 @@ PORTNAME= moosefs PORTVERSION= #set via include CATEGORIES= sysutils PKGNAMESUFFIX= -master +NO_STAGE= yes .include "bsd.port.moosefs.mk" MAINTAINER= chifeng@gmail.com diff --git a/sysutils/moreutils-parallel/Makefile b/sysutils/moreutils-parallel/Makefile index b6d4a0a09164..e3a29e8c5a21 100644 --- a/sysutils/moreutils-parallel/Makefile +++ b/sysutils/moreutils-parallel/Makefile @@ -21,6 +21,7 @@ MAN1= parallel.1 MANCOMPRESSED= no PLIST_FILES= bin/parallel +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/parallel.1 ${WRKSRC}/ diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index 0c107914bd76..b22f9e8bb836 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -36,6 +36,7 @@ PLIST_FILES= bin/chronic \ bin/vipe \ bin/zrun +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 1d88e36a2b5d..9168cf5eb9f6 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -26,6 +26,7 @@ MAN1= most.1 PORTSCOUT= skipv:5.0.0a +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \ ${WRKSRC}/src/jdmacros.h diff --git a/sysutils/mount.app/Makefile b/sysutils/mount.app/Makefile index 56f3305834ba..582daae911c4 100644 --- a/sysutils/mount.app/Makefile +++ b/sysutils/mount.app/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mount.app -# Date created: 20 Mar 2003 -# Whom: Gaspar Chilingarov <nm@web.am> -# +# Created by: Gaspar Chilingarov <nm@web.am> # $FreeBSD$ -# PORTNAME= mountapp PORTVERSION= 3.0 @@ -23,4 +19,5 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lintl +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mountsmb2/Makefile b/sysutils/mountsmb2/Makefile index e08c67530af4..6eac689dfe71 100644 --- a/sysutils/mountsmb2/Makefile +++ b/sysutils/mountsmb2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mountsmb2 -# Date created: 17 Mar 2006 -# Whom: Rashid N. Achilov <shelton@granch.ru> -# +# Created by: Rashid N. Achilov <shelton@granch.ru> # $FreeBSD$ -# PORTNAME= mountsmb2 PORTVERSION= 0.90.2 @@ -25,6 +21,7 @@ SCRIPTS= smb2nsmbrc mountsmb2 SUB_FILES= pkg-message +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/,} ${PREFIX}/bin .if !defined(NOPORTEXAMPLES) diff --git a/sysutils/mpiexec/Makefile b/sysutils/mpiexec/Makefile index 8f91f72d5d36..7ffd5b4a3aac 100644 --- a/sysutils/mpiexec/Makefile +++ b/sysutils/mpiexec/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpiexec -# Date created: 2006-11-16 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= mpiexec PORTVERSION= 0.84 @@ -25,4 +21,5 @@ MAN1= mpiexec.1 CONFLICTS= mpich2-1.2.* +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mptd/Makefile b/sysutils/mptd/Makefile index c6ab095b18e0..ca907af60aef 100644 --- a/sysutils/mptd/Makefile +++ b/sysutils/mptd/Makefile @@ -12,6 +12,7 @@ COMMENT= Monitoring daemon for mpt RAID controllers USE_RC_SUBR= mptd PLIST_FILES+= sbin/mptd +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mptd ${PREFIX}/sbin/mptd diff --git a/sysutils/msktutil/Makefile b/sysutils/msktutil/Makefile index faafe56b3825..d6e86ddf4ab9 100644 --- a/sysutils/msktutil/Makefile +++ b/sysutils/msktutil/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS+=--with-sasldir=${PREFIX} MAN1= msktutil.1 PLIST_FILES= sbin/msktutil +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900035 diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile index 4bfceff94e7b..6071960df844 100644 --- a/sysutils/msyslog/Makefile +++ b/sysutils/msyslog/Makefile @@ -25,6 +25,7 @@ MANCOMPRESSED= yes PORTSCOUT= skipv:1.09d +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} > 900006 diff --git a/sysutils/mtpfs/Makefile b/sysutils/mtpfs/Makefile index 9fd7793bfaae..f387d4b49f73 100644 --- a/sysutils/mtpfs/Makefile +++ b/sysutils/mtpfs/Makefile @@ -19,4 +19,5 @@ USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/mtpfs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mtxorbd/Makefile b/sysutils/mtxorbd/Makefile index 5c98e6cb811a..a993c8915688 100644 --- a/sysutils/mtxorbd/Makefile +++ b/sysutils/mtxorbd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtxorbd -# Date created: 13 December 2003 -# Whom: rhay -# +# Created by: rhay # $FreeBSD$ -# PORTNAME= mtxorbd PORTVERSION= 1.0.2 @@ -16,4 +12,5 @@ COMMENT= Control Daemon for Matrix Orbital LCD screens MAN1= mtxorbd.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile index e563066e35bf..d01adccff4bd 100644 --- a/sysutils/multitail/Makefile +++ b/sysutils/multitail/Makefile @@ -20,6 +20,7 @@ MAN1= multitail.1 PLIST_FILES= bin/multitail etc/multitail.conf.sample PORTDOCS= readme.txt license.txt +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index bcd6b3c0ee4b..8b62dd6c44a1 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -18,6 +18,7 @@ USES= perl5 USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} +NO_STAGE= yes .include "${.CURDIR}/../munin-common/munin.mk" ALL_TARGET= build-common-prime diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 831128d792fe..5629088c0832 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -45,6 +45,7 @@ USES= gmake perl5 PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include "${.CURDIR}/../munin-common/munin.mk" EXTRA_PATCHES= ${MUNIN_PATCHES} diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 14984403ae74..4b18a770022f 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -29,6 +29,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" SHEBANG_FILES= node/sbin/munin-node +NO_STAGE= yes .include "${.CURDIR}/../munin-common/munin.mk" ALL_TARGET= build-node build-plugins diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile index c929a5b45cc8..7dda62a1a4d8 100644 --- a/sysutils/muse/Makefile +++ b/sysutils/muse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: muse -# Date created: 27 December 1999 -# Whom: freebsd@spatula.net -# +# Created by: freebsd@spatula.net # $FreeBSD$ -# PORTNAME= muse PORTVERSION= 0.2 @@ -17,4 +13,5 @@ MAN1= muse.1 MANCOMPRESSED= yes PLIST_FILES= bin/muse +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/mybashburn/Makefile b/sysutils/mybashburn/Makefile index efd25e0f2333..6476ae5e1483 100644 --- a/sysutils/mybashburn/Makefile +++ b/sysutils/mybashburn/Makefile @@ -28,6 +28,7 @@ EJECT_DESC= Ejecting the CD/DVD drive NORMALIZE_DESC= An audio file volume normalizer SUDO_DESC= To allow non-privileged users to burn CD's +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCDRDAO} diff --git a/sysutils/nagios-statd/Makefile b/sysutils/nagios-statd/Makefile index 63261dc2255a..fb18432218f1 100644 --- a/sysutils/nagios-statd/Makefile +++ b/sysutils/nagios-statd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-statd -# Date created: 2003-11-06 -# Whom: Jim Shewmaker -# +# Created by: Jim Shewmaker # $FreeBSD$ -# PORTNAME= nagios-statd PORTVERSION= 3.12 @@ -20,6 +16,7 @@ USE_RC_SUBR= nagiosstatd MAN1= nagios-stat.1 MAN8= nagios-statd.8 +NO_STAGE= yes do-build: ${REINPLACE_CMD} -e 's,/usr/bin/python,/usr/bin/env python,' \ ${WRKSRC}/bin/* ${WRKSRC}/sbin/* diff --git a/sysutils/namefix/Makefile b/sysutils/namefix/Makefile index 8c0db9f02dc8..0cdd2fcbf45d 100644 --- a/sysutils/namefix/Makefile +++ b/sysutils/namefix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: namefix -# Date created: 28 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= namefix PORTVERSION= 4.0.2 @@ -33,6 +29,7 @@ NO_BUILD= yes USES= perl5 USE_PERL5= run +NO_STAGE= yes do-configure: .for bin in ${PORTNAME} ${PORTNAME}-cli @${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/${bin}.in diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile index 0a844f4cb695..77739780334b 100644 --- a/sysutils/nautilus-cd-burner/Makefile +++ b/sysutils/nautilus-cd-burner/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFINE= DVD OPTIONS_DEFAULT=DVD DVD_DESC= DVD support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDVD} diff --git a/sysutils/nbosd/Makefile b/sysutils/nbosd/Makefile index ceece4b7cb7e..72f7f2df87a5 100644 --- a/sysutils/nbosd/Makefile +++ b/sysutils/nbosd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nbosd -# Date created: 19 Mar 2006 -# Whom: Lars Engels <lars.engels@0x20.net> -# +# Created by: Lars Engels <lars.engels@0x20.net> # $FreeBSD$ -# PORTNAME= nbosd PORTVERSION= 0.5.0 @@ -19,6 +15,7 @@ LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd PLIST_FILES= bin/nbosd PORTDOCS= * +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbosd ${PREFIX}/bin diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index 2904b027e8e4..acea8cc37eca 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -15,4 +15,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/nepomuk-core/Makefile b/sysutils/nepomuk-core/Makefile index bee51e00a1dc..1fe18dea7e7b 100644 --- a/sysutils/nepomuk-core/Makefile +++ b/sysutils/nepomuk-core/Makefile @@ -30,6 +30,7 @@ SUB_FILES= nepomuk-env.sh # supported versions: ffmpeg1, ffmpeg-devel FFMPEG_SUFFIX?= 1 +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/env ${INSTALL_SCRIPT} ${WRKDIR}/nepomuk-env.sh ${PREFIX}/env diff --git a/sysutils/nepomuk-widgets/Makefile b/sysutils/nepomuk-widgets/Makefile index 533b14105e28..af13a7c3c0ea 100644 --- a/sysutils/nepomuk-widgets/Makefile +++ b/sysutils/nepomuk-widgets/Makefile @@ -16,4 +16,5 @@ USE_QT4= corelib dbus gui moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/netident/Makefile b/sysutils/netident/Makefile index 64ac8720c76d..a69c8e3af7c3 100644 --- a/sysutils/netident/Makefile +++ b/sysutils/netident/Makefile @@ -25,6 +25,7 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} PLIST_DIRS= etc/netident +NO_STAGE= yes post-extract: @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/sysutils/news/Makefile b/sysutils/news/Makefile index 3ec0fb8d9f7d..d734a94245b6 100644 --- a/sysutils/news/Makefile +++ b/sysutils/news/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: news -# Date created: Tue Jan 24 12:42:05 CST 2012 -# Whom: Hokan <hokan@me.umn.edu> -# +# Created by: Hokan <hokan@me.umn.edu> # $FreeBSD$ -# PORTNAME= news PORTVERSION= 1.2 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.menet.umn.edu/~hokan/ MAINTAINER= hokan@me.umn.edu COMMENT= Print news items +NO_STAGE= yes .include <bsd.port.pre.mk> ALL_TARGET= news diff --git a/sysutils/nitrogen/Makefile b/sysutils/nitrogen/Makefile index 2ee386dc1e8b..90d3c0ce174c 100644 --- a/sysutils/nitrogen/Makefile +++ b/sysutils/nitrogen/Makefile @@ -48,6 +48,7 @@ MAN1= nitrogen.1 DESKTOP_ENTRIES="Nitrogen" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ "Graphics;Viewer;" true +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXINERAMA} diff --git a/sysutils/no-login/Makefile b/sysutils/no-login/Makefile index 2b40988c7759..3268c736db74 100644 --- a/sysutils/no-login/Makefile +++ b/sysutils/no-login/Makefile @@ -14,4 +14,5 @@ COMMENT= Refuse a login to a user, and make a note of it in syslog PLIST_FILES= bin/nologin MAN8= nologin.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/npadmin/Makefile b/sysutils/npadmin/Makefile index abc2ccf22e56..74373304039c 100644 --- a/sysutils/npadmin/Makefile +++ b/sysutils/npadmin/Makefile @@ -15,6 +15,7 @@ PLIST_FILES= bin/npadmin GNU_CONFIGURE= yes +NO_STAGE= yes pre-configure: ${RM} ${WRKSRC}/getopt.h ${WRKSRC}/getopt1.c diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile index b40f583b305b..ad9a43df2927 100644 --- a/sysutils/nrg2iso/Makefile +++ b/sysutils/nrg2iso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nrg2iso -# Date created: 15 Aug 2004 -# Whom: dieringe -# +# Created by: dieringe # $FreeBSD$ -# PORTNAME= nrg2iso PORTVERSION= 0.4 @@ -17,6 +13,7 @@ USE_GMAKE= yes PLIST_FILES= bin/nrg2iso +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|gcc|${CC} ${CFLAGS}|' \ diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index 0f0f9897979a..1de327fc1f20 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -36,6 +36,7 @@ MLINKS= ntfsmount.8 mount_ntfs-fuse.8 SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNOMEVFS2} diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 1aa93a9cf50e..a54e0624066f 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -1,4 +1,4 @@ -# Created by: Boris Popov <bp@freebsd.org> +# Created by: Boris Popov <bp@FreeBSD.org> # $FreeBSD$ PORTNAME= nut @@ -56,6 +56,7 @@ MAN8= nut-recorder.8 nut-scanner.8 nutupsdrv.8 upsc.8 \ PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 4f43a876294d..2a9933602e46 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -1,4 +1,4 @@ -# Created by: Boris Popov <bp@freebsd.org> +# Created by: Boris Popov <bp@FreeBSD.org> # $FreeBSD$ PORTNAME= nut @@ -44,6 +44,7 @@ MAN8= nutupsdrv.8 upsc.8 upscmd.8 upsd.8 upsdrvctl.8 \ PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ diff --git a/sysutils/nvclock/Makefile b/sysutils/nvclock/Makefile index 61c235a5331f..4db0c8b2db50 100644 --- a/sysutils/nvclock/Makefile +++ b/sysutils/nvclock/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFAULT= NVCONTROL X11 NVCONTROL_DESC= NV-CONTROL support (for OpenGL settings) X11_DESC= Build GUI program (requires GTK+ 2.x) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNVCONTROL} diff --git a/sysutils/nvramtool/Makefile b/sysutils/nvramtool/Makefile index dac688de3175..469141fa4b02 100644 --- a/sysutils/nvramtool/Makefile +++ b/sysutils/nvramtool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nvramtool -# Date created: 13 Mar 2011 -# Whom: Andrey Zonov <andrey@zonov.org> -# +# Created by: Andrey Zonov <andrey@zonov.org> # $FreeBSD$ -# PORTNAME= nvramtool PORTVERSION= r6440 @@ -23,6 +19,7 @@ PLIST_FILES= bin/${PORTNAME} MAN8= ${PORTNAME}.8 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cli/${MAN8} ${MANPREFIX}/man/man8 diff --git a/sysutils/nvtv/Makefile b/sysutils/nvtv/Makefile index 5d4b73dad334..d9c5061e13f2 100644 --- a/sysutils/nvtv/Makefile +++ b/sysutils/nvtv/Makefile @@ -24,4 +24,5 @@ MAN1= nvtv.1x MAN8= nvtvd.8 PLIST_FILES= bin/nvtv bin/nvtvd +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/oak/Makefile b/sysutils/oak/Makefile index 48a3242b019d..6ef94af9b33c 100644 --- a/sysutils/oak/Makefile +++ b/sysutils/oak/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: oak -# Date created: 21 June 2005 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= oak PORTVERSION= 1.5.0 @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes ALL_TARGET= oak PLIST_FILES= bin/oak +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/oak ${PREFIX}/bin diff --git a/sysutils/obliterate/Makefile b/sysutils/obliterate/Makefile index 872515aecb34..75d0afb44a4b 100644 --- a/sysutils/obliterate/Makefile +++ b/sysutils/obliterate/Makefile @@ -13,4 +13,5 @@ COMMENT= Securely delete file[s] PLIST_FILES= bin/obliterate MAN8= obliterate.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ods2/Makefile b/sysutils/ods2/Makefile index 4b820c6c7633..aaa5cbfafd6c 100644 --- a/sysutils/ods2/Makefile +++ b/sysutils/ods2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ods2 -# Date created: 31 January 2006 -# Whom: Thierry Dussuet <dussuett@wigwam.ethz.ch> -# +# Created by: Thierry Dussuet <dussuett@wigwam.ethz.ch> # $FreeBSD$ -# PORTNAME= ods2 PORTVERSION= 1.3 @@ -22,6 +18,7 @@ MAKE_ARGS= CCFLAGS="${CFLAGS}" PLIST_FILES= sbin/ods2 PORTDOCS= aareadme.too aareadme.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|cc |${CC} |; /-oods2/ s|vmstime\.o|& -lcompat|' \ ${WRKSRC}/${MAKEFILE} diff --git a/sysutils/open/Makefile b/sysutils/open/Makefile index 68cb2ec87fb4..c3653bcbc2e3 100644 --- a/sysutils/open/Makefile +++ b/sysutils/open/Makefile @@ -18,6 +18,7 @@ OPTIONS_DEFINE= SETUID SETUID_DESC= Install setuid open binary PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index fb8712af973e..533e5b96cdc8 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -42,6 +42,7 @@ GDBM_DESC= Local SDR caching on startup GLIB12_DESC= Simply OS handler for glib 1.2 GLIB20_DESC= Simply OS handler for glib 2.0 +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(${LOCALBASE}/lib/libgdbm.so.3) diff --git a/sysutils/openupsd/Makefile b/sysutils/openupsd/Makefile index 34edd4df4acf..e42c864cc979 100644 --- a/sysutils/openupsd/Makefile +++ b/sysutils/openupsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openupsd -# Date created: 15 August 2004 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= openupsd PORTVERSION= 0.3.1 @@ -20,6 +16,7 @@ CONFIGURE_ARGS= --program-transform-name= --bindir=${PREFIX}/sbin PLIST_FILES= sbin/openupsd etc/openupsd.conf.sample +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/openupsd.conf ${PREFIX}/etc/openupsd.conf.sample diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index 65da3a1515e8..448fa1854bdb 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/ori \ bin/ori_httpd MAN1= ori.1 orifs.1 +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/p5-BSD-Jail-Object/Makefile b/sysutils/p5-BSD-Jail-Object/Makefile index cc27dd8d11bc..8c7899dbf9f5 100644 --- a/sysutils/p5-BSD-Jail-Object/Makefile +++ b/sysutils/p5-BSD-Jail-Object/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= BSD::Jail::Object.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-BSD-Process/Makefile b/sysutils/p5-BSD-Process/Makefile index 2bd70d38db6a..a900831d6d76 100644 --- a/sysutils/p5-BSD-Process/Makefile +++ b/sysutils/p5-BSD-Process/Makefile @@ -20,6 +20,7 @@ SHEBANG_FILES= eg/* MAN3= BSD::Process.3 +NO_STAGE= yes post-install: .for script in procinfo showprocattr topten @${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${PREFIX}/bin diff --git a/sysutils/p5-BSD-Sysctl/Makefile b/sysutils/p5-BSD-Sysctl/Makefile index 03ae2423f4ff..0e3a1e5a5056 100644 --- a/sysutils/p5-BSD-Sysctl/Makefile +++ b/sysutils/p5-BSD-Sysctl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-BSD-Sysctl -# Date created: 2006/09/05 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= BSD-Sysctl PORTVERSION= 0.10 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= BSD::Sysctl.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Brackup/Makefile b/sysutils/p5-Brackup/Makefile index 636d815d67b8..f543b01a579f 100644 --- a/sysutils/p5-Brackup/Makefile +++ b/sysutils/p5-Brackup/Makefile @@ -51,4 +51,5 @@ MAN3= Brackup.3 \ Brackup::Target::Riak.3 \ Brackup::Target::Sftp.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Dir-Purge/Makefile b/sysutils/p5-Dir-Purge/Makefile index e9bf8733ff08..ac12dbb460da 100644 --- a/sysutils/p5-Dir-Purge/Makefile +++ b/sysutils/p5-Dir-Purge/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Dir::Purge.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-DirCompare/Makefile b/sysutils/p5-File-DirCompare/Makefile index b52b83939280..da934dfd6c79 100644 --- a/sysutils/p5-File-DirCompare/Makefile +++ b/sysutils/p5-File-DirCompare/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= File::DirCompare.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Listing/Makefile b/sysutils/p5-File-Listing/Makefile index e1dedeb49b37..b01350c4e2a5 100644 --- a/sysutils/p5-File-Listing/Makefile +++ b/sysutils/p5-File-Listing/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= File::Listing.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Log/Makefile b/sysutils/p5-File-Log/Makefile index d11c92803b0a..dd5d77cb0644 100644 --- a/sysutils/p5-File-Log/Makefile +++ b/sysutils/p5-File-Log/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-File-Log -# Date created: 2010-10-4 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ PORTNAME= File-Log @@ -18,4 +15,5 @@ USE_PERL5= configure MAN3= File::Log.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Next/Makefile b/sysutils/p5-File-Next/Makefile index f9bd8884374b..58b79a3d7a59 100644 --- a/sysutils/p5-File-Next/Makefile +++ b/sysutils/p5-File-Next/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= File::Next.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Signature/Makefile b/sysutils/p5-File-Signature/Makefile index 4937293b056f..30ea7b36fadc 100644 --- a/sysutils/p5-File-Signature/Makefile +++ b/sysutils/p5-File-Signature/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Signature -# Date created: 2010-11-11 -# Whom: Frederic Culot <culot@FreeBSD.org> -# +# Created by: Frederic Culot <culot@FreeBSD.org> # $FreeBSD$ -# PORTNAME= File-Signature PORTVERSION= 1.009 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= File::Signature.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Stat-Bits/Makefile b/sysutils/p5-File-Stat-Bits/Makefile index 67af736a68b4..c11405879c5c 100644 --- a/sysutils/p5-File-Stat-Bits/Makefile +++ b/sysutils/p5-File-Stat-Bits/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Stat-Bits -# Date created: Wed Jun 15 12:44:11 CDT 2005 -# Whom: Jim Pirzyk pirzyk@freebsd.org -# +# Created by: Jim Pirzyk pirzyk@FreeBSD.org # $FreeBSD$ -# PORTNAME= File-Stat-Bits PORTVERSION= 1.01 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= File::Stat::Bits.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Stat-ModeString/Makefile b/sysutils/p5-File-Stat-ModeString/Makefile index c14cb6c11022..e5ebe1ce465e 100644 --- a/sysutils/p5-File-Stat-ModeString/Makefile +++ b/sysutils/p5-File-Stat-ModeString/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: File-Stat-ModeString -# Date created: Wed 10 Nov 2010 23:44:23 GMT -# Whom: Jase Thew <freebsd@beardz.net> -# +# Created by: Jase Thew <freebsd@beardz.net> # $FreeBSD$ -# PORTNAME= File-Stat-ModeString PORTVERSION= 1.00 @@ -25,4 +21,5 @@ USE_PERL5= configure MAN3= File::Stat::ModeString.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Tee/Makefile b/sysutils/p5-File-Tee/Makefile index 2c5443a034db..f6728f34aa91 100644 --- a/sysutils/p5-File-Tee/Makefile +++ b/sysutils/p5-File-Tee/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Tee -# Date created: 30 December 2010 -# Whom: Konstantin Menshikov <kostjnspb@yandex.ru> -# +# Created by: Konstantin Menshikov <kostjnspb@yandex.ru> # $FreeBSD$ -# PORTNAME= File-Tee PORTVERSION= 0.07 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= File::Tee.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-File-Which/Makefile b/sysutils/p5-File-Which/Makefile index ab1472252ffd..5ac125e48363 100644 --- a/sysutils/p5-File-Which/Makefile +++ b/sysutils/p5-File-Which/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Which -# Date created: 28 December 2002 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= File-Which PORTVERSION= 1.09 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN1= pwhich.1 MAN3= File::Which.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Filesys-Df/Makefile b/sysutils/p5-Filesys-Df/Makefile index 54ee8ca2b146..42add953e462 100644 --- a/sysutils/p5-Filesys-Df/Makefile +++ b/sysutils/p5-Filesys-Df/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Filesys-Df -# Date created: 31 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Filesys-Df PORTVERSION= 0.92 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Filesys::Df.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Filesys-DfPortable/Makefile b/sysutils/p5-Filesys-DfPortable/Makefile index b0a16502e6e1..7ad17205c068 100644 --- a/sysutils/p5-Filesys-DfPortable/Makefile +++ b/sysutils/p5-Filesys-DfPortable/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Filesys-DfPortable -# Date created: 07 November 2007 -# Whom: Lars Thegler <lth@FreeBSD.org> -# +# Created by: Lars Thegler <lth@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Filesys-DfPortable PORTVERSION= 0.85 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= Filesys::DfPortable.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Filesys-DiskFree/Makefile b/sysutils/p5-Filesys-DiskFree/Makefile index 8c1fdb1c69da..3c5c020b64b7 100644 --- a/sysutils/p5-Filesys-DiskFree/Makefile +++ b/sysutils/p5-Filesys-DiskFree/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Filesys-DiskFree -# Date created: 09 December 2003 -# Whom: David Le Brun <david@dyn-ns.net> -# +# Created by: David Le Brun <david@dyn-ns.net> # $FreeBSD$ -# PORTNAME= Filesys-DiskFree PORTVERSION= 0.06 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= Filesys::DiskFree.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Filesys-DiskSpace/Makefile b/sysutils/p5-Filesys-DiskSpace/Makefile index 8ea96d66904d..6d2e30cfd786 100644 --- a/sysutils/p5-Filesys-DiskSpace/Makefile +++ b/sysutils/p5-Filesys-DiskSpace/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= Filesys::DiskSpace.3 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*\.orig" -delete diff --git a/sysutils/p5-Filesys-DiskUsage/Makefile b/sysutils/p5-Filesys-DiskUsage/Makefile index 08fc99d9ff4d..468564d9d064 100644 --- a/sysutils/p5-Filesys-DiskUsage/Makefile +++ b/sysutils/p5-Filesys-DiskUsage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Filesys-DiskUsage -# Date created: 20 September 2005 -# Whom: Alex Deiter <tiamat@komi.mts.ru> -# +# Created by: Alex Deiter <tiamat@komi.mts.ru> # $FreeBSD$ -# PORTNAME= Filesys-DiskUsage PORTVERSION= 0.05 @@ -19,6 +15,7 @@ USE_PERL5= configure MAN3= Filesys::DiskUsage.3 +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/lib/Filesys/DiskUsage.pm.orig diff --git a/sysutils/p5-Filesys-Statvfs/Makefile b/sysutils/p5-Filesys-Statvfs/Makefile index 76b29953644b..b489f4dfe453 100644 --- a/sysutils/p5-Filesys-Statvfs/Makefile +++ b/sysutils/p5-Filesys-Statvfs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Filesys-Statvfs -# Date created: 31 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Filesys-Statvfs PORTVERSION= 0.82 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Filesys::Statvfs.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Fuse-Simple/Makefile b/sysutils/p5-Fuse-Simple/Makefile index a2da0be80f83..dce96e6b0c9e 100644 --- a/sysutils/p5-Fuse-Simple/Makefile +++ b/sysutils/p5-Fuse-Simple/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Fuse-Simple -# Date created: 2006-08-06 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Fuse-Simple PORTVERSION= 1.00 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN3= Fuse::Simple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Fuse/Makefile b/sysutils/p5-Fuse/Makefile index adbec79c46f7..3c95f7d3be76 100644 --- a/sysutils/p5-Fuse/Makefile +++ b/sysutils/p5-Fuse/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Fuse.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Iterator-File/Makefile b/sysutils/p5-Iterator-File/Makefile index b9a8d46dce57..aea786943b55 100644 --- a/sysutils/p5-Iterator-File/Makefile +++ b/sysutils/p5-Iterator-File/Makefile @@ -21,4 +21,5 @@ MAN3= Iterator::File::Status.3 \ Iterator::File.3 \ Iterator::File::State::IPCShareable.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile index f8bffa2fe2f7..1631b7d6964e 100644 --- a/sysutils/p5-Lchown/Makefile +++ b/sysutils/p5-Lchown/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Lchown -# Date created: 2008-04-28 -# Whom: Jeffrey Goldberg <jeffrey@goldmark.org> -# +# Created by: Jeffrey Goldberg <jeffrey@goldmark.org> # $FreeBSD$ -# PORTNAME= Lchown PORTVERSION= 1.01 @@ -21,4 +17,5 @@ USE_PERL5= modbuild MAN3= Lchown.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-MogileFS-Client/Makefile b/sysutils/p5-MogileFS-Client/Makefile index 38d155a054a1..5ee5fcb5035a 100644 --- a/sysutils/p5-MogileFS-Client/Makefile +++ b/sysutils/p5-MogileFS-Client/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= MogileFS::Client.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-MogileFS-Network/Makefile b/sysutils/p5-MogileFS-Network/Makefile index b501874eb433..11d387da5a68 100644 --- a/sysutils/p5-MogileFS-Network/Makefile +++ b/sysutils/p5-MogileFS-Network/Makefile @@ -25,6 +25,7 @@ USE_PERL5= configure MAN3= MogileFS::Network.3 \ MogileFS::ReplicationPolicy::MultipleNetworks.3 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile index 7dca43b48283..e0110272c05a 100644 --- a/sysutils/p5-MogileFS-Server/Makefile +++ b/sysutils/p5-MogileFS-Server/Makefile @@ -55,6 +55,7 @@ MAN3= MogileFS::Checksum.3 \ MogileFS::Worker::Query.3 \ MogileFS::Worker::Replicate.3 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile index 4d695228cf08..b7150a6041fa 100644 --- a/sysutils/p5-MogileFS-Utils/Makefile +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -31,6 +31,7 @@ MAN1= mogadm.1 \ mogupload.1 MAN3= MogileFS::Utils.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Utils|MogileFS::Utils|' ${WRKSRC}/Makefile.PL diff --git a/sysutils/p5-Monitor-Simple/Makefile b/sysutils/p5-Monitor-Simple/Makefile index fef7b437889e..fc8e706ecc64 100644 --- a/sysutils/p5-Monitor-Simple/Makefile +++ b/sysutils/p5-Monitor-Simple/Makefile @@ -34,4 +34,5 @@ MAN3= Monitor::Simple.3 \ Monitor::Simple::UserAgent.3 \ Monitor::Simple::Utils.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile b/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile index 131292d33ed7..5d0d40263b58 100644 --- a/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile +++ b/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Plugtools-Plugins-HomeOU -# Date created: 2010-02-26 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Plugtools-Plugins-HomeOU PORTVERSION= 0.0.0 @@ -23,4 +19,5 @@ USE_PERL5= configure MAN3= Plugtools::Plugins::HomeOU.3 \ Plugtools::Plugins::HomeOUremove.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Plugtools/Makefile b/sysutils/p5-Plugtools/Makefile index 06daa4312e21..ee992463008d 100644 --- a/sysutils/p5-Plugtools/Makefile +++ b/sysutils/p5-Plugtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Plugtools -# Date created: 2009-10-31 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Plugtools PORTVERSION= 1.3.0 @@ -31,4 +27,5 @@ USE_PERL5= configure MAN3= Plugtools.3 \ Plugtools::Plugins::Dump.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Probe-Perl/Makefile b/sysutils/p5-Probe-Perl/Makefile index db8f6cad715a..d7256638fe97 100644 --- a/sysutils/p5-Probe-Perl/Makefile +++ b/sysutils/p5-Probe-Perl/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Probe::Perl.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Proc-PidUtil/Makefile b/sysutils/p5-Proc-PidUtil/Makefile index 80af78f35ac0..e7af90c76153 100644 --- a/sysutils/p5-Proc-PidUtil/Makefile +++ b/sysutils/p5-Proc-PidUtil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Proc-PidUtil -# Date created: 2006-09-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Proc-PidUtil PORTVERSION= 0.08 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Proc::PidUtil.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Proclet/Makefile b/sysutils/p5-Proclet/Makefile index 1c0afb2ddc26..13d93e4e5c78 100644 --- a/sysutils/p5-Proclet/Makefile +++ b/sysutils/p5-Proclet/Makefile @@ -32,4 +32,5 @@ MAN1= proclet.1 MAN3= Proclet.3 \ Proclet::Declare.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile index 68f57c4c4827..9ffc9d408087 100644 --- a/sysutils/p5-Quota/Makefile +++ b/sysutils/p5-Quota/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Quota.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Samba-SIDhelper/Makefile b/sysutils/p5-Samba-SIDhelper/Makefile index f4a6dbd7ae50..c32279bec17b 100644 --- a/sysutils/p5-Samba-SIDhelper/Makefile +++ b/sysutils/p5-Samba-SIDhelper/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Samba::SIDhelper.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Schedule-At/Makefile b/sysutils/p5-Schedule-At/Makefile index 5f91f37804a7..466508226056 100644 --- a/sysutils/p5-Schedule-At/Makefile +++ b/sysutils/p5-Schedule-At/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Schedule-At -# Date created: 10th Jan 2001 -# Whom: kuriyama -# +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= Schedule-At PORTVERSION= 1.15 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Schedule::At.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Schedule-Cron/Makefile b/sysutils/p5-Schedule-Cron/Makefile index f2aa1bd4d04c..bfcd52ba2cd5 100644 --- a/sysutils/p5-Schedule-Cron/Makefile +++ b/sysutils/p5-Schedule-Cron/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Schedule::Cron.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile index 6a175fa7b552..60f36034a4a8 100644 --- a/sysutils/p5-Schedule-Load/Makefile +++ b/sysutils/p5-Schedule-Load/Makefile @@ -34,6 +34,7 @@ MAN3= Schedule::Load.3 Schedule::Load::Chooser.3 \ Schedule::Load::Reporter::Disk.3 Schedule::Load::Reporter::Filesys.3 \ Schedule::Load::Reporter::Network.3 +NO_STAGE= yes post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" diff --git a/sysutils/p5-Schedule-Match/Makefile b/sysutils/p5-Schedule-Match/Makefile index 28740cf779b4..d8f057866424 100644 --- a/sysutils/p5-Schedule-Match/Makefile +++ b/sysutils/p5-Schedule-Match/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Schedule::Match.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Shell-Command/Makefile b/sysutils/p5-Shell-Command/Makefile index 375239f601b0..eed3eb9e5aa9 100644 --- a/sysutils/p5-Shell-Command/Makefile +++ b/sysutils/p5-Shell-Command/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Shell::Command.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Stat-lsMode/Makefile b/sysutils/p5-Stat-lsMode/Makefile index 657c446cf9e5..e134f5ed3832 100644 --- a/sysutils/p5-Stat-lsMode/Makefile +++ b/sysutils/p5-Stat-lsMode/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Stat::lsMode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-CpuLoad/Makefile b/sysutils/p5-Sys-CpuLoad/Makefile index cc3c66dd6269..8befc9d7dd63 100644 --- a/sysutils/p5-Sys-CpuLoad/Makefile +++ b/sysutils/p5-Sys-CpuLoad/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sys-CpuLoad -# Date created: Sun Jan 5 09:13:46 CET 2003 -# Whom: Lars Thegler <lars@thegler.dk> -# +# Created by: Lars Thegler <lars@thegler.dk> # $FreeBSD$ -# PORTNAME= Sys-CpuLoad PORTVERSION= 0.03 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Sys::CpuLoad.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Filesystem/Makefile b/sysutils/p5-Sys-Filesystem/Makefile index 59225fcd2324..1240f89ffd47 100644 --- a/sysutils/p5-Sys-Filesystem/Makefile +++ b/sysutils/p5-Sys-Filesystem/Makefile @@ -36,6 +36,7 @@ MAN3= Sys::Filesystem::Mswin32.3 \ CONFIGURE_ENV+= PATH_FSTAB=${WRKDIR}/fstab.phony +NO_STAGE= yes pre-configure: @${TOUCH} ${WRKDIR}/fstab.phony diff --git a/sysutils/p5-Sys-Gamin/Makefile b/sysutils/p5-Sys-Gamin/Makefile index f37f5cb33733..4e326ff65aff 100644 --- a/sysutils/p5-Sys-Gamin/Makefile +++ b/sysutils/p5-Sys-Gamin/Makefile @@ -17,6 +17,7 @@ USE_FAM= yes MAN1= gamin-monitor.1 MAN3= Sys::Gamin.3 +NO_STAGE= yes pre-configure: # Pass in include in LOCALBASE ${PERL} -pi -e 'm/LIBS =>/ && print " INC => \"-I${LOCALBASE}/include\",\n"' ${WRKSRC}/Makefile.PL diff --git a/sysutils/p5-Sys-Group-GIDhelper/Makefile b/sysutils/p5-Sys-Group-GIDhelper/Makefile index 6f1a4a00c94c..43877b8761d1 100644 --- a/sysutils/p5-Sys-Group-GIDhelper/Makefile +++ b/sysutils/p5-Sys-Group-GIDhelper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Sys-Group-GIDhelper -# Date created: 2009-10-31 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Sys-Group-GIDhelper PORTVERSION= 0.0.2 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= Sys::Group::GIDhelper.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-HostIP/Makefile b/sysutils/p5-Sys-HostIP/Makefile index 6c3249f1a51a..8eef2ebff044 100644 --- a/sysutils/p5-Sys-HostIP/Makefile +++ b/sysutils/p5-Sys-HostIP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sys-HostIP -# Date created: 2009-01-07 -# Whom: Murilo Opsfelder <mopsfelder@gmail.com> -# +# Created by: Murilo Opsfelder <mopsfelder@gmail.com> # $FreeBSD$ -# PORTNAME= Sys-HostIP PORTVERSION= 1.9.3 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= Sys::HostIP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Hostname-FQDN/Makefile b/sysutils/p5-Sys-Hostname-FQDN/Makefile index fdf928632546..872a3cb15d02 100644 --- a/sysutils/p5-Sys-Hostname-FQDN/Makefile +++ b/sysutils/p5-Sys-Hostname-FQDN/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sys-Hostname-FQDN -# Date created: 2006-07-23 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Sys-Hostname-FQDN PORTVERSION= 0.11 @@ -21,4 +17,5 @@ USE_PERL5= configure MAN3= Sys::Hostname::FQDN.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Hostname-Long/Makefile b/sysutils/p5-Sys-Hostname-Long/Makefile index 0c5a9e405b23..3c145e728ac6 100644 --- a/sysutils/p5-Sys-Hostname-Long/Makefile +++ b/sysutils/p5-Sys-Hostname-Long/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sys-Hostname-Long -# Date created: March 6th, 2004 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= Sys-Hostname-Long PORTVERSION= 1.4 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Sys::Hostname::Long.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Load/Makefile b/sysutils/p5-Sys-Load/Makefile index 0f8c7751d8e5..93cf4ceb18fa 100644 --- a/sysutils/p5-Sys-Load/Makefile +++ b/sysutils/p5-Sys-Load/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sys-Load -# Date created: 19 January 2010 -# Whom: Konstantin Menshikov <kostjnspb@yandex.ru> -# +# Created by: Konstantin Menshikov <kostjnspb@yandex.ru> # $FreeBSD$ -# PORTNAME= Sys-Load PORTVERSION= 0.2 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= Sys::Load.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Syslog/Makefile b/sysutils/p5-Sys-Syslog/Makefile index 9ec364d1f70e..40d54b773c11 100644 --- a/sysutils/p5-Sys-Syslog/Makefile +++ b/sysutils/p5-Sys-Syslog/Makefile @@ -15,4 +15,5 @@ MAKE_JOBS_UNSAFE= yes MAN3= Sys::Syslog.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-User-UIDhelper/Makefile b/sysutils/p5-Sys-User-UIDhelper/Makefile index 41fe185c118b..4372e512ed8f 100644 --- a/sysutils/p5-Sys-User-UIDhelper/Makefile +++ b/sysutils/p5-Sys-User-UIDhelper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Sys-User-UIDhelper -# Date created: 2009-10-31 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Sys-User-UIDhelper PORTVERSION= 0.0.1 @@ -20,4 +16,5 @@ USE_PERL5= configure MAN3= Sys::User::UIDhelper.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Utmp/Makefile b/sysutils/p5-Sys-Utmp/Makefile index 94cda1aa7ac4..e609ecd841e0 100644 --- a/sysutils/p5-Sys-Utmp/Makefile +++ b/sysutils/p5-Sys-Utmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sys-Utmp -# Date created: Fri Aug 20 13:33:55 MSD 2004 -# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru> -# +# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru> # $FreeBSD$ -# PORTNAME= Sys-Utmp PORTVERSION= 1.6 @@ -19,6 +15,7 @@ USE_PERL5= configure MAN3= Sys::Utmp.3 Sys::Utmp::Utent.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '254 s,strcpy,strncpy,' ${WRKSRC}/Utmp.xs diff --git a/sysutils/p5-Sysadm-Install/Makefile b/sysutils/p5-Sysadm-Install/Makefile index b624dbd53dda..fcb6a07e469d 100644 --- a/sysutils/p5-Sysadm-Install/Makefile +++ b/sysutils/p5-Sysadm-Install/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= Sysadm::Install.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-SyslogScan/Makefile b/sysutils/p5-SyslogScan/Makefile index 05a9439fc054..0aa785fbb12c 100644 --- a/sysutils/p5-SyslogScan/Makefile +++ b/sysutils/p5-SyslogScan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SyslogScan -# Date created: 26 December 1999 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# +# Created by: Dmitry Sivachenko <dima@Chg.RU> # $FreeBSD$ -# PORTNAME= SyslogScan PORTVERSION= 0.32 @@ -24,4 +20,5 @@ MAN3= SyslogScan::ByGroup.3 SyslogScan::Delivery.3 \ SyslogScan::Summary.3 SyslogScan::SyslogEntry.3 \ SyslogScan::Usage.3 SyslogScan::WhereIs.3 read_mail_log.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Tail-Stat/Makefile b/sysutils/p5-Tail-Stat/Makefile index e306bec4b521..0da220d58eef 100644 --- a/sysutils/p5-Tail-Stat/Makefile +++ b/sysutils/p5-Tail-Stat/Makefile @@ -41,6 +41,7 @@ MAN3= Tail::Stat.3 \ Tail::Stat::Plugin::nginx.3 \ Tail::Stat::Plugin::spamd.3 +NO_STAGE= yes post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff --git a/sysutils/p5-Tie-Syslog/Makefile b/sysutils/p5-Tie-Syslog/Makefile index 07b8020c09ff..dfd3c0d9c6e9 100644 --- a/sysutils/p5-Tie-Syslog/Makefile +++ b/sysutils/p5-Tie-Syslog/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Tie::Syslog.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Ubic/Makefile b/sysutils/p5-Ubic/Makefile index 848872701535..1b038ac08490 100644 --- a/sysutils/p5-Ubic/Makefile +++ b/sysutils/p5-Ubic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Ubic -# Date created: 21 Sep 2011 -# Whom: Dmitry Yashin <dmitry@yashin.su> -# +# Created by: Dmitry Yashin <dmitry@yashin.su> # $FreeBSD$ -# PORTNAME= Ubic PORTVERSION= 1.44 @@ -88,6 +84,7 @@ MAN3= Ubic.3 \ Ubic::UA.3 \ Ubic::Watchdog.3 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/p5-Unix-ConfigFile/Makefile b/sysutils/p5-Unix-ConfigFile/Makefile index f67f48cd91be..1f6c7bb10fb3 100644 --- a/sysutils/p5-Unix-ConfigFile/Makefile +++ b/sysutils/p5-Unix-ConfigFile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Unix-ConfigFile -# Date created: Wed Jan 3 09:43:27 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Unix-ConfigFile PORTVERSION= 0.06 @@ -21,4 +17,5 @@ MAN3= Unix::GroupFile.3 Unix::AliasFile.3 \ Unix::ConfigFile.3 \ Unix::PasswdFile.3 Unix::AutomountFile.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Unix-Lsof/Makefile b/sysutils/p5-Unix-Lsof/Makefile index a05e480887d4..70d2c28be269 100644 --- a/sysutils/p5-Unix-Lsof/Makefile +++ b/sysutils/p5-Unix-Lsof/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Unix-Lsof -# Date created: Feb 3 2009 -# Whom: George Cox <gjvc@gjvc.com> -# +# Created by: George Cox <gjvc@gjvc.com> # $FreeBSD$ -# PORTNAME= Unix-Lsof PORTVERSION= 0.0.5 @@ -23,4 +19,5 @@ USES= perl5 USE_PERL5= configure MAN3= Unix::Lsof.3 Unix::Lsof::Result.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Unix-Mknod/Makefile b/sysutils/p5-Unix-Mknod/Makefile index 09153413eb7d..9754e7e250f2 100644 --- a/sysutils/p5-Unix-Mknod/Makefile +++ b/sysutils/p5-Unix-Mknod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unix-Mknod -# Date created: Wed Jun 15 12:44:11 CDT 2005 -# Whom: Jim Pirzyk pirzyk@freebsd.org -# +# Created by: Jim Pirzyk pirzyk@FreeBSD.org # $FreeBSD$ -# PORTNAME= Unix-Mknod PORTVERSION= 0.04 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Unix::Mknod.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Unix-Processors/Makefile b/sysutils/p5-Unix-Processors/Makefile index 43f563621dbb..224835fa8e20 100644 --- a/sysutils/p5-Unix-Processors/Makefile +++ b/sysutils/p5-Unix-Processors/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Unix-Processors -# Date created: 13 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Unix-Processors PORTVERSION= 2.042 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Unix::Processors.3 Unix::Processors::Info.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Unix-Syslog/Makefile b/sysutils/p5-Unix-Syslog/Makefile index d9af0724edda..d60a18fff7b7 100644 --- a/sysutils/p5-Unix-Syslog/Makefile +++ b/sysutils/p5-Unix-Syslog/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Unix::Syslog.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-User/Makefile b/sysutils/p5-User/Makefile index fc0911496f14..365b9ec1da1f 100644 --- a/sysutils/p5-User/Makefile +++ b/sysutils/p5-User/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= User.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-ZConf-Cron/Makefile b/sysutils/p5-ZConf-Cron/Makefile index b9648c9b6b01..b2bf32837ecb 100644 --- a/sysutils/p5-ZConf-Cron/Makefile +++ b/sysutils/p5-ZConf-Cron/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ZConf-Cron -# Date created: 2009-09-27 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= ZConf-Cron PORTVERSION= 1.1.1 @@ -32,4 +28,5 @@ USE_PERL5= configure MAN3= ZConf::Cron.3 \ ZConf::Cron::GUI.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-arclog/Makefile b/sysutils/p5-arclog/Makefile index 0f1211ed544f..16d02503a617 100644 --- a/sysutils/p5-arclog/Makefile +++ b/sysutils/p5-arclog/Makefile @@ -26,4 +26,5 @@ PLIST_FILES= bin/arclog \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-reslog/Makefile b/sysutils/p5-reslog/Makefile index 9062e321e4b1..cd9e242cd34e 100644 --- a/sysutils/p5-reslog/Makefile +++ b/sysutils/p5-reslog/Makefile @@ -25,4 +25,5 @@ PLIST_FILES= bin/reslog \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/reslog/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/reslog +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index fcfeb27fad06..ffe9fd498990 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -44,6 +44,7 @@ OPTIONS_DEFAULT=CURL GPGME EXAMPLES NLS CURL_DESC= Use libcurl fetcher instead of external curl/wget GPGME_DESC= Use GPGME for PGP signature verification +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCURL} diff --git a/sysutils/paicc/Makefile b/sysutils/paicc/Makefile index a1ef3b4b385f..0233ac512ff6 100644 --- a/sysutils/paicc/Makefile +++ b/sysutils/paicc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: paicc -# Date created: 28 Apr 2001 -# Whom: peter -# +# Created by: peter # $FreeBSD$ -# PORTNAME= paicc PORTVERSION= 1.4 @@ -17,4 +13,5 @@ COMMENT= Paint Changed Characters MAKE_ENV= BIN=${PREFIX}/bin MAN=${PREFIX}/man DATA=${PREFIX}/libdata MAN1= paicc.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/pam_mount/Makefile b/sysutils/pam_mount/Makefile index 7067a077df8b..5f06e8c59399 100644 --- a/sysutils/pam_mount/Makefile +++ b/sysutils/pam_mount/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS+=--localstatedir=/var \ --without-cryptsetup \ --with-ssbindir=${PREFIX}/sbin +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/pam_mount.c ${REINPLACE_CMD} -e '/dist_security_DATA/s|\.xml$$|.xml.sample|' \ diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile index 339c09e0ee63..2ac3218fa22c 100644 --- a/sysutils/parallel/Makefile +++ b/sysutils/parallel/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/parallel bin/sem bin/sql bin/niceload PORTDOCS= parallel.html parallel_tutorial.html sem.html sql.html niceload.html \ parallel.texi parallel_tutorial.texi sem.texi sql.texi niceload.texi +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index 9a2d6df2a5cb..436cfe02d881 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= GIT XCLIP GIT_DESC= Enable git storage XCLIP_DESC= Enable xclip feature +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGIT} diff --git a/sysutils/pax-utils/Makefile b/sysutils/pax-utils/Makefile index 04ede00d2de4..ada1eec7b2cb 100644 --- a/sysutils/pax-utils/Makefile +++ b/sysutils/pax-utils/Makefile @@ -25,6 +25,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= BUGS README TODO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} < 800076 diff --git a/sysutils/pbimaker/Makefile b/sysutils/pbimaker/Makefile index 18db3af2b39a..8d5879cff5e5 100644 --- a/sysutils/pbimaker/Makefile +++ b/sysutils/pbimaker/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pbimaker -# Date created: June 23, 2011 -# Whom: Jesse -# +# Created by: Jesse # $FreeBSD$ -# PORTNAME= pbimaker PORTVERSION= 1.3 @@ -19,4 +15,5 @@ NO_COFIGURE= yes WRKSRC= ${WRKDIR}/PBIMaker +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/pbreg/Makefile b/sysutils/pbreg/Makefile index 558f4243ef1e..71e7e2e80abf 100644 --- a/sysutils/pbreg/Makefile +++ b/sysutils/pbreg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pbreg -# Date created: Mar 29, 2010 -# Whom: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ -# PORTNAME= pbreg PORTVERSION= 1.0 @@ -25,6 +21,7 @@ QMAKE_PRO= PBReg.pro PLIST_FILES= bin/pbreg +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/${QMAKE_PRO} diff --git a/sysutils/pc-sysinstall/Makefile b/sysutils/pc-sysinstall/Makefile index 50fbf9f0fc77..051af5fa3c43 100644 --- a/sysutils/pc-sysinstall/Makefile +++ b/sysutils/pc-sysinstall/Makefile @@ -22,6 +22,7 @@ ONLY_FOR_ARCH= i386 amd64 FSVN_REV= 243808 PSVN_REV= 21630 +NO_STAGE= yes post-patch: ${RM} -f ${WRKSRC}/Makefile.inc @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ diff --git a/sysutils/pcfclock/Makefile b/sysutils/pcfclock/Makefile index 1862a3c2cc5e..7021c4b584ff 100644 --- a/sysutils/pcfclock/Makefile +++ b/sysutils/pcfclock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pcfclock -# Date created: 23 November 2004 -# Whom: Frank W. Josellis <frank@dynamical-systems.org> -# +# Created by: Frank W. Josellis <frank@dynamical-systems.org> # $FreeBSD$ -# PORTNAME= pcfclock PORTVERSION= 0.44 @@ -22,6 +18,7 @@ CONFIGURE_ARGS= --without-linux MAN8= pcfdate.8 PLIST_FILES= sbin/pcfdate +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 795e0ebde158..d70600a7163c 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -27,6 +27,7 @@ BINS= lspci setpci MAN8= lspci.8 setpci.8 PLIST_FILES= ${BINS:S/^/bin\//} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CC=/d; /^CFLAGS=/ s|=|+=|; /^IDSDIR=/ s|$$|/pciids|; /^OPT=/d; /^PREFIX=/d; s| lib/$$(PCILIB)||' ${WRKSRC}/Makefile diff --git a/sysutils/pcpustat/Makefile b/sysutils/pcpustat/Makefile index e4ea9517bff5..e59940320fb0 100644 --- a/sysutils/pcpustat/Makefile +++ b/sysutils/pcpustat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pcpustat -# Date created: 13 July 2010 -# Whom: sterling -# +# Created by: sterling # $FreeBSD$ -# PORTNAME= pcpustat PORTVERSION= 1.6 @@ -20,6 +16,7 @@ MAN1= pcpustat.1 USE_BZIP2= yes PLIST_FILES= bin/pcpustat +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1 diff --git a/sysutils/pdixtract/Makefile b/sysutils/pdixtract/Makefile index 87b9239e1119..7baad8c21803 100644 --- a/sysutils/pdixtract/Makefile +++ b/sysutils/pdixtract/Makefile @@ -19,6 +19,7 @@ USE_ZIP= yes PLIST_FILES= bin/pdixtract +NO_STAGE= yes do-build: cd ${WRKDIR}; ${CC} ${CFLAGS} pdixtract.c -o pdixtract diff --git a/sysutils/pdsh/Makefile b/sysutils/pdsh/Makefile index 61cde1743c85..2cc5e5b044d1 100644 --- a/sysutils/pdsh/Makefile +++ b/sysutils/pdsh/Makefile @@ -22,6 +22,7 @@ DSHGROUPS_DESC= DSH groups supprt NETGROUP_DESC= NIS Netgroup support RSH_DESC= RSH support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSH} diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile index 709c9727376c..3e1eabe7eec0 100644 --- a/sysutils/pdumpfs/Makefile +++ b/sysutils/pdumpfs/Makefile @@ -24,6 +24,7 @@ MAN8= pdumpfs.8 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/pear-Cache/Makefile b/sysutils/pear-Cache/Makefile index f3bbbc2ecde7..cf1a3a26db48 100644 --- a/sysutils/pear-Cache/Makefile +++ b/sysutils/pear-Cache/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request 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/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile index 139ad10e54cc..3f8d58ba9e84 100644 --- a/sysutils/pear-Cache_Lite/Makefile +++ b/sysutils/pear-Cache_Lite/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Cache_Lite -# Date created: 26 November 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Cache_Lite PORTVERSION= 1.7.15 @@ -18,6 +14,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/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 439533a7a538..5cf3bf079150 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File -# Date created: 24 October 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= File PORTVERSION= 1.4.1 @@ -19,6 +15,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= pcre 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/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index a99defb5bb52..c5a90adf62a7 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/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/sysutils/pear-File_Fstab/Makefile b/sysutils/pear-File_Fstab/Makefile index fcd3465472f0..dcf432f321fd 100644 --- a/sysutils/pear-File_Fstab/Makefile +++ b/sysutils/pear-File_Fstab/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear PEAR_AUTOINSTALL= yes +NO_STAGE= yes post-extract: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/File/${file} diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile index f29e44518ef9..9b3f50d09cf8 100644 --- a/sysutils/pear-File_Gettext/Makefile +++ b/sysutils/pear-File_Gettext/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File_Gettext -# Date created: 01 December 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= File_Gettext PORTVERSION= 0.4.2 @@ -19,6 +15,7 @@ USE_PHP= yes 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/sysutils/pear-Horde_Log/Makefile b/sysutils/pear-Horde_Log/Makefile index ac5050b2eac3..c1aee4ec67f9 100644 --- a/sysutils/pear-Horde_Log/Makefile +++ b/sysutils/pear-Horde_Log/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: pear-Horde_Log -# Date created: 6 July 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ PORTNAME= Horde_Log @@ -18,6 +15,7 @@ SCRIBE_DESC= Enable scribe support USE_HORDE_RUN= Horde_Constraint \ Horde_Exception +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MSCRIBE} diff --git a/sysutils/pear-Horde_Vfs/Makefile b/sysutils/pear-Horde_Vfs/Makefile index 1e5df6f55b65..8f716d09e4cd 100644 --- a/sysutils/pear-Horde_Vfs/Makefile +++ b/sysutils/pear-Horde_Vfs/Makefile @@ -15,6 +15,7 @@ USE_HORDE_RUN= Horde_Exception \ OPTIONS_DEFINE= FTP FTP_DESC= Depend on FTP PHP extension +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MFTP} diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile index 61957f8a0587..09cc3a1d50b7 100644 --- a/sysutils/pear-I18Nv2/Makefile +++ b/sysutils/pear-I18Nv2/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= iconv 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/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index a408a6cecfc1..858f9289eaab 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -21,6 +21,7 @@ PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_MAIL_DESC= PEAR::Mail support PHP_SQLITE_DESC= PHP sqlite support (php5 only) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_DB} diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile index ea88a77aa61b..13141b9dd99c 100644 --- a/sysutils/pear-Translation2/Makefile +++ b/sysutils/pear-Translation2/Makefile @@ -27,6 +27,7 @@ PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support PEAR_I18NV2_DESC= PEAR::I18Nv2 support PEAR_XML_SERIALIZER_DESC= PEAR::XML_Serializer support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_CACHE_LITE} diff --git a/sysutils/pecl-fileinfo/Makefile b/sysutils/pecl-fileinfo/Makefile index 240a94d3438f..b2016e30475b 100644 --- a/sysutils/pecl-fileinfo/Makefile +++ b/sysutils/pecl-fileinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-fileinfo -# Date created: 21 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fileinfo PORTVERSION= 1.0.4 @@ -24,4 +20,5 @@ IGNORE_WITH_PHP=5 53 CONFIGURE_ARGS= --with-fileinfo=/usr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/pecl-mogilefs/Makefile b/sysutils/pecl-mogilefs/Makefile index 541b59893642..ca812342d1e5 100644 --- a/sysutils/pecl-mogilefs/Makefile +++ b/sysutils/pecl-mogilefs/Makefile @@ -1,6 +1,5 @@ # Created by: Wen Heping<wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mogilefs PORTVERSION= 0.9.2 @@ -21,6 +20,7 @@ USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4 diff --git a/sysutils/pecl-proctitle/Makefile b/sysutils/pecl-proctitle/Makefile index 538ac2db26fa..4df1d1efe164 100644 --- a/sysutils/pecl-proctitle/Makefile +++ b/sysutils/pecl-proctitle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-proctitle -# Date created: 2010-01-20 -# Whom: Florian Smeets <flo@smeets.im> -# +# Created by: Florian Smeets <flo@smeets.im> # $FreeBSD$ -# PORTNAME= proctitle PORTVERSION= 0.1.2 @@ -19,4 +15,5 @@ COMMENT= A PECL extension that allows changing the current process' name USE_PHP= yes USE_PHPEXT= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index 17759e98113b..e1c07cf86f61 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -25,6 +25,7 @@ MAN8= pam_pefs.8 pefs.8 ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile index 2338d6119b0e..a8814ab8166e 100644 --- a/sysutils/penv/Makefile +++ b/sysutils/penv/Makefile @@ -32,6 +32,7 @@ DOCS= html txt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/personality/Makefile b/sysutils/personality/Makefile index 9e9528b03baf..fe55b9f60370 100644 --- a/sysutils/personality/Makefile +++ b/sysutils/personality/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: personality -# Date created: 25 Mar 2001 -# Whom: Andreas Klemm <andreas@FreeBSD.org> -# +# Created by: Andreas Klemm <andreas@FreeBSD.org> # $FreeBSD$ -# PORTNAME= personality PORTVERSION= 1.0 @@ -16,6 +12,7 @@ COMMENT= System configuration management utility to alter system personality WRKSRC= ${WRKDIR}/src NO_BUILD= YES +NO_STAGE= yes do-extract: @ ${RM} -rf ${WRKDIR} @ ${MKDIR} ${WRKDIR} diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile index fd8fef34f402..c1050178b139 100644 --- a/sysutils/pessulus/Makefile +++ b/sysutils/pessulus/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: pessulus -# Date created: 14 March 2006 -# Whom: FreeBSD GNOME Team -# +# Created by: FreeBSD GNOME Team # $FreeBSD$ # $MCom: ports/sysutils/pessulus/Makefile,v 1.30 2010/11/17 11:53:24 kwm Exp $ -# PORTNAME= pessulus PORTVERSION= 2.30.4 @@ -30,6 +26,7 @@ DOCS= AUTHORS COPYING ChangeLog HACKING \ MAINTAINERS NEWS README TODO .ifndef (NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} .for i in ${DOCS} diff --git a/sysutils/pflogx/Makefile b/sysutils/pflogx/Makefile index 81e2eecfc494..fa24401ebbda 100644 --- a/sysutils/pflogx/Makefile +++ b/sysutils/pflogx/Makefile @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= EXPAT DOCS EXPAT_DESC= Ability to merge new events (require expat) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXPAT} diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index c795425622d1..b626b5dda50d 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -24,6 +24,7 @@ MANCOMPRESSED= no PLIST_FILES= bin/pfstat \ bin/pfstatd +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 700048 diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 4ef48f4f6a38..117073fce6c5 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -14,6 +14,7 @@ MAN8= pftop.8 MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900039 diff --git a/sysutils/phantom/Makefile b/sysutils/phantom/Makefile index 4c9e83b535fe..3c576c0b836c 100644 --- a/sysutils/phantom/Makefile +++ b/sysutils/phantom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phantom -# Date created: 22 January 2006 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= phantom PORTVERSION= 1.2 @@ -18,4 +14,5 @@ ALL_TARGET= all PLIST_FILES= bin/phantom +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/philesight/Makefile b/sysutils/philesight/Makefile index 074391ac79d4..0f0fc5a327c4 100644 --- a/sysutils/philesight/Makefile +++ b/sysutils/philesight/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: philesight -# Date created: 2009-02-11 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= philesight PORTVERSION= 20090105 @@ -30,6 +26,7 @@ PLIST_FILES= bin/${PORTNAME} ${RUBY_SITELIBDIR:C,^${PREFIX}/?,,}/${PORTNAME}.rb PORTEXAMPLES= ${PORTNAME}.cgi .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.9 diff --git a/sysutils/php5-fileinfo/Makefile b/sysutils/php5-fileinfo/Makefile index 88a720220b56..80c25b10d2dc 100644 --- a/sysutils/php5-fileinfo/Makefile +++ b/sysutils/php5-fileinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-fileinfo -# Date created: 7 Sep 2010 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= sysutils @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -fileinfo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php5-posix/Makefile b/sysutils/php5-posix/Makefile index 85802977d06c..d54b401d10ef 100644 --- a/sysutils/php5-posix/Makefile +++ b/sysutils/php5-posix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-posix -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= sysutils @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -posix +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php52-posix/Makefile b/sysutils/php52-posix/Makefile index 107f4d5d3b0c..7ca6d5b7ef97 100644 --- a/sysutils/php52-posix/Makefile +++ b/sysutils/php52-posix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-posix -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= sysutils @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -posix +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php53-fileinfo/Makefile b/sysutils/php53-fileinfo/Makefile index 1196563c5153..52b7da4a85d7 100644 --- a/sysutils/php53-fileinfo/Makefile +++ b/sysutils/php53-fileinfo/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-fileinfo -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= sysutils @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -fileinfo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php53-posix/Makefile b/sysutils/php53-posix/Makefile index 5c4c83eb95d8..e896c2c36a86 100644 --- a/sysutils/php53-posix/Makefile +++ b/sysutils/php53-posix/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-posix -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= sysutils @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -posix +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php55-fileinfo/Makefile b/sysutils/php55-fileinfo/Makefile index ef2883c4ba1b..f48419cb444f 100644 --- a/sysutils/php55-fileinfo/Makefile +++ b/sysutils/php55-fileinfo/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -fileinfo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/php55-posix/Makefile b/sysutils/php55-posix/Makefile index e2e68caa9241..9567bb52052d 100644 --- a/sysutils/php55-posix/Makefile +++ b/sysutils/php55-posix/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -posix +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/pidof/Makefile b/sysutils/pidof/Makefile index e1d7d4fbcf47..d7c4fbfff37a 100644 --- a/sysutils/pidof/Makefile +++ b/sysutils/pidof/Makefile @@ -15,6 +15,7 @@ CONFLICTS= psmisc-1* PLIST_FILES= bin/pidof +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's/NOMAN/NO_MAN/g' ${WRKSRC}/Makefile diff --git a/sysutils/pipemeter/Makefile b/sysutils/pipemeter/Makefile index 4dc48c72a36d..b96102bcc20b 100644 --- a/sysutils/pipemeter/Makefile +++ b/sysutils/pipemeter/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= pipemeter.1 PLIST_FILES= bin/pipemeter +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${MANPREFIX}/man/man1 diff --git a/sysutils/plasma-applet-apcups/Makefile b/sysutils/plasma-applet-apcups/Makefile index 1e7cbcb6a59b..4b8f2819c387 100644 --- a/sysutils/plasma-applet-apcups/Makefile +++ b/sysutils/plasma-applet-apcups/Makefile @@ -16,4 +16,5 @@ USES= cmake USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/plconfig/Makefile b/sysutils/plconfig/Makefile index c93c8010f46d..26017357b828 100644 --- a/sysutils/plconfig/Makefile +++ b/sysutils/plconfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: plconfig -# Date created: Mon Jan 27 12:34:34 PST 2003 -# Whom: Matt Peterson <matt@peterson.org> -# +# Created by: Matt Peterson <matt@peterson.org> # $FreeBSD$ -# PORTNAME= plconfig PORTVERSION= 0.2 @@ -18,6 +14,7 @@ COMMENT= Tool for configuring HomePlug powerline bridges ALL_TARGET= plconfig +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile index 026398c9b579..d5fe1c346bc2 100644 --- a/sysutils/pmap/Makefile +++ b/sysutils/pmap/Makefile @@ -24,6 +24,7 @@ MAKE_ENV+= KMODDIR=${KMODDIR} MAN8= pmap.8 MANCOMPRESSED= maybe +NO_STAGE= yes .include <bsd.port.pre.mk> pre-fetch: diff --git a/sysutils/pmt/Makefile b/sysutils/pmt/Makefile index d419d436c8f5..c3d6f0ddd43b 100644 --- a/sysutils/pmt/Makefile +++ b/sysutils/pmt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pmt -# Date created: 2010-01-05 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pmt PORTVERSION= 0.2 @@ -19,6 +15,7 @@ USE_GMAKE= yes PLIST_FILES= bin/pmt +NO_STAGE= yes do-install: @${CP} ${WRKSRC}/pmt ${PREFIX}/bin diff --git a/sysutils/policykit-gnome/Makefile b/sysutils/policykit-gnome/Makefile index 95a450d0850d..3ec6213675c1 100644 --- a/sysutils/policykit-gnome/Makefile +++ b/sysutils/policykit-gnome/Makefile @@ -27,4 +27,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= polkit-gnome.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/policykit-qt/Makefile b/sysutils/policykit-qt/Makefile index 2fd8817a832e..39744c5c9f67 100644 --- a/sysutils/policykit-qt/Makefile +++ b/sysutils/policykit-qt/Makefile @@ -23,6 +23,7 @@ USES= cmake gettext PORTSCOUT= limit:^0 +NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index ab2195d3f637..1f40492e31e0 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -36,6 +36,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 0acd556a9700..c0c5784efbb8 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -23,4 +23,5 @@ CONFIGURE_ARGS= --disable-gtk-doc \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/polkit-kde/Makefile b/sysutils/polkit-kde/Makefile index 67a333c01c89..3243ddb84d2e 100644 --- a/sysutils/polkit-kde/Makefile +++ b/sysutils/polkit-kde/Makefile @@ -20,6 +20,7 @@ USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USES= cmake +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/polkit-qt/Makefile b/sysutils/polkit-qt/Makefile index 42a871f9ba2b..fac0c5900c2e 100644 --- a/sysutils/polkit-qt/Makefile +++ b/sysutils/polkit-qt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: PolKit-qt -# Date created: 2009-12-25 -# Whom: Dima Panov <fluffy@Fluffy.Khv.RU> -# +# Created by: Dima Panov <fluffy@Fluffy.Khv.RU> # $FreeBSD$ -# PORTNAME= polkit-qt PORTVERSION= 0.103.0 @@ -32,6 +28,7 @@ USES= cmake gettext # requiring us to explicitly set LDFLAGS. LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 4bf772ec23c3..021f6e8fbf4a 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -36,6 +36,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= MANPAGES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/sysutils/powerman/Makefile b/sysutils/powerman/Makefile index 81c5053f989c..773cc79568b5 100644 --- a/sysutils/powerman/Makefile +++ b/sysutils/powerman/Makefile @@ -31,6 +31,7 @@ MAN8= httppower.8 plmpower.8 powermand.8 vpcd.8 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^install-data-am/s|:.*|:|' ${WRKSRC}/scripts/Makefile.in diff --git a/sysutils/pp/Makefile b/sysutils/pp/Makefile index 67eab5e426e8..23e7fd0e815d 100644 --- a/sysutils/pp/Makefile +++ b/sysutils/pp/Makefile @@ -17,4 +17,5 @@ USE_BZIP2= yes PLIST_FILES= bin/pp +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/pprotectd/Makefile b/sysutils/pprotectd/Makefile index 2ce167262a17..8d8aac14afce 100644 --- a/sysutils/pprotectd/Makefile +++ b/sysutils/pprotectd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pprotectd -# Date created: 15 July 2010 -# Whom: Andrey Zonov <andrey@zonov.org> -# +# Created by: Andrey Zonov <andrey@zonov.org> # $FreeBSD$ -# PORTNAME= pprotectd PORTVERSION= 0.1 @@ -18,6 +14,7 @@ USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/${PORTNAME} MAN8= ${PORTNAME}.8 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8 diff --git a/sysutils/prelink/Makefile b/sysutils/prelink/Makefile index 25fc83ab4e82..92111a3fe6f5 100644 --- a/sysutils/prelink/Makefile +++ b/sysutils/prelink/Makefile @@ -1,4 +1,4 @@ -# Created by: Damjan Jovanovic <damjan.jov@gmail.com> +# Created by: Damjan Jovanovic <damjan.jov@gmail.com> # $FreeBSD$ PORTNAME= prelink @@ -27,4 +27,5 @@ PLIST_FILES= bin/execstack \ MAN8= execstack.8 prelink.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/prips/Makefile b/sysutils/prips/Makefile index 970ae655e1c6..0b0d9a6dbf7d 100644 --- a/sysutils/prips/Makefile +++ b/sysutils/prips/Makefile @@ -21,6 +21,7 @@ MAKE_ENV+= CFLAGS_WARN="-Wall -W" OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile index c06f49d97ea4..f89b1ce5dd8d 100644 --- a/sysutils/procenv/Makefile +++ b/sysutils/procenv/Makefile @@ -22,6 +22,7 @@ FETCH_ARGS= -Fpr MAN1= procenv.1 PLIST_FILES= bin/procenv +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800505 diff --git a/sysutils/procmap/Makefile b/sysutils/procmap/Makefile index 65ccc65c4891..c174e980e7ff 100644 --- a/sysutils/procmap/Makefile +++ b/sysutils/procmap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: procmap -# Date created: 22 March 2000 -# Whom: Jason Evans <jasone@freebsd.org> -# +# Created by: Jason Evans <jasone@FreeBSD.org> # $FreeBSD$ -# PORTNAME= procmap PORTVERSION= 1.0 @@ -24,6 +20,7 @@ MANCOMPRESSED= yes procmap_files := procmap.c procmap.8 +NO_STAGE= yes post-extract: cd ${FILESDIR} ; \ ${CP} -p ${procmap_files} ${WRKSRC} diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index f5808bf1e55e..8b9e66074209 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -18,6 +18,7 @@ CFLAGS+= -Dgetopt_long_only=getopt_long EXTRA_PATCHES= ${FILESDIR}/extrapatch-progsreiserfs::libmisc::Makefile.in +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index 9baf0137572c..de5faa24887d 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: psgconf -# Date created: 17 Feb 2004 -# Whom: Jim Pirzyk <pirzyk@freebsd.org> -# +# Created by: Jim Pirzyk <pirzyk@FreeBSD.org> # $FreeBSD$ -# PORTNAME= psgconf PORTVERSION= 3.3 @@ -186,6 +182,7 @@ MAN3= PSGConf.3 \ PKGINSTALL= ${WRKSRC}/postinstall PKGDEINSTALL= ${WRKSRC}/postinstall +NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile index aeff7fdb232e..d064070a4b4f 100644 --- a/sysutils/pslist/Makefile +++ b/sysutils/pslist/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pslist -# Date created: 27 October 2000 -# Whom: roam@orbitel.bg -# +# Created by: roam@orbitel.bg # $FreeBSD$ -# PORTNAME= pslist PORTVERSION= 1.3 @@ -22,4 +18,5 @@ PLIST_FILES= bin/pslist \ bin/rkill \ bin/rrenice +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index 6034cb30568c..8c5162d08f23 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> MAN1= killall.1 pstree.1 diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile index ec7b77d71820..6dec2eae9f12 100644 --- a/sysutils/pstack/Makefile +++ b/sysutils/pstack/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: pstack -# Date created: 1 May 2002 -# Whom: Peter Edwards <pmedwards@eircom.net> -# +# Created by: Peter Edwards <pmedwards@eircom.net> # $FreeBSD$ -# $Id: Makefile,v 1.2 2002/11/26 10:38:28 pmedwards Exp $ -# PORTNAME= pstack PORTVERSION= 1.2 @@ -21,6 +16,7 @@ MANCOMPRESSED= yes MAN1= pstack.1 PLIST_FILES= bin/pstack +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/DT_COUNT/DT_BIND_NOW/' ${WRKSRC}/elf.c diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 679d86b589ce..5b888ec4c82d 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -16,6 +16,7 @@ CONFLICTS= psmisc-[0-9]* PLIST_FILES= bin/pstree +NO_STAGE= yes do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c diff --git a/sysutils/ptools/Makefile b/sysutils/ptools/Makefile index 952755effe23..2b32574f5ab5 100644 --- a/sysutils/ptools/Makefile +++ b/sysutils/ptools/Makefile @@ -18,4 +18,5 @@ PLIST_FILES= bin/pargs \ bin/pldd \ bin/ptree +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/puppet-lint/Makefile b/sysutils/puppet-lint/Makefile index 8fe3abf59397..c748692006f4 100644 --- a/sysutils/puppet-lint/Makefile +++ b/sysutils/puppet-lint/Makefile @@ -14,4 +14,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/puppet-lint +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 1e15f3a6fc6d..b15f66fa40ae 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -1,4 +1,4 @@ -# Created by: Tomoyuki Sakurai <cherry@trombik.mine.nu> +# Created by: Tomoyuki Sakurai <cherry@trombik.mine.nu> # $FreeBSD$ PORTNAME= puppet @@ -49,6 +49,7 @@ PACKAGE_ORIGIN_DESC= Use port origin as package name PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE PATCHES_DESC= Optional exclusive patches +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMONGREL} diff --git a/sysutils/puppet26/Makefile b/sysutils/puppet26/Makefile index 136ac3f7219c..07f4fbad5b0d 100644 --- a/sysutils/puppet26/Makefile +++ b/sysutils/puppet26/Makefile @@ -1,4 +1,4 @@ -# Created by: Tomoyuki Sakurai <cherry@trombik.mine.nu> +# Created by: Tomoyuki Sakurai <cherry@trombik.mine.nu> # $FreeBSD$ PORTNAME= puppet @@ -45,6 +45,7 @@ OPTIONS_DEFAULT= PACKAGE_ORIGIN MONGREL_DESC= Run puppet server as a mongrel service PACKAGE_ORIGIN_DESC= Use port origin as package name +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MMONGREL} diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile index 08a8a21a0f29..7d0eb324f9f3 100644 --- a/sysutils/puppet27/Makefile +++ b/sysutils/puppet27/Makefile @@ -1,4 +1,4 @@ -# Created by: Tomoyuki Sakurai <cherry@trombik.mine.nu> +# Created by: Tomoyuki Sakurai <cherry@trombik.mine.nu> # $FreeBSD$ PORTNAME= puppet @@ -51,6 +51,7 @@ PACKAGE_ORIGIN_DESC= Use port origin as package name PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE PATCHES_DESC= Optional exclusive patches +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMONGREL} diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 2eb0abe903da..968020a9c7e5 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -26,6 +26,7 @@ PORTDOCS= README INSTALL NEWS PACKAGE \ OPTIONS_DEFINE= NLS LFS OPTIONS_DEFAULT= LFS +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MLFS} diff --git a/sysutils/pwd_unmkdb/Makefile b/sysutils/pwd_unmkdb/Makefile index 152b490bda04..f63b9ef14d01 100644 --- a/sysutils/pwd_unmkdb/Makefile +++ b/sysutils/pwd_unmkdb/Makefile @@ -13,6 +13,7 @@ COMMENT= Recover a master.passwd from the hashed database MAN8= pwd_unmkdb.8 PLIST_FILES= sbin/pwd_unmkdb +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pwd_unmkdb ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/pwd_unmkdb.8 ${MAN8PREFIX}/man/man8 diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index aaadfeb42ebe..8fe7ca37510d 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pwgen2 -# Date created: 27 Aug 2005 -# Whom: Andrew Khlebutin <andrey@hm.perm.ru> -# +# Created by: Andrew Khlebutin <andrey@hm.perm.ru> # $FreeBSD$ -# PORTNAME= pwgen PORTVERSION= 2.06 @@ -21,4 +17,5 @@ USE_PERL5= build MAN1= pwgen.1 PLIST_FILES= bin/pwgen +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile index 5dbd6cc8cc51..c0fe4ddec692 100644 --- a/sysutils/pwsafe/Makefile +++ b/sysutils/pwsafe/Makefile @@ -19,6 +19,7 @@ USE_GMAKE= yes MAN1= pwsafe.1 PLIST_FILES= bin/pwsafe +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/sysutils/py-XenAPI/Makefile b/sysutils/py-XenAPI/Makefile index 4a40b46ad8c9..b6c6b72343da 100644 --- a/sysutils/py-XenAPI/Makefile +++ b/sysutils/py-XenAPI/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-XenAPI -# Date created: 13 April 2012 -# Whom: Evan Sarmiento <bsdports@wayfair.com> -# +# Created by: Evan Sarmiento <bsdports@wayfair.com> # $FreeBSD$ -# PORTNAME= XenAPI PORTVERSION= 1.0 @@ -23,6 +19,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/XenAPI.py \ %%PYTHON_SITELIBDIR%%/XenAPI.pyc \ %%PYTHON_SITELIBDIR%%/XenAPI.pyo +NO_STAGE= yes post-patch: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} diff --git a/sysutils/py-analyzemft/Makefile b/sysutils/py-analyzemft/Makefile index 49e897a9a7d1..62448b6b83cc 100644 --- a/sysutils/py-analyzemft/Makefile +++ b/sysutils/py-analyzemft/Makefile @@ -25,6 +25,7 @@ PORTDOCS= README.txt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/py-bcfg2/Makefile b/sysutils/py-bcfg2/Makefile index f0ee7a459fc8..b6102f569d1c 100644 --- a/sysutils/py-bcfg2/Makefile +++ b/sysutils/py-bcfg2/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFINE= CHEETAH GENSHI CHEETAH_DESC= Support Cheetah Templates GENSHI_DESC= Support Genshi Templates +NO_STAGE= yes .include <bsd.port.options.mk> USE_PYTHON= yes diff --git a/sysutils/py-danzfs/Makefile b/sysutils/py-danzfs/Makefile index 91e7c1b3e6e0..9dee94c81d24 100644 --- a/sysutils/py-danzfs/Makefile +++ b/sysutils/py-danzfs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: danzfs -# Date created: 26 May 2012 -# Whom: Daniel Knaggs <knaggsy2000@gmail.com> -# +# Created by: Daniel Knaggs <knaggsy2000@gmail.com> # $FreeBSD$ -# PORTNAME= danzfs PORTVERSION= 0.2.0 @@ -24,6 +20,7 @@ WRKSRC= ${WRKDIR}/danzfs EXAMPLESDIR= ${PREFIX}/share/examples/danzfs +NO_STAGE= yes post-install: @${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) diff --git a/sysutils/py-drmaa/Makefile b/sysutils/py-drmaa/Makefile index ada2e8f1d3c1..97972cfc2d08 100644 --- a/sysutils/py-drmaa/Makefile +++ b/sysutils/py-drmaa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-drmaa -# Date created: 2011-02-16 -# Whom: Mykola Dzham <i@levsha.me> -# +# Created by: Mykola Dzham <i@levsha.me> # $FreeBSD$ -# PORTNAME= drmaa PORTVERSION= 0.4b3 @@ -20,4 +16,5 @@ PROJECTHOST= drmaa-python USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/py-ezjailremote/Makefile b/sysutils/py-ezjailremote/Makefile index 858aa79832b2..da78e471a0b1 100644 --- a/sysutils/py-ezjailremote/Makefile +++ b/sysutils/py-ezjailremote/Makefile @@ -20,4 +20,5 @@ GH_COMMIT= 9ee5f8b USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/py-filelike/Makefile b/sysutils/py-filelike/Makefile index 6a249107c485..ab7fae92090b 100644 --- a/sysutils/py-filelike/Makefile +++ b/sysutils/py-filelike/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-filelike -# Date created: 2009-08-19 -# Whom: Dikshie -# +# Created by: Dikshie # $FreeBSD$ PORTNAME= filelike @@ -15,4 +12,5 @@ COMMENT= Python module for building and manipulating file-like object USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/py-glances/Makefile b/sysutils/py-glances/Makefile index 7adb72ceee06..386849532a25 100644 --- a/sysutils/py-glances/Makefile +++ b/sysutils/py-glances/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= NLS MAN1= glances.1 .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/py-iowait/Makefile b/sysutils/py-iowait/Makefile index 2d0002ba9b60..2326543f1408 100644 --- a/sysutils/py-iowait/Makefile +++ b/sysutils/py-iowait/Makefile @@ -13,6 +13,7 @@ COMMENT= Python module for I/O completion events USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 320 diff --git a/sysutils/py-nagiosplugin/Makefile b/sysutils/py-nagiosplugin/Makefile index b855093f7c7c..f08914ad9557 100644 --- a/sysutils/py-nagiosplugin/Makefile +++ b/sysutils/py-nagiosplugin/Makefile @@ -1,4 +1,3 @@ -# Created by: Brooks Davis <brooks@FreeBSD.org # $FreeBSD$ PORTNAME= nagiosplugin @@ -15,4 +14,5 @@ LICENSE= ZPL21 USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index fbecc0040c33..f64f64cb2815 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -16,6 +16,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP} diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile index 9a719c3db320..f4d78e78a897 100644 --- a/sysutils/py-pytsk/Makefile +++ b/sysutils/py-pytsk/Makefile @@ -22,6 +22,7 @@ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=pytsk3 PYDISTUTILS_PKGVERSION=0.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/socket\.h/ { h; s|socket|types|; G; }' ${WRKSRC}/misc.h ${REINPLACE_CMD} -e 's|/usr/local/include/tsk/|${LOCALBASE}/include/tsk/|' \ diff --git a/sysutils/py-ranger/Makefile b/sysutils/py-ranger/Makefile index 1f065112ad00..afaf243600f0 100644 --- a/sysutils/py-ranger/Makefile +++ b/sysutils/py-ranger/Makefile @@ -15,6 +15,7 @@ USE_PYDISTUTILS= yes MAN1= ranger.1 rifle.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|distutils.core|; s|share/man/man|man/man|' ${WRKSRC}/${PYSETUP} diff --git a/sysutils/py-salt-api/Makefile b/sysutils/py-salt-api/Makefile index fa8687f8cd24..cc2f31b43acc 100644 --- a/sysutils/py-salt-api/Makefile +++ b/sysutils/py-salt-api/Makefile @@ -24,6 +24,7 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py diff --git a/sysutils/py-salt-cloud/Makefile b/sysutils/py-salt-cloud/Makefile index de00e9df4151..d8c3113c71cf 100644 --- a/sysutils/py-salt-cloud/Makefile +++ b/sysutils/py-salt-cloud/Makefile @@ -27,6 +27,7 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>=0.13.0:${PORTSDIR}/sysutils/py-salt ${PYTHON_PKGNAMEPREFIX}botocore>=0:${PORTSDIR}/devel/py-botocore \ sshpass>=0:${PORTSDIR}/security/sshpass +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 88a7e6869b87..f3c503ef5594 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -43,6 +43,7 @@ MAN1= salt-call.1 \ MAN7= salt.7 +NO_STAGE= yes post-patch: .for file in conf/minion conf/master doc/man/salt-key.1 \ doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ diff --git a/sysutils/py-stdiff/Makefile b/sysutils/py-stdiff/Makefile index f26e1a2e1176..efbccc1275a4 100644 --- a/sysutils/py-stdiff/Makefile +++ b/sysutils/py-stdiff/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-stdiff -# Date created: 11 Dec 2010 -# Whom: Marcelo Araujo <araujo@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= stdiff PORTVERSION= 0.2.1 @@ -20,6 +15,7 @@ USE_PYDISTUTILS= yes PORTDOCS= * .endif +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index ec53acae1775..558c8921564a 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -19,6 +19,7 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install mock for running unit tests OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTESTS} diff --git a/sysutils/py-zdaemon/Makefile b/sysutils/py-zdaemon/Makefile index 8e6435981b12..8d809617aa91 100644 --- a/sysutils/py-zdaemon/Makefile +++ b/sysutils/py-zdaemon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zdaemon -# Date created: 22 Nov, 2008 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= zdaemon PORTVERSION= 2.0.7 @@ -21,4 +17,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:${PORTSDIR}/devel/py-zconfig USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/py-zfs/Makefile b/sysutils/py-zfs/Makefile index 35ec977dc2d0..1721d8acb128 100644 --- a/sysutils/py-zfs/Makefile +++ b/sysutils/py-zfs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyzfs -# Date created: 11 July 2010 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= zfs PORTVERSION= 1 @@ -56,6 +52,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-util.py \ PLIST_SUB+= V28="@comment " .endif +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${SRCDIR}/cddl/contrib/opensolaris/cmd/pyzfs/pyzfs.py \ diff --git a/sysutils/pydf/Makefile b/sysutils/pydf/Makefile index cc1329f809b9..bb1f37b9afd9 100644 --- a/sysutils/pydf/Makefile +++ b/sysutils/pydf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pydf -# Date created: 29 November 2007 -# Whom: Baptiste Grenier <gwarf@gwarf.org> -# +# Created by: Baptiste Grenier <gwarf@gwarf.org> # $FreeBSD$ -# PORTNAME= pydf PORTVERSION= 10 @@ -31,6 +27,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}| ; s|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/pydf diff --git a/sysutils/pyrenamer/Makefile b/sysutils/pyrenamer/Makefile index 15a99ce4c07d..d6cfafbe05b6 100644 --- a/sysutils/pyrenamer/Makefile +++ b/sysutils/pyrenamer/Makefile @@ -27,6 +27,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/eyeD3/__init__.py:${PORTSDIR}/audio/py-eyed3 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/hachoir_metadata/__init__.py:${PORTSDIR}/sysutils/hachoir-metadata .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index 7cf7a2a62d38..1491261130a1 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -17,6 +17,7 @@ MAN8= qjail.8 qjail-intro.8 qjail-howto.8 CONFLICTS_INSTALL= qjail-2.* +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|' diff --git a/sysutils/qjail2/Makefile b/sysutils/qjail2/Makefile index 49534b39a273..c6463bddd7bd 100644 --- a/sysutils/qjail2/Makefile +++ b/sysutils/qjail2/Makefile @@ -17,6 +17,7 @@ MAN8= qjail.8 qjail-intro.8 qjail.conf.8 qjail-howto.8 CONFLICTS_INSTALL= qjail-1.* qjail-3.* +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|' diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile index 3aad0a5248e1..f0a19a174d04 100644 --- a/sysutils/qlogtools/Makefile +++ b/sysutils/qlogtools/Makefile @@ -20,6 +20,7 @@ PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS +NO_STAGE= yes do-configure: ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin ${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man diff --git a/sysutils/qpxtool/Makefile b/sysutils/qpxtool/Makefile index 23b63c1915df..a1ff090ed7a8 100644 --- a/sysutils/qpxtool/Makefile +++ b/sysutils/qpxtool/Makefile @@ -24,6 +24,7 @@ MAN1= f1tattoo.1 cdvdcontrol.1 qscan.1 readdvd.1 qpxtool.1 qscand.1 MAN8= pxfw.8 MANCOMPRESSED= yes +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \ ${WRKSRC}/gui/Makefile diff --git a/sysutils/quicksynergy/Makefile b/sysutils/quicksynergy/Makefile index 76ae042898ba..bafe812e8274 100644 --- a/sysutils/quicksynergy/Makefile +++ b/sysutils/quicksynergy/Makefile @@ -22,4 +22,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/quicksynergy \ share/locale/pt_BR/LC_MESSAGES/quicksynergy.mo +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/qzeitgeist/Makefile b/sysutils/qzeitgeist/Makefile index cd5147002a82..770a2ac5df2f 100644 --- a/sysutils/qzeitgeist/Makefile +++ b/sysutils/qzeitgeist/Makefile @@ -31,6 +31,7 @@ USE_LDCONFIG= yes # To be kept in sync with sysutils/zeitgeist. ZEITGEIST_VERSION= 0.8.2 +NO_STAGE= yes post-extract: @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${_DISTDIR}/zeitgeist-${ZEITGEIST_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS}) diff --git a/sysutils/racktables/Makefile b/sysutils/racktables/Makefile index 8a5f94ff0211..657cb86bc5f4 100644 --- a/sysutils/racktables/Makefile +++ b/sysutils/racktables/Makefile @@ -29,6 +29,7 @@ PCRE_DESC= Regular Expression Support PCNTL_DESC= pcntl Support LANG_DESC= Additional Language Support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} diff --git a/sysutils/radeontool/Makefile b/sysutils/radeontool/Makefile index 02e9962f3aaf..e7cfd3e791e6 100644 --- a/sysutils/radeontool/Makefile +++ b/sysutils/radeontool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: radeontool -# Date created: 10 Dec 2005 -# Whom: takawata@jp.FreeBSD.org -# +# Created by: takawata@jp.FreeBSD.org # $FreeBSD$ -# PORTNAME= radeontool PORTVERSION= 1.5 @@ -13,4 +9,5 @@ MASTER_SITES= http://fdd.com/software/radeon/ MAINTAINER= takawata@jp.freebsd.org COMMENT= ATI Radeon video card controlling tool useful for laptops +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index 2aebe9c5d8f4..33406918b120 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -36,6 +36,7 @@ DOCS= COPYRIGHT README SPEC OPTIONS_DEFINE= IGNORE_TIMESTAMPS DOCS IGNORE_TIMESTAMPS_DESC= Add '-t' option to fsdiff +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIGNORE_TIMESTAMPS} diff --git a/sysutils/raincoat/Makefile b/sysutils/raincoat/Makefile index f20d2562e542..a776c2ae1534 100644 --- a/sysutils/raincoat/Makefile +++ b/sysutils/raincoat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: raincoat -# Date created: 24 July 2005 -# Whom: Ed Schouten <ed@fxq.nl> -# +# Created by: Ed Schouten <ed@fxq.nl> # $FreeBSD$ -# PORTNAME= raincoat PORTVERSION= 0.11 @@ -21,6 +17,7 @@ USE_BZIP2= yes PORTDOCS= README +NO_STAGE= yes post-patch: .for f in docs/README src/${PORTNAME}.c @${REINPLACE_CMD} -e 's|/etc/raincoat\.conf|${PREFIX}&|g' \ diff --git a/sysutils/rclean/Makefile b/sysutils/rclean/Makefile index 6930ffcf18cf..acc5fb3afedc 100644 --- a/sysutils/rclean/Makefile +++ b/sysutils/rclean/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rcorder -# Date created: Sat Apr 27 17:49:09 CET 2002 -# Whom: Lapo Luchini <lapo@lapo.it> -# +# Created by: Lapo Luchini <lapo@lapo.it> # $FreeBSD$ -# PORTNAME= rclean PORTVERSION= 1.14 @@ -16,6 +12,7 @@ COMMENT= Command-line rc.conf ordering and cleaning tool PLIST_FILES= bin/rclean USE_BZIP2= yes +NO_STAGE= yes do-build: @(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c) diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile index 33f5f3197b6d..7ab142b8fba7 100644 --- a/sysutils/rdate/Makefile +++ b/sysutils/rdate/Makefile @@ -1,7 +1,5 @@ # Created by: cracauer@cons.org "Martin Cracauer" -# # $FreeBSD$ -# PORTNAME= rdate PORTVERSION= 1.3 @@ -14,6 +12,7 @@ COMMENT= Sets the clock of the local host to the time of another host MAN8= rdate.8 PLIST_FILES= sbin/rdate +NO_STAGE= yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdate ${PREFIX}/sbin/. ${INSTALL_MAN} ${WRKSRC}/rdate.8 ${PREFIX}/man/man8/. diff --git a/sysutils/rdiff-backup-devel/Makefile b/sysutils/rdiff-backup-devel/Makefile index 4a00d3bf25e9..56fde884514c 100644 --- a/sysutils/rdiff-backup-devel/Makefile +++ b/sysutils/rdiff-backup-devel/Makefile @@ -30,6 +30,7 @@ PORTDOCS= CHANGELOG README COPYING FAQ.html OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 9acee9df0bf2..53a6d027662e 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -30,6 +30,7 @@ PORTDOCS= CHANGELOG README COPYING FAQ.html OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/rdiff-backup10/Makefile b/sysutils/rdiff-backup10/Makefile index dd846292ca4c..9e1021e60949 100644 --- a/sysutils/rdiff-backup10/Makefile +++ b/sysutils/rdiff-backup10/Makefile @@ -31,6 +31,7 @@ PORTDOCS= CHANGELOG README COPYING FAQ.html OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile index 7b4df2f4e3e9..93031c4dd71e 100644 --- a/sysutils/rdup/Makefile +++ b/sysutils/rdup/Makefile @@ -36,4 +36,5 @@ MAN1= rdup.1 \ MAN7= rdup-backups.7 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/readlink/Makefile b/sysutils/readlink/Makefile index a3e4be22b6c3..f90eba9e0e0f 100644 --- a/sysutils/readlink/Makefile +++ b/sysutils/readlink/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: readlink -# Date created: 16 June 2001 -# Whom: dd -# +# Created by: dd # $FreeBSD$ -# PORTNAME= readlink PORTVERSION= 20010616 @@ -27,6 +23,7 @@ MANCOMPSUFFIX= PLIST_FILES= bin/readlink +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/readlink ${PREFIX}/bin/readlink .for __s in ${MANSECTS} diff --git a/sysutils/recoverdm/Makefile b/sysutils/recoverdm/Makefile index 87c61ff02df7..c6b0bbdbfa89 100644 --- a/sysutils/recoverdm/Makefile +++ b/sysutils/recoverdm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: recoverdm -# Date created: 22 January 2004 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= recoverdm PORTVERSION= 0.20 @@ -18,4 +14,5 @@ MAN1= recoverdm.1 PLIST_FILES= bin/mergebad bin/recoverdm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile index e0f643b43966..a4bd43770d82 100644 --- a/sysutils/reed/Makefile +++ b/sysutils/reed/Makefile @@ -20,6 +20,7 @@ CONFIGURE_SCRIPT= configures MAN1= breed.1 reed.1 wrap.1 +NO_STAGE= yes post-patch: @${PERL} -pi -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/configures @${PERL} -pi -e 's!sys/dir.h!dirent.h!g;s!.*getopt.h.*\n!!' \ diff --git a/sysutils/rej/Makefile b/sysutils/rej/Makefile index bca758f43a42..bf300e644c30 100644 --- a/sysutils/rej/Makefile +++ b/sysutils/rej/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/rej bin/rej-qp bin/rej-mp OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile index 4ac1e24f4890..55dcae3b42bd 100644 --- a/sysutils/relaxconf/Makefile +++ b/sysutils/relaxconf/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog \ GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/relpath/Makefile b/sysutils/relpath/Makefile index d524c8815d05..976d022c65f7 100644 --- a/sysutils/relpath/Makefile +++ b/sysutils/relpath/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: relpath -# Date created: 14 Feb 2008 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# +# Created by: Beech Rintoul <beech@FreeBSD.org> # $FreeBSD$ -# PORTNAME= relpath PORTVERSION= 0.1.0 @@ -16,4 +12,5 @@ COMMENT= Find a relative path from START_DIR to END_PATH. PLIST_FILES= bin/relpath +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rename/Makefile b/sysutils/rename/Makefile index c3f1b149b136..d4cb4cc6a3dd 100644 --- a/sysutils/rename/Makefile +++ b/sysutils/rename/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rename -# Date created: 7 July 2005 -# Whom: Chad Castleberry AKA ritalin -# +# Created by: Chad Castleberry AKA ritalin # $FreeBSD$ -# PORTNAME= rename PORTVERSION= 1.3 @@ -21,6 +17,7 @@ USE_GMAKE= yes PLIST_FILES= bin/${PORTNAME} MAN1= rename.1 +NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/config.cache diff --git a/sysutils/reoback/Makefile b/sysutils/reoback/Makefile index 6727aac4c06d..9ba362f84b92 100644 --- a/sysutils/reoback/Makefile +++ b/sysutils/reoback/Makefile @@ -18,6 +18,7 @@ USES= perl5 MAN1= reoback.1 reoback.pl.1 MANCOMPRESSED= yes +NO_STAGE= yes pre-install: cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/home/sforge/reoback/settings.conf,${PREFIX}/etc/reoback/settings.conf,g' ${WRKSRC}/run_reoback.sh cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/home/sforge/reoback/reoback.pl,${PREFIX}/bin/reoback.pl,g' ${WRKSRC}/run_reoback.sh diff --git a/sysutils/replicant/Makefile b/sysutils/replicant/Makefile index 4b16601cc396..fffe2c3906b0 100644 --- a/sysutils/replicant/Makefile +++ b/sysutils/replicant/Makefile @@ -28,6 +28,7 @@ CPPFLAGS+= -D__STDC_LIMIT_MACROS -Du_int32_t=uint32_t \ LDFLAGS+= -L${LOCALBASE}/lib USES= pathfix pkgconfig +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900014 || !exists(/usr/bin/clang++) diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile index f93eecbb5e1e..87f71651a27f 100644 --- a/sysutils/respond/Makefile +++ b/sysutils/respond/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: respond -# Date created: 8 January 2008 -# Whom: Jouke Witteveen <j.witteveen@gmail.com> -# +# Created by: Jouke Witteveen <j.witteveen@gmail.com> # $FreeBSD$ -# PORTNAME= respond PORTVERSION= 1.2 @@ -21,4 +17,5 @@ MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ MANEXT=${MANEXT} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/retail/Makefile b/sysutils/retail/Makefile index ce8e4fbdc476..ac24894f419e 100644 --- a/sysutils/retail/Makefile +++ b/sysutils/retail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: retail -# Date created: 19 May 2010 -# Whom: Oleg Ginzburg -# +# Created by: Oleg Ginzburg # $FreeBSD$ -# PORTNAME= retail PORTVERSION= 1.0.1 @@ -18,6 +14,7 @@ GNU_CONFIGURE= yes MAN1= retail.1 PLIST_FILES= bin/retail +NO_STAGE= yes post-configure: ${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g' ${WRKSRC}/src/Makefile diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile index d3f0a2c0170f..f7c82cec2ae2 100644 --- a/sysutils/rfstool/Makefile +++ b/sysutils/rfstool/Makefile @@ -15,6 +15,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL MAKEFILE= makefile.gcc3x +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e "s,g++,\$${CXX},g" ${WRKSRC}/${MAKEFILE} diff --git a/sysutils/rmonitor/Makefile b/sysutils/rmonitor/Makefile index 4e45d5dc9387..f1030e56838c 100644 --- a/sysutils/rmonitor/Makefile +++ b/sysutils/rmonitor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rmonitor -# Date created: March 1st, 2001 -# Whom: Konrad Heuer -# +# Created by: Konrad Heuer # $FreeBSD$ -# PORTNAME= rmonitor PORTVERSION= 1.2 @@ -20,6 +16,7 @@ MANCOMPRESSED= yes #CFLAGS+= -w +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900007 diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile index 9cd6ea4ea25a..802b26b68465 100644 --- a/sysutils/roottail/Makefile +++ b/sysutils/roottail/Makefile @@ -23,6 +23,7 @@ USES= imake USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" +NO_STAGE= yes pre-everything:: .if defined(WITH_EXTRA_PATCH) @${ECHO_MSG} diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index 7481264b1c14..b4ed2d992407 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -21,6 +21,7 @@ SHEBANG_FILES= rsnapshot-program.pl MAN1= rsnapshot.1 rsnapshot-diff.1 PORTDOCS= AUTHORS ChangeLog README TODO +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile index 2c6f0507b610..5b2cbcd80ec6 100644 --- a/sysutils/rsyncbackup/Makefile +++ b/sysutils/rsyncbackup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rsyncbackup -# Date created: 8 October 2007 -# Whom: Daniel Bond -# +# Created by: Daniel Bond # $FreeBSD$ -# PORTNAME= rsyncbackup PORTVERSION= 1.0 @@ -26,6 +22,7 @@ NO_BUILD= yes SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ diff --git a/sysutils/rsyncmanager/Makefile b/sysutils/rsyncmanager/Makefile index 2e3038e8d9ac..f1da56c132a2 100644 --- a/sysutils/rsyncmanager/Makefile +++ b/sysutils/rsyncmanager/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rsyncmanager -# Date created: 29 October 2004 -# Whom: Kelley Reynolds <kelley@insidesystems.net> -# +# Created by: Kelley Reynolds <kelley@insidesystems.net> # $FreeBSD$ -# PORTNAME= rsyncmanager PORTVERSION= 1.1 @@ -25,6 +21,7 @@ PORTDOCS= README USE_RC_SUBR= ${PORTNAME} SUB_LIST= RUBY_WITHOUT_SUFFIX="${RUBY_WITHOUT_SUFFIX}" +NO_STAGE= yes post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} diff --git a/sysutils/rsyncrypto/Makefile b/sysutils/rsyncrypto/Makefile index 2f346d36834e..2ebe33cce0f2 100644 --- a/sysutils/rsyncrypto/Makefile +++ b/sysutils/rsyncrypto/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/rsyncrypto \ MAN1= rsyncrypto.1 rsyncrypto_recover.1 +NO_STAGE= yes post-install: @${ECHO_MSG} @${ECHO_MSG} ${PORTNAME} requires archivers/gzip be built diff --git a/sysutils/rsyslog6-dbi/Makefile b/sysutils/rsyslog6-dbi/Makefile index d5f031aece9a..2e36512a4ba9 100644 --- a/sysutils/rsyslog6-dbi/Makefile +++ b/sysutils/rsyslog6-dbi/Makefile @@ -12,6 +12,7 @@ CONFIGURE_ARGS+=--enable-libdbi PLIST_FILES+= lib/rsyslog/omlibdbi.la \ lib/rsyslog/omlibdbi.so +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/plugins/omlibdbi/.libs/omlibdbi.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6-gnutls/Makefile b/sysutils/rsyslog6-gnutls/Makefile index 151b804d6bee..8848bb3f94c5 100644 --- a/sysutils/rsyslog6-gnutls/Makefile +++ b/sysutils/rsyslog6-gnutls/Makefile @@ -17,6 +17,7 @@ CONFIGURE_ARGS+=--enable-gnutls PLIST_FILES+= lib/rsyslog/lmnsd_gtls.la \ lib/rsyslog/lmnsd_gtls.so +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/runtime/.libs/lmnsd_gtls.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6-gssapi/Makefile b/sysutils/rsyslog6-gssapi/Makefile index 1c2effde8624..d217911b9620 100644 --- a/sysutils/rsyslog6-gssapi/Makefile +++ b/sysutils/rsyslog6-gssapi/Makefile @@ -15,6 +15,7 @@ PLIST_FILES+= lib/rsyslog/imgssapi.la \ lib/rsyslog/omgssapi.la \ lib/rsyslog/omgssapi.so +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/plugins/omgssapi/.libs/omgssapi.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6-mysql/Makefile b/sysutils/rsyslog6-mysql/Makefile index 9316781b3a0c..edaa27ccc838 100644 --- a/sysutils/rsyslog6-mysql/Makefile +++ b/sysutils/rsyslog6-mysql/Makefile @@ -9,6 +9,7 @@ USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/plugins/ommysql/.libs/ommysql.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6-pgsql/Makefile b/sysutils/rsyslog6-pgsql/Makefile index 4fa619914640..a2a612768661 100644 --- a/sysutils/rsyslog6-pgsql/Makefile +++ b/sysutils/rsyslog6-pgsql/Makefile @@ -9,6 +9,7 @@ USE_PGSQL= yes CONFIGURE_ARGS+=--enable-pgsql +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/plugins/ompgsql/.libs/ompgsql.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6-relp/Makefile b/sysutils/rsyslog6-relp/Makefile index 095ad9185f45..df5b159bed7a 100644 --- a/sysutils/rsyslog6-relp/Makefile +++ b/sysutils/rsyslog6-relp/Makefile @@ -18,6 +18,7 @@ PLIST_FILES+= lib/rsyslog/imrelp.la \ lib/rsyslog/omrelp.la \ lib/rsyslog/omrelp.so +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/plugins/omrelp/.libs/omrelp.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6-rfc3195/Makefile b/sysutils/rsyslog6-rfc3195/Makefile index fb7947f898f1..a84235182c7c 100644 --- a/sysutils/rsyslog6-rfc3195/Makefile +++ b/sysutils/rsyslog6-rfc3195/Makefile @@ -14,6 +14,7 @@ CONFIGURE_ARGS+=--enable-rfc3195 PLIST_FILES+= lib/rsyslog/im3195.la \ lib/rsyslog/im3195.so +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/plugins/im3195/.libs/im3195.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6-snmp/Makefile b/sysutils/rsyslog6-snmp/Makefile index 4124cc868515..f7c797cd616a 100644 --- a/sysutils/rsyslog6-snmp/Makefile +++ b/sysutils/rsyslog6-snmp/Makefile @@ -12,6 +12,7 @@ CONFIGURE_ARGS+=--enable-snmp PLIST_FILES+= lib/rsyslog/omsnmp.la \ lib/rsyslog/omsnmp.so +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/plugins/omsnmp/.libs/omsnmp.so ${PREFIX}/lib/rsyslog diff --git a/sysutils/rsyslog6/Makefile b/sysutils/rsyslog6/Makefile index 99d0e4e61135..b813490210aa 100644 --- a/sysutils/rsyslog6/Makefile +++ b/sysutils/rsyslog6/Makefile @@ -49,6 +49,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-rtinst --enable-debug .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/sysutils/rsyslog7-devel/Makefile b/sysutils/rsyslog7-devel/Makefile index f0467b39055e..af175d2d15c4 100644 --- a/sysutils/rsyslog7-devel/Makefile +++ b/sysutils/rsyslog7-devel/Makefile @@ -36,6 +36,7 @@ SNMP_DESC= SNMP trap sender for rsyslog USES= pkgconfig +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBI} diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile index 0a53dead125f..e6b4fdf69196 100644 --- a/sysutils/rsyslog7/Makefile +++ b/sysutils/rsyslog7/Makefile @@ -34,6 +34,7 @@ UUID_DESC= Support for generating a UUID per log message USES= pkgconfig +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBI} diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index b32a0e353184..819fb31bff87 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rtty -# Date created: 24 Aug 1996 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= rtty PORTVERSION= 4.0 @@ -20,4 +16,5 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh NO_WRKSUBDIR= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ruby-quota/Makefile b/sysutils/ruby-quota/Makefile index 70ad432413a3..4bf93f01cb25 100644 --- a/sysutils/ruby-quota/Makefile +++ b/sysutils/ruby-quota/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-quota -# Date created: 21 June 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= quota PORTVERSION= 0.5.1 @@ -24,6 +20,7 @@ INSTALL_TARGET= site-install DOCS_EN= ChangeLog README README.html +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} diff --git a/sysutils/rubygem-SyslogLogger/Makefile b/sysutils/rubygem-SyslogLogger/Makefile index 8c83ce27d36a..527b371c7f13 100644 --- a/sysutils/rubygem-SyslogLogger/Makefile +++ b/sysutils/rubygem-SyslogLogger/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-SyslogLogger -# Date created: 2011-11-28 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= SyslogLogger PORTVERSION= 2.0 @@ -17,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-backup/Makefile b/sysutils/rubygem-backup/Makefile index b4d0cc120b9c..23fc10fadeb8 100644 --- a/sysutils/rubygem-backup/Makefile +++ b/sysutils/rubygem-backup/Makefile @@ -18,4 +18,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/backup +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-bundler/Makefile b/sysutils/rubygem-bundler/Makefile index 6a4211ba0fd8..a9e6d3ef7b51 100644 --- a/sysutils/rubygem-bundler/Makefile +++ b/sysutils/rubygem-bundler/Makefile @@ -1,4 +1,4 @@ -# Whom: Robert Gogolok <gogo@cs.uni-sb.de> +# Created by: Robert Gogolok <gogo@cs.uni-sb.de> # $FreeBSD$ PORTNAME= bundler @@ -15,4 +15,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/bundle +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-capistrano-ext/Makefile b/sysutils/rubygem-capistrano-ext/Makefile index 042c91525f7a..31669d4030ca 100644 --- a/sysutils/rubygem-capistrano-ext/Makefile +++ b/sysutils/rubygem-capistrano-ext/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-capistrano-ext -# Date created: 2011-08-24 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= capistrano-ext PORTVERSION= 1.2.1 @@ -20,4 +16,5 @@ USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile index 291b4edec16b..6903fdb5d9ec 100644 --- a/sysutils/rubygem-capistrano/Makefile +++ b/sysutils/rubygem-capistrano/Makefile @@ -21,6 +21,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/cap bin/capify +NO_STAGE= yes post-install: @${ECHO_MSG} "======================================================================" @${ECHO_MSG} diff --git a/sysutils/rubygem-chef-expander/Makefile b/sysutils/rubygem-chef-expander/Makefile index 1e969a9e1163..d5752af640bf 100644 --- a/sysutils/rubygem-chef-expander/Makefile +++ b/sysutils/rubygem-chef-expander/Makefile @@ -29,4 +29,5 @@ PLIST_FILES= bin/chef-expander \ bin/chef-expander-vnode \ bin/chef-expanderctl +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-chef-server/Makefile b/sysutils/rubygem-chef-server/Makefile index c093a164df9f..ee15840a7f27 100644 --- a/sysutils/rubygem-chef-server/Makefile +++ b/sysutils/rubygem-chef-server/Makefile @@ -18,4 +18,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-chef-solr/Makefile b/sysutils/rubygem-chef-solr/Makefile index ddc1ecf98aec..060fe81790ae 100644 --- a/sysutils/rubygem-chef-solr/Makefile +++ b/sysutils/rubygem-chef-solr/Makefile @@ -21,4 +21,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/chef-solr \ bin/chef-solr-installer +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 2fbddfaf5618..d84389f63a27 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -44,6 +44,7 @@ MAN8= chef-client.8 chef-solo.8 SUB_LIST= RUBY=${RUBY} USE_RC_SUBR= chef_client +NO_STAGE= yes post-install: .if !defined(NO_INSTALL_MANPAGES) .for n in 1 8 diff --git a/sysutils/rubygem-facter/Makefile b/sysutils/rubygem-facter/Makefile index bbae92b4792f..afd439edc545 100644 --- a/sysutils/rubygem-facter/Makefile +++ b/sysutils/rubygem-facter/Makefile @@ -17,6 +17,7 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/facter +NO_STAGE= yes .include <bsd.port.pre.mk> # Restrict dmidecode dependency to i386 and amd64 systems diff --git a/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile b/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile index 1f2f5f690bdf..4ec2cc40ced2 100644 --- a/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile +++ b/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-fluent-plugin-config-expander/Makefile b/sysutils/rubygem-fluent-plugin-config-expander/Makefile index 376c9cd65b13..0d0088504e76 100644 --- a/sysutils/rubygem-fluent-plugin-config-expander/Makefile +++ b/sysutils/rubygem-fluent-plugin-config-expander/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-fluent-plugin-file-alternative/Makefile b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile index ff91906d31c1..46bbbb1acb27 100644 --- a/sysutils/rubygem-fluent-plugin-file-alternative/Makefile +++ b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-fluent-plugin-tail-asis/Makefile b/sysutils/rubygem-fluent-plugin-tail-asis/Makefile index b171862b53fd..0555964c95c2 100644 --- a/sysutils/rubygem-fluent-plugin-tail-asis/Makefile +++ b/sysutils/rubygem-fluent-plugin-tail-asis/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-fluentd/Makefile b/sysutils/rubygem-fluentd/Makefile index 090f3a155553..08c0c149c843 100644 --- a/sysutils/rubygem-fluentd/Makefile +++ b/sysutils/rubygem-fluentd/Makefile @@ -26,6 +26,7 @@ USERS= fluentd GROUPS= fluentd SUB_LIST+= USER=${USERS} GROUP=${GROUPS} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == "1.8" diff --git a/sysutils/rubygem-fssm/Makefile b/sysutils/rubygem-fssm/Makefile index 6c57a6445019..01477a76ec58 100644 --- a/sysutils/rubygem-fssm/Makefile +++ b/sysutils/rubygem-fssm/Makefile @@ -12,4 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-god/Makefile b/sysutils/rubygem-god/Makefile index 517b7d00a08b..eee3c795204c 100644 --- a/sysutils/rubygem-god/Makefile +++ b/sysutils/rubygem-god/Makefile @@ -16,4 +16,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/god +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-guard-livereload/Makefile b/sysutils/rubygem-guard-livereload/Makefile index 23e7ddec83a4..bc5c4a5b1958 100644 --- a/sysutils/rubygem-guard-livereload/Makefile +++ b/sysutils/rubygem-guard-livereload/Makefile @@ -19,4 +19,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-guard-rspec/Makefile b/sysutils/rubygem-guard-rspec/Makefile index 94ccc4763d26..47e9d1d26920 100644 --- a/sysutils/rubygem-guard-rspec/Makefile +++ b/sysutils/rubygem-guard-rspec/Makefile @@ -18,4 +18,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-guard/Makefile b/sysutils/rubygem-guard/Makefile index 3f4a36caa45f..bd0c5d70727d 100644 --- a/sysutils/rubygem-guard/Makefile +++ b/sysutils/rubygem-guard/Makefile @@ -23,4 +23,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/guard +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-hiera-json/Makefile b/sysutils/rubygem-hiera-json/Makefile index 65ad897de7bb..4a5c80beeda0 100644 --- a/sysutils/rubygem-hiera-json/Makefile +++ b/sysutils/rubygem-hiera-json/Makefile @@ -17,4 +17,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-hiera-puppet/Makefile b/sysutils/rubygem-hiera-puppet/Makefile index 3a1619382174..1a1eb129003a 100644 --- a/sysutils/rubygem-hiera-puppet/Makefile +++ b/sysutils/rubygem-hiera-puppet/Makefile @@ -20,4 +20,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/extlookup2hiera +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-hiera/Makefile b/sysutils/rubygem-hiera/Makefile index a34fb973be7a..b0e2722a6a50 100644 --- a/sysutils/rubygem-hiera/Makefile +++ b/sysutils/rubygem-hiera/Makefile @@ -17,6 +17,7 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/hiera HIERA_DBDIR= /var/db/hiera +NO_STAGE= yes post-install: @${REINPLACE_CMD} "s!/etc/hiera.yaml!${PREFIX}/etc/hiera.yaml!" \ ${PREFIX}/${GEM_LIB_DIR}/bin/hiera \ diff --git a/sysutils/rubygem-log4r/Makefile b/sysutils/rubygem-log4r/Makefile index 9a8c26f1e73f..af077a2250af 100644 --- a/sysutils/rubygem-log4r/Makefile +++ b/sysutils/rubygem-log4r/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-log4r -# Date created: 2011-04-03 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= log4r PORTVERSION= 1.1.10 @@ -17,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-murder/Makefile b/sysutils/rubygem-murder/Makefile index 7a8c8c46ba24..c21a93989afb 100644 --- a/sysutils/rubygem-murder/Makefile +++ b/sysutils/rubygem-murder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-murder -# Date created: 2011-02-18 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= murder PORTVERSION= 0.1.2 @@ -18,4 +14,5 @@ USE_PYTHON= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-ohai/Makefile b/sysutils/rubygem-ohai/Makefile index 05de34582951..2f84947eb1d2 100644 --- a/sysutils/rubygem-ohai/Makefile +++ b/sysutils/rubygem-ohai/Makefile @@ -23,4 +23,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ohai +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-parallel/Makefile b/sysutils/rubygem-parallel/Makefile index 545e65ad823f..f6674f90980d 100644 --- a/sysutils/rubygem-parallel/Makefile +++ b/sysutils/rubygem-parallel/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-sys-admin/Makefile b/sysutils/rubygem-sys-admin/Makefile index b68a79bf15c8..525754ce17c4 100644 --- a/sysutils/rubygem-sys-admin/Makefile +++ b/sysutils/rubygem-sys-admin/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-sys-cpu/Makefile b/sysutils/rubygem-sys-cpu/Makefile index 2f9d86f41813..c117fa4e6562 100644 --- a/sysutils/rubygem-sys-cpu/Makefile +++ b/sysutils/rubygem-sys-cpu/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-sys-filesystem/Makefile b/sysutils/rubygem-sys-filesystem/Makefile index 9540bfe1ced4..470f67b0cb48 100644 --- a/sysutils/rubygem-sys-filesystem/Makefile +++ b/sysutils/rubygem-sys-filesystem/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-sys-host/Makefile b/sysutils/rubygem-sys-host/Makefile index 03bce34e3b93..bd6f21d5b78c 100644 --- a/sysutils/rubygem-sys-host/Makefile +++ b/sysutils/rubygem-sys-host/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-sys-proctable/Makefile b/sysutils/rubygem-sys-proctable/Makefile index 47f33aee5cc2..706d58b7dc5a 100644 --- a/sysutils/rubygem-sys-proctable/Makefile +++ b/sysutils/rubygem-sys-proctable/Makefile @@ -17,4 +17,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-sys-uname/Makefile b/sysutils/rubygem-sys-uname/Makefile index 5c0a40c7315f..2198b1e6f666 100644 --- a/sysutils/rubygem-sys-uname/Makefile +++ b/sysutils/rubygem-sys-uname/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-sys-uptime/Makefile b/sysutils/rubygem-sys-uptime/Makefile index cc926465e29d..6feff0432839 100644 --- a/sysutils/rubygem-sys-uptime/Makefile +++ b/sysutils/rubygem-sys-uptime/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/rubygem-teamocil/Makefile b/sysutils/rubygem-teamocil/Makefile index 126d8a612e3d..44e264009c6b 100644 --- a/sysutils/rubygem-teamocil/Makefile +++ b/sysutils/rubygem-teamocil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-teamocil -# Date created: 2012-01-30 -# Whom: Dennis Herrmann <dhn@FreeBSD.org> -# +# Created by: Dennis Herrmann <dhn@FreeBSD.org> # $FreeBSD$ -# PORTNAME= teamocil PORTVERSION= 0.3.7 @@ -19,4 +15,5 @@ USE_RAKE= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/teamocil +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/runit/Makefile b/sysutils/runit/Makefile index 6419139d9bf1..90721e313e52 100644 --- a/sysutils/runit/Makefile +++ b/sysutils/runit/Makefile @@ -27,6 +27,7 @@ DOCS= package/CHANGES package/README \ CONFIG= etc/freebsd/1 etc/2 etc/freebsd/3 etc/freebsd/ctrlaltdel \ etc/freebsd/getty-ttyv4/run etc/freebsd/getty-ttyv4/finish +NO_STAGE= yes do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc diff --git a/sysutils/runwhen/Makefile b/sysutils/runwhen/Makefile index 6141fd4d366f..5d46d96e9f86 100644 --- a/sysutils/runwhen/Makefile +++ b/sysutils/runwhen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: runwhen -# Date created: 2003-10-31 -# Whom: David Thiel <lx@redundancy.redundancy.org> -# +# Created by: David Thiel <lx@redundancy.redundancy.org> # $FreeBSD$ -# PORTNAME= runwhen PORTVERSION= 2003.10.31 @@ -22,6 +18,7 @@ ALL_TARGET= default DOCS= src/CHANGES src/TODO package/README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's!gcc -O2!${CC} ${CFLAGS}!' \ ${WRKSRC}/conf-compile/host_compile.sh diff --git a/sysutils/safe-rm/Makefile b/sysutils/safe-rm/Makefile index 866eafc89b76..496a105b46ad 100644 --- a/sysutils/safe-rm/Makefile +++ b/sysutils/safe-rm/Makefile @@ -20,6 +20,7 @@ FETCH_ARGS= -pRr PORTDOCS= COPYING Changes README PLIST_FILES= bin/safe-rm +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/safecat/Makefile b/sysutils/safecat/Makefile index 0671b889566f..3cb43907e408 100644 --- a/sysutils/safecat/Makefile +++ b/sysutils/safecat/Makefile @@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE=yes MAN1= maildir.1 safecat.1 PLIST_FILES= bin/maildir bin/safecat +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root @${REINPLACE_CMD} -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile index 9d04059bf6fa..c59295b8177e 100644 --- a/sysutils/samefile/Makefile +++ b/sysutils/samefile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: samefile -# Date created: 15 March 2001 -# Whom: schweikh -# +# Created by: schweikh # $FreeBSD$ -# PORTNAME= samefile PORTVERSION= 2.12 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wno-long-long +NO_STAGE= yes post-build: @${ECHO_MSG} " >>>> <<<<" @${ECHO_MSG} " >>>> Running the test suite <<<<" diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile index 494b7bb2ee88..1d32dab91330 100644 --- a/sysutils/samesame/Makefile +++ b/sysutils/samesame/Makefile @@ -36,6 +36,7 @@ EXPERIMENTAL_DESC= Enables experimental functionality PROFILER_DESC= Enables gprof support TEST_DESC= Run quality assurance test +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/sysutils/savelogs/Makefile b/sysutils/savelogs/Makefile index b48e4151a44f..5de75bf803a4 100644 --- a/sysutils/savelogs/Makefile +++ b/sysutils/savelogs/Makefile @@ -17,6 +17,7 @@ MAN1= rotation.1 savelogs.1 OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/sb16config/Makefile b/sysutils/sb16config/Makefile index 4a9e22748abf..21ef56c5cda6 100644 --- a/sysutils/sb16config/Makefile +++ b/sysutils/sb16config/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sb16config -# Date created: 13 Apr 2003 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sb16config PORTVERSION= 1.0 @@ -20,6 +16,7 @@ MAN8= sb16config.8 MANCOMPRESSED= yes PLIST_FILES= bin/sb16config +NO_STAGE= yes post-extract: .for _i in ${DISTFILES} @${GZCAT} ${DISTDIR}/${_i} >${WRKDIR}/${_i:R} diff --git a/sysutils/sbniconfig/Makefile b/sysutils/sbniconfig/Makefile index f3515359fe24..17fbaf853d69 100644 --- a/sysutils/sbniconfig/Makefile +++ b/sysutils/sbniconfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sbniconfig -# Date created: 18 Feb 2003 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sbniconfig PORTVERSION= 1.0 @@ -18,6 +14,7 @@ NO_PACKAGE= "Depends on kernel" ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/sbniconfig +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/Makefile ${FILESDIR}/sbniconfig.c ${WRKDIR} diff --git a/sysutils/scalpel/Makefile b/sysutils/scalpel/Makefile index d79d66fab68a..13601e0f2531 100644 --- a/sysutils/scalpel/Makefile +++ b/sysutils/scalpel/Makefile @@ -22,6 +22,7 @@ PLIST_FILES+= etc/scalpel.conf.sample bin/scalpel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's/#ifdef __APPLE__/#if defined(__APPLE__) || defined(__FreeBSD__)/' \ diff --git a/sysutils/scan_ffs/Makefile b/sysutils/scan_ffs/Makefile index a42c8445ebb3..9cc2d4cdadae 100644 --- a/sysutils/scan_ffs/Makefile +++ b/sysutils/scan_ffs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scan_ffs -# Date created: 20040112 -# Whom: mranner@inode.at -# +# Created by: mranner@inode.at # $FreeBSD$ -# PORTNAME= scan_ffs PORTVERSION= 1.2 @@ -18,6 +14,7 @@ USE_BZIP2= yes MAN8= scan_ffs.8 PLIST_FILES= sbin/scan_ffs +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${PREFIX}/sbin/. ${INSTALL_MAN} ${WRKSRC}/scan_ffs.8 ${MAN8PREFIX}/man/man8/. diff --git a/sysutils/scanbuttond/Makefile b/sysutils/scanbuttond/Makefile index 331ea653ccee..d013ccab68ad 100644 --- a/sysutils/scanbuttond/Makefile +++ b/sysutils/scanbuttond/Makefile @@ -19,6 +19,7 @@ USE_LDCONFIG= yes SUB_FILES+= pkg-message +NO_STAGE= yes pre-configure: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|-ldl||g' diff --git a/sysutils/schedutils/Makefile b/sysutils/schedutils/Makefile index 6ade44fa3c82..03fd7ef1d60e 100644 --- a/sysutils/schedutils/Makefile +++ b/sysutils/schedutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: schedutils -# Date created: 2012-03-12 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= schedutils PORTVERSION= 0.7.2 @@ -21,6 +17,7 @@ MANCOMPRESSED= no MAN8= sched.8 MLINKS= sched.8 resched.8 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/ctype.h/d' ${WRKSRC}/isnumber.c diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile index fa190d4f18bf..a75fb8550ae5 100644 --- a/sysutils/scprotect/Makefile +++ b/sysutils/scprotect/Makefile @@ -23,6 +23,7 @@ CFLAGS+=-DWITH_SCPROTECT_LIST #MAN4= scprotect.4 #MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/Makefile) diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 356e040dc925..2a8010c6e42f 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -24,6 +24,7 @@ XTERM_256_DESC= Enable support for 256 colour xterm HOSTINLOCKED_DESC= Print user@host in locked message SHOWENC_DESC= Show encoding on the status line +NO_STAGE= yes .include <bsd.port.options.mk> GNU_CONFIGURE= yes diff --git a/sysutils/screenfetch/Makefile b/sysutils/screenfetch/Makefile index 60df4ae202ef..acf0e7462ccd 100644 --- a/sysutils/screenfetch/Makefile +++ b/sysutils/screenfetch/Makefile @@ -26,6 +26,7 @@ GH_COMMIT= ${GH_TAGNAME} PLIST_FILES= bin/screenFetch PORTDOCS= CHANGELOG README.mkdn TODO +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/screenie/Makefile b/sysutils/screenie/Makefile index 72d69eed3a01..bedb5ee36291 100644 --- a/sysutils/screenie/Makefile +++ b/sysutils/screenie/Makefile @@ -19,6 +19,7 @@ NO_BUILD= yes MAN1= screenie.1 PLIST_FILES= sbin/screenie +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 diff --git a/sysutils/sdd/Makefile b/sysutils/sdd/Makefile index c09eb2013f9d..802347fc07c9 100644 --- a/sysutils/sdd/Makefile +++ b/sysutils/sdd/Makefile @@ -13,6 +13,7 @@ MAKE_ENV= MAKEPROG="${GMAKE}" CCOM="${CC}" COPTX="${CFLAGS}" MAN1= sdd.1 PLIST_FILES= bin/sdd +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" || ${CC} != "cc" diff --git a/sysutils/sdparm/Makefile b/sysutils/sdparm/Makefile index 5b3bf26c1541..946bc317aba2 100644 --- a/sysutils/sdparm/Makefile +++ b/sysutils/sdparm/Makefile @@ -20,4 +20,5 @@ MAN8= sas_disk_blink.8 \ PLIST_FILES= bin/sas_disk_blink \ bin/sdparm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/searchmonkey/Makefile b/sysutils/searchmonkey/Makefile index 442ef0c07ba4..db504c8fdddf 100644 --- a/sysutils/searchmonkey/Makefile +++ b/sysutils/searchmonkey/Makefile @@ -19,6 +19,7 @@ USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${PORTNAME}_2_0.pro \ ${QMAKEFLAGS}) diff --git a/sysutils/seatools/Makefile b/sysutils/seatools/Makefile index a5376bec6a69..654b3d0b5f7c 100644 --- a/sysutils/seatools/Makefile +++ b/sysutils/seatools/Makefile @@ -23,6 +23,7 @@ PORTDOCS= sthelp.txt OPTIONS_DEFINE= DOCS +NO_STAGE= yes do-build: @${BRANDELF} -t Linux ${WRKSRC}/st diff --git a/sysutils/sec/Makefile b/sysutils/sec/Makefile index 1c1b438c14c9..768b0c5611e9 100644 --- a/sysutils/sec/Makefile +++ b/sysutils/sec/Makefile @@ -26,6 +26,7 @@ PLIST_DIRS+= %%DATADIR%% OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/sensors-applet/Makefile b/sysutils/sensors-applet/Makefile index b15b3e202fff..3667e85af3dc 100644 --- a/sysutils/sensors-applet/Makefile +++ b/sysutils/sensors-applet/Makefile @@ -22,6 +22,7 @@ DEFINES= -DMBMON_EXECUTABLE=\\\"${LOCALBASE}/bin/mbmon\\\" \ CPPFLAGS+= -I${LOCALBASE}/include ${DEFINES} LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${CP} -f ${FILESDIR}/mbmon-sensors-interface.* \ ${FILESDIR}/smartctl-sensors-interface.* ${WRKSRC}/src diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile index c83436941592..e88a3b676f6a 100644 --- a/sysutils/serpentine/Makefile +++ b/sysutils/serpentine/Makefile @@ -22,4 +22,5 @@ USE_GMAKE= yes USE_GSTREAMER= core gnomevfs python USE_PYTHON= 2.4+ +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/setcdboot/Makefile b/sysutils/setcdboot/Makefile index c8cc38e4834c..1ac80ea4e261 100644 --- a/sysutils/setcdboot/Makefile +++ b/sysutils/setcdboot/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: setcdboot -# Date created: Mon Jan 17, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= setcdboot PORTVERSION= 1.0 @@ -17,6 +12,7 @@ DISTFILES= NO_WRKSUBDIR= yes PLIST_FILES= bin/setcdboot +NO_STAGE= yes .include <bsd.port.pre.mk> do-extract: diff --git a/sysutils/setquota/Makefile b/sysutils/setquota/Makefile index d3eccaa0eaea..8aa74331c4d9 100644 --- a/sysutils/setquota/Makefile +++ b/sysutils/setquota/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: setquota -# Date created: 27 September 1997 -# Whom: winter@jurai.net -# +# Created by: winter@jurai.net # $FreeBSD$ -# PORTNAME= setquota PORTVERSION= 0.1 @@ -18,4 +14,5 @@ WRKSRC= ${WRKDIR}/setquota/ MAN8= getquota.8 setquota.8 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile index 2f06dc8d0454..8298ea582c95 100644 --- a/sysutils/sformat/Makefile +++ b/sysutils/sformat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sformat -# Date created: 16 December 2002 -# Whom: marius@alchemy.franken.de -# +# Created by: marius@alchemy.franken.de # $FreeBSD$ -# PORTNAME= sformat PORTVERSION= 3.5 @@ -23,6 +19,7 @@ LIBSCHILY= libschily-2.01.01a07.tar.gz USE_GMAKE= yes MAN1= sformat.1 +NO_STAGE= yes .include <bsd.port.pre.mk> CCOM!= ${BASENAME} ${CC} diff --git a/sysutils/sg3_utils/Makefile b/sysutils/sg3_utils/Makefile index cf4c32b629e0..5e84fc02d014 100644 --- a/sysutils/sg3_utils/Makefile +++ b/sysutils/sg3_utils/Makefile @@ -66,4 +66,5 @@ MAN8+= sg_write_buffer.8 MAN8+= sg_write_long.8 MAN8+= sg_write_same.8 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index 45aecb810353..a7abc6891a41 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/${PORTNAME} verify: checksum gpg --verify ${DISTDIR}/inn-${PORTVERSION}${EXTRACT_SUFX}.asc +NO_STAGE= yes post-build: @(cd ${WRKSRC}/backends && ${SETENV} ${MAKE_ENV} ${MAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${PORTNAME}) diff --git a/sysutils/shmcat/Makefile b/sysutils/shmcat/Makefile index 7c3d8ab1726a..3b5b776609dc 100644 --- a/sysutils/shmcat/Makefile +++ b/sysutils/shmcat/Makefile @@ -19,6 +19,7 @@ OPTIONS_DEFINE= NLS MAN1= shmcat.1 \ ftok.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/sievelog/Makefile b/sysutils/sievelog/Makefile index c32ca29e72e5..8943f8089ed2 100644 --- a/sysutils/sievelog/Makefile +++ b/sysutils/sievelog/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: sievelog -# Date created: 2010-07-26 -# Whom: Jesse Kempf <jessekempf@gmail.com> +# Created by: Jesse Kempf <jessekempf@gmail.com> # $FreeBSD$ -# PORTNAME= sievelog PORTVERSION= 1.0.1 @@ -24,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME} \ MAN1= ${PORTNAME}.1 MAN5= ${PORTNAME}.conf.5 +NO_STAGE= yes post-install: @${CP} -p ${WRKSRC}/test.sv ${PREFIX}/etc/${PORTNAME}.conf.example @${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1 diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index 9e78fa56ce3f..43a0ffefb5b0 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: skill -# Date created: 20 Oct 1998 -# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> -# +# Created by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # $FreeBSD$ -# PORTNAME= skill PORTVERSION= 4.1.4 @@ -18,4 +14,5 @@ COMMENT= SuperKILL, kill, or renice processes by pid, name, tty, or uid MAN1= skill.1 MLINKS= skill.1 snice.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/slack/Makefile b/sysutils/slack/Makefile index 941ba7bc7051..67f412195e7c 100644 --- a/sysutils/slack/Makefile +++ b/sysutils/slack/Makefile @@ -26,6 +26,7 @@ MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX} \ libexecdir=${PREFIX}/libexec mandir=${PREFIX}/man \ localstatedir=/var +NO_STAGE= yes pre-build: ${REINPLACE_CMD} -e '1s,^#!.*perl,#!${PERL},' ${WRKSRC}/test/gen_config_file diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index 724c5175b84c..cde3647f55a1 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -44,6 +44,7 @@ LIBEWF_LIB_DEPENDS= libewf.so:${PORTSDIR}/devel/libewf LIBEWF_CONFIGURE_ON= --with-libewf=${LOCALBASE} LIBEWF_CONFIGURE_OFF= --without-libewf +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile index 83b5f7caa603..710d2e2a7c55 100644 --- a/sysutils/slmon/Makefile +++ b/sysutils/slmon/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= bin/slmon CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lncurses -lm +NO_STAGE= yes .include <bsd.port.pre.mk> # For gmake>=3.82 diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile index e62e8c68c5a6..6fe069d63ccd 100644 --- a/sysutils/sloth/Makefile +++ b/sysutils/sloth/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: sloth -# Date created: May 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sloth PORTVERSION= 1.1.0 @@ -20,6 +15,7 @@ GNU_CONFIGURE= yes MAN1= sloth.1 PLIST_FILES= bin/sloth +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure diff --git a/sysutils/slst/Makefile b/sysutils/slst/Makefile index 377109f90a72..669a8b7d322c 100644 --- a/sysutils/slst/Makefile +++ b/sysutils/slst/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slst -# Date created: 22 January 2006 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= slst PORTVERSION= 0.2 @@ -18,4 +14,5 @@ ALL_TARGET= all PLIST_FILES= bin/slst +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 3d77e1ca10b5..cc07ba17ec09 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -27,6 +27,7 @@ MAN8= smartd.8 smartctl.8 PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/smp_utils/Makefile b/sysutils/smp_utils/Makefile index 84cff38961cc..0f67f56cb856 100644 --- a/sysutils/smp_utils/Makefile +++ b/sysutils/smp_utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: smp_utils -# Date created: Feb 1, 2012 -# Whom: Xin LI <delphij@FreeBSD.org> -# +# Created by: Xin LI <delphij@FreeBSD.org> # $FreeBSD$ -# PORTNAME= smp_utils PORTVERSION= 0.97 @@ -49,6 +45,7 @@ MAN8+= smp_zoned_broadcast.8 MAN8+= smp_zone_lock.8 MAN8+= smp_zone_unlock.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900000 diff --git a/sysutils/snap/Makefile b/sysutils/snap/Makefile index 74081fb637b0..a82764be0fb0 100644 --- a/sysutils/snap/Makefile +++ b/sysutils/snap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snap -# Date created: 2007-05-07 -# Whom: Wu Chin-Hao <wchunhao@cs.nctu.edu.tw> -# +# Created by: Wu Chin-Hao <wchunhao@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= snap DISTVERSION= 1.01 @@ -23,6 +19,7 @@ MAN8= snap.8 PLIST_FILES= sbin/snap \ etc/snap.conf +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snap ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/snap.8 ${PREFIX}/man/man8/ diff --git a/sysutils/snowlog/Makefile b/sysutils/snowlog/Makefile index 5f4a4449ab78..4092c097f542 100644 --- a/sysutils/snowlog/Makefile +++ b/sysutils/snowlog/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: snowlog -# Date created: Jul 30 2004 -# Whom: Cheng-Lung Sung <clsung@dragon2.net> -# +# Created by: Cheng-Lung Sung <clsung@dragon2.net> # $FreeBSD$ -# PORTNAME= snowlog PORTVERSION= 1.1.1 @@ -21,6 +16,7 @@ MAN1= snowlog.1 DOCS= INSTALLATION doc/README doc/filters.example SHAREDOCS= referers.regexp useragents.regexp +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile index f278c71211f7..b7e2620bc428 100644 --- a/sysutils/socket/Makefile +++ b/sysutils/socket/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: socket -# Date created: 14 August 1996 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= socket PORTVERSION= 1.1 @@ -17,6 +13,7 @@ COMMENT= Create TCP socket and connect to stdin/out MAKE_ENV+= SWITCHES="-DUSE_INET6 -DHAVE_SYS_PARAM_H -Wall" MAN1= socket.1 +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ diff --git a/sysutils/socklog/Makefile b/sysutils/socklog/Makefile index 1eab8f1cbe03..225c6d58fba3 100644 --- a/sysutils/socklog/Makefile +++ b/sysutils/socklog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: socklog -# Date created: 22 Aug 2002 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= socklog PORTVERSION= 2.1.0 @@ -22,6 +18,7 @@ MAN1= tryto.1 uncat.1 MAN8= socklog-check.8 socklog-conf.8 socklog.8 DOCS= package/CHANGES package/COPYING package/README doc/*.html +NO_STAGE= yes do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc diff --git a/sysutils/sortu/Makefile b/sysutils/sortu/Makefile index 3ad0863b074a..e0436b552251 100644 --- a/sysutils/sortu/Makefile +++ b/sysutils/sortu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sortu -# Date created: Wed Mar 12 18:13:34 PDT 2008 -# Whom: Matt Peterson <matt@peterson.org> -# +# Created by: Matt Peterson <matt@peterson.org> # $FreeBSD$ -# PORTNAME= sortu PORTVERSION= 2.1.2 @@ -22,6 +18,7 @@ PLIST_FILES= bin/sortu ALL_TARGET= sortu +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/spindown/Makefile b/sysutils/spindown/Makefile index 9f12a08dc9d2..60bcba2503d1 100644 --- a/sysutils/spindown/Makefile +++ b/sysutils/spindown/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: spindown -# Date created: 4 november 2008 -# Whom: Arjan van der Velde <noresult@xs4all.nl> -# +# Created by: Arjan van der Velde <noresult@xs4all.nl> # $FreeBSD$ -# PORTNAME= spindown PORTVERSION= 0.3a @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= spindown.1 PLIST_FILES= sbin/spindown etc/rc.d/spindown +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spindown ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/spindown ${PREFIX}/etc/rc.d diff --git a/sysutils/spinner/Makefile b/sysutils/spinner/Makefile index a8862d8b3819..e7676055194b 100644 --- a/sysutils/spinner/Makefile +++ b/sysutils/spinner/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: spinner -# Date created: Dec 16, 2002 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= spinner PORTVERSION= 1.2.4 @@ -17,6 +12,7 @@ COMMENT= Keep ssh and telnet connections from dropping due to inactivity DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/sbin .if !defined(NOPORTDOCS) diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index 5b8ba50b6cf5..3849ab9542cd 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= bin/spiped bin/spipe USE_RC_SUBR= spiped +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile index 897aa0610f94..4c937e40d7b6 100644 --- a/sysutils/squashfs-tools/Makefile +++ b/sysutils/squashfs-tools/Makefile @@ -27,6 +27,7 @@ USE_CSTD= gnu89 USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/sshsudo/Makefile b/sysutils/sshsudo/Makefile index 2eddc3c2568b..f228eebd4442 100644 --- a/sysutils/sshsudo/Makefile +++ b/sysutils/sshsudo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshsudo -# Date created: 2012-02-06 -# Whom: Hung-Yi Chen <gaod@hychen.org> -# +# Created by: Hung-Yi Chen <gaod@hychen.org> # $FreeBSD$ -# PORTNAME= sshsudo PORTVERSION= 1.0 @@ -28,6 +24,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/sshsudo +NO_STAGE= yes post-patch: ${SED} -e "s,/bin/bash,${LOCALBASE}/bin/bash," -e "s,mktemp,mktemp -t sshsudo," \ <${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME} diff --git a/sysutils/ssid/Makefile b/sysutils/ssid/Makefile index 9155f4f009c7..fd66a363f6ab 100644 --- a/sysutils/ssid/Makefile +++ b/sysutils/ssid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ssid -# Date created: 2011-02-15 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ssid PORTVERSION= 0.1 @@ -17,4 +13,5 @@ LICENSE= MIT PLIST_FILES= bin/ssid +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/ssync/Makefile b/sysutils/ssync/Makefile index 06bf65da9c36..b5ba5fef3260 100644 --- a/sysutils/ssync/Makefile +++ b/sysutils/ssync/Makefile @@ -16,6 +16,7 @@ MAKEFILE= makefile MAN1= ssync.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's@/etc/init.d/ssyncd@\$$0@g' ${WRKSRC}/ssyncd.init @${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index b1138ddcadaa..897a91788bd9 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -21,4 +21,5 @@ MAN1= stalepid.1 MANCOMPRESSED= yes PLIST_FILES= bin/stalepid +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile index aef21f5b92d0..aefbcd50253f 100644 --- a/sysutils/stmpclean/Makefile +++ b/sysutils/stmpclean/Makefile @@ -13,6 +13,7 @@ MAN8= stmpclean.8 MANCOMPRESSED= no PLIST_FILES= sbin/stmpclean +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index ea56accabf19..9408cdb87576 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: stow -# Date created: 6 June 2000 -# Whom: Cyrille Lefevre <clefevre@citeweb.net> -# +# Created by: Cyrille Lefevre <clefevre@citeweb.net> # $FreeBSD$ -# PORTNAME= stow PORTVERSION= 2.2.0 @@ -36,6 +31,7 @@ PLIST_FILES= bin/chkstow \ %%SITE_PERL%%/Stow/Util.pm PLIST_DIRS= %%SITE_PERL%%/Stow +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile index b6ed7b249f2c..d183990ff042 100644 --- a/sysutils/stowES/Makefile +++ b/sysutils/stowES/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|'md5sum',|'md5',|" ${WRKSRC}/${PORTNAME}.in diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile index 8f8996663052..771fa8cc1f23 100644 --- a/sysutils/stress/Makefile +++ b/sysutils/stress/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stress -# Date created: 18 May 2004 -# Whom: Dmitri Nikulin <setagllib@optusnet.com.au> -# +# Created by: Dmitri Nikulin <setagllib@optusnet.com.au> # $FreeBSD$ -# PORTNAME= stress PORTVERSION= 1.0.4 @@ -20,6 +16,7 @@ INFO= stress MAN1= stress.1 PLIST_FILES= bin/stress +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \ ${WRKSRC}/src/Makefile.in diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index 4a0fb33d7379..9132f7bea08b 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: su2 -# Date created: 12 Sep 1996 -# Whom: gurney_j@efn.org -# +# Created by: gurney_j@efn.org # $FreeBSD$ -# PORTNAME= su2 PORTVERSION= 1.3 @@ -19,6 +15,7 @@ NO_CDROM= Don't sell for profit MAN1= su2.1 PLIST_FILES= bin/su2 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^CC=gcc/d' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's,/etc/super,${PREFIX}/etc/super,g' \ diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile index 84fda155705d..3e0898f71a12 100644 --- a/sysutils/superiotool/Makefile +++ b/sysutils/superiotool/Makefile @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} UPSTREAM_VERS= 4.0-2827-g1a00cf0 MAKE_ENV+= VERSION=-DSUPERIOTOOL_VERSION='\"${UPSTREAM_VERS}\"' +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile diff --git a/sysutils/swapd/Makefile b/sysutils/swapd/Makefile index 7dc6a07649e7..f723a24b9abd 100644 --- a/sysutils/swapd/Makefile +++ b/sysutils/swapd/Makefile @@ -19,6 +19,7 @@ USE_RC_SUBR= swapd MAN5= swapd.conf.5 MAN8= swapd.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/sysutils/swapexd/Makefile b/sysutils/swapexd/Makefile index 18ed68dca568..8297f3678db7 100644 --- a/sysutils/swapexd/Makefile +++ b/sysutils/swapexd/Makefile @@ -13,6 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/${PORTNAME} etc/rc.d/swapexd +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/swapmon/Makefile b/sysutils/swapmon/Makefile index ba063a38b8a8..61fd9e8b511e 100644 --- a/sysutils/swapmon/Makefile +++ b/sysutils/swapmon/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: swapmon -# Date Created: 27 July 2010 -# Whom: Alexander Kuehn <freebsd@nagilum.org> -# +# Created by: Alexander Kuehn <freebsd@nagilum.org> # $FreeBSD$ -# PORTNAME= swapmon PORTVERSION= 1.5 @@ -23,6 +19,7 @@ USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/${PORTNAME} +NO_STAGE= yes do-install: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/${PORTNAME}.sh.in \ > ${WRKDIR}/${PORTNAME}.sh diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 13f0f11e7cbb..e502c8b03c39 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -18,4 +18,5 @@ USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/symlinks/Makefile b/sysutils/symlinks/Makefile index a91644922c28..d7619d9c6b48 100644 --- a/sysutils/symlinks/Makefile +++ b/sysutils/symlinks/Makefile @@ -13,4 +13,5 @@ COMMENT= Symbolic link maintenance utility MAN8= symlinks.8 PLIST_FILES= bin/symlinks +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index 63036c25ff54..219743cfc8c6 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -52,6 +52,7 @@ SUBDIR+= client MAKE_ARGS+= SUBDIR="${SUBDIR}" RRDDIR="${LOCALBASE}" +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/sysutils/synergy-devel/Makefile b/sysutils/synergy-devel/Makefile index 7dd8f21d20d3..0b80fae4736e 100644 --- a/sysutils/synergy-devel/Makefile +++ b/sysutils/synergy-devel/Makefile @@ -1,4 +1,4 @@ -# Created by: George Neville-Neil <gnn@freebsd.org> +# Created by: George Neville-Neil <gnn@FreeBSD.org> # $FreeBSD$ PORTNAME= synergy @@ -24,6 +24,7 @@ PLIST_FILES= bin/synergys bin/synergyc PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \ synergy.conf.example-advanced +NO_STAGE= yes post-extract: cd ${WRKSRC}/tools/ ${MKDIR} ${WRKSRC}/tools/cryptopp562 diff --git a/sysutils/synergy/Makefile b/sysutils/synergy/Makefile index 7530eb0185df..5c9bcc5ed2f7 100644 --- a/sysutils/synergy/Makefile +++ b/sysutils/synergy/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/synergys bin/synergyc PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \ synergy.conf.example-advanced +NO_STAGE= yes do-install: .for f in synergys synergyc ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile index b8816441e4de..463b7f4142ae 100644 --- a/sysutils/sysgather/Makefile +++ b/sysutils/sysgather/Makefile @@ -20,6 +20,7 @@ USES= perl5 MAN1= sysgather.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MEXAMPLES) diff --git a/sysutils/sysinfo/Makefile b/sysutils/sysinfo/Makefile index d5d14c30a95f..bcfcdc42adc1 100644 --- a/sysutils/sysinfo/Makefile +++ b/sysutils/sysinfo/Makefile @@ -21,6 +21,7 @@ OPTIONS_DEFINE= DMIDECODE PORTAUDIT DMIDECODE_DESC= Include information from the dmidecode tool PORTAUDIT_DESC= Include information from the portaudit tool +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDMIDECODE} diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index bb8c06c02a03..992f973d05c3 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -26,6 +26,7 @@ MAN1= syslinux.1 PLIST_FILES+= bin/syslinux +NO_STAGE= yes .include <bsd.port.pre.mk> # convert elf_i386 to elf_i386_fbsd diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile index b7e3c5688bcf..0d1524bca023 100644 --- a/sysutils/syslog-ng-devel/Makefile +++ b/sysutils/syslog-ng-devel/Makefile @@ -50,6 +50,7 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \ --enable-dynamic-linking \ --enable-debug +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSYS_SSL} || ${PORT_OPTIONS:MPORTS_SSL} diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index c33057c8483c..ef7f62cbbd34 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -34,6 +34,7 @@ GEOIP_DESC= Build with GeoIP support USES= pkgconfig +NO_STAGE= yes .include <bsd.port.options.mk> LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog diff --git a/sysutils/syslog-ng2/Makefile b/sysutils/syslog-ng2/Makefile index 6d4d14a55477..1c5895347961 100644 --- a/sysutils/syslog-ng2/Makefile +++ b/sysutils/syslog-ng2/Makefile @@ -1,6 +1,5 @@ -# Created by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> +# Created by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> # $FreeBSD$ -# PORTNAME= syslog-ng PORTVERSION= 2.0.10 @@ -31,6 +30,7 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \ LDFLAGS+= `${LIBNET_CONFIG} --libs` CFLAGS+= `${LIBNET_CONFIG} --cflags` +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 diff --git a/sysutils/syslog-ng33/Makefile b/sysutils/syslog-ng33/Makefile index 254b9944b9c1..af3b9d507c87 100644 --- a/sysutils/syslog-ng33/Makefile +++ b/sysutils/syslog-ng33/Makefile @@ -31,6 +31,7 @@ JSON_C_DESC= Build with JSON-C support JSON_GLIB_DESC= Build with JSON-GLIB support SYSLOG2NG_DESC= Install syslog2ng script +NO_STAGE= yes .include <bsd.port.options.mk> LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog diff --git a/sysutils/syslogger/Makefile b/sysutils/syslogger/Makefile index a5d1d7b0f20a..0e9dce11beaf 100644 --- a/sysutils/syslogger/Makefile +++ b/sysutils/syslogger/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: syslogger -# Date created: 01 October 2008 -# Whom: Xavier Beaudouin <kiwi@oav.net> -# +# Created by: Xavier Beaudouin <kiwi@oav.net> # $FreeBSD$ -# PORTNAME= syslogger PORTVERSION= 1.0 @@ -17,6 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/syslogger +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/syslogger ${PREFIX}/bin diff --git a/sysutils/sysrc/Makefile b/sysutils/sysrc/Makefile index 87053100c89b..06953567f8c2 100644 --- a/sysutils/sysrc/Makefile +++ b/sysutils/sysrc/Makefile @@ -24,6 +24,7 @@ PLIST_DIRS= share/${PORTNAME} \ libexec/${PORTNAME}/include \ libexec/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ ${MKDIR} ${PREFIX}/share/${PORTNAME} diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index 12f85c26fa42..ec108cdcea2f 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-stb-group=wheel \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g' \ ${WRKSRC}/po/Makefile diff --git a/sysutils/sysupdate/Makefile b/sysutils/sysupdate/Makefile index e829c5f2aadd..05f0b7930c5c 100644 --- a/sysutils/sysupdate/Makefile +++ b/sysutils/sysupdate/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= bin/sysupdate.sh OPTIONS_DEFINE= FASTEST_CVSUP FASTEST_CVSUP_DESC= Support fastest_cvsup +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFASTEST_CVSUP} diff --git a/sysutils/sysvbanner/Makefile b/sysutils/sysvbanner/Makefile index 53234fe7c787..a05f444cb321 100644 --- a/sysutils/sysvbanner/Makefile +++ b/sysutils/sysvbanner/Makefile @@ -19,6 +19,7 @@ MAN1= sysvbanner.1 PLIST_FILES= bin/sysvbanner +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/banner ${PREFIX}/bin/sysvbanner ${INSTALL_MAN} ${BUILD_WRKSRC}/banner.1 ${MAN1PREFIX}/man/man1/sysvbanner.1 diff --git a/sysutils/tai64nfrac/Makefile b/sysutils/tai64nfrac/Makefile index fee5bf845633..8b3728442d6c 100644 --- a/sysutils/tai64nfrac/Makefile +++ b/sysutils/tai64nfrac/Makefile @@ -12,4 +12,5 @@ COMMENT= Convert tai64n format invented by Dan Bernstein MAN1= tai64nfrac.1 PLIST_FILES= bin/tai64nfrac +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 2b407595b4b2..18c4eda19779 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -26,6 +26,7 @@ SSE2_DESC= Use SSE2-optimized code SSE2_CONFIGURE_ENABLE= sse2 SSE2_CFLAGS= -msse2 +NO_STAGE= yes post-install: @if [ ! -f ${PREFIX}/etc/tarsnap.conf ]; then \ ${CP} -p ${PREFIX}/etc/tarsnap.conf.sample ${PREFIX}/etc/tarsnap.conf ; \ diff --git a/sysutils/tbku/Makefile b/sysutils/tbku/Makefile index 4b6aaeea6d36..58b2c8f095cc 100644 --- a/sysutils/tbku/Makefile +++ b/sysutils/tbku/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tbku -# Date Created: 19 March 2008 -# Whom: tundra -# +# Created by: tundra # $FreeBSD$ -# PORTNAME= tbku PORTVERSION= 1.117 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.tundraware.com/Software/tbku/ MAINTAINER= tbku@tundraware.com COMMENT= A Tool For Incremental And Imaging Backups +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/sysutils/tclsyslog/Makefile b/sysutils/tclsyslog/Makefile index 2de2ea49c9ec..be31adf0587e 100644 --- a/sysutils/tclsyslog/Makefile +++ b/sysutils/tclsyslog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tclsyslog -# Date created: 31 March 2008 -# Whom: Frank Fenor <frank@fenor.de> -# +# Created by: Frank Fenor <frank@fenor.de> # $FreeBSD$ -# PORTNAME= tclsyslog PORTVERSION= 2.1 @@ -24,6 +20,7 @@ PLIST_FILES= lib/syslog/libsyslog.so.2.1 \ lib/syslog/pkgIndex.tcl PLIST_DIRS= lib/syslog +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|CC=gcc|CC=${CC}|' \ diff --git a/sysutils/tcplist/Makefile b/sysutils/tcplist/Makefile index 499bf8027421..2a3f7c158d3d 100644 --- a/sysutils/tcplist/Makefile +++ b/sysutils/tcplist/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: tcplist -# Date created: Mon Apr 14, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= tcplist PORTVERSION= 2.2 @@ -25,4 +20,5 @@ NO_WRKSUBDIR= yes INSTALL_TARGET= install install.man MAN1= tcplist.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index 1591d5b91128..7897bce6571a 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -1,7 +1,4 @@ -# ports collection makefile for: tdir -# Date Created: 03 July 2001 -# Whom: tundra -# +# Created by: tundra # $FreeBSD$ PORTNAME= tdir @@ -16,4 +13,5 @@ USE_PYTHON= yes MANCOMPRESSED= yes MAN1= tdir.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/tenshi/Makefile b/sysutils/tenshi/Makefile index fa533394500b..ceab11f26405 100644 --- a/sysutils/tenshi/Makefile +++ b/sysutils/tenshi/Makefile @@ -25,6 +25,7 @@ MAN8= tenshi.8 PORTDOCS= README Changelog +NO_STAGE= yes post-patch: @${PERL5} -pi.bak -e ' \ s"/usr/bin/perl"${PERL}" if $$. == 1; \ diff --git a/sysutils/tentakel/Makefile b/sysutils/tentakel/Makefile index 40fefdd8c2ba..261037b0e501 100644 --- a/sysutils/tentakel/Makefile +++ b/sysutils/tentakel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tentakel -# Date created: May 24, 2003 -# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> -# +# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca> # $FreeBSD$ -# PORTNAME= tentakel PORTVERSION= 2.2 @@ -21,4 +17,5 @@ USE_PYDISTUTILS= yes MAN1= tentakel.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile index 74190406e476..e52ecf832a3b 100644 --- a/sysutils/testdisk/Makefile +++ b/sysutils/testdisk/Makefile @@ -32,6 +32,7 @@ NTFSPROGS_DESC= Use ntfsprogs extensions PROGSREISERFS_DESC= Use reiserfs extensions # E2FSPROGS "Use ext2fs extensions" off \ +NO_STAGE= yes .include <bsd.port.pre.mk> #.if !defined(NOPORTDOCS) diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 761c603db0b9..a94cd1a70146 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -18,6 +18,7 @@ WANT_GNOME= yes #OPTIONS_SINGLE_X11= GTK2 #OPTIONS_DEFAULT= GTK2 +NO_STAGE= yes .include <bsd.port.options.mk> #.if ${PORT_OPTIONS:MGTK2} diff --git a/sysutils/throttle/Makefile b/sysutils/throttle/Makefile index 717c56692a55..5bbae288893a 100644 --- a/sysutils/throttle/Makefile +++ b/sysutils/throttle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: throttle -# Date created: Apr 29, 2004 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= throttle PORTVERSION= 1.2 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= throttle.1 PLIST_FILES= bin/throttle +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index 80f734022e2e..02921619c791 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -16,6 +16,7 @@ CONFLICTS= netpipes-[0-9]* MAN1= timelimit.1 PLIST_FILES= bin/timelimit +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${PREFIX}/man/man1/ diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile index dd3dc5ddcf37..f070b462a78d 100644 --- a/sysutils/timemon/Makefile +++ b/sysutils/timemon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: timemon.app -# Date created: 28 Aug 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= timemon PORTVERSION= 4.1 @@ -22,6 +18,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${RM} ${WRKSRC}/shared_obj/*.* diff --git a/sysutils/titlefix/Makefile b/sysutils/titlefix/Makefile index b0771104b928..8f20494bf528 100644 --- a/sysutils/titlefix/Makefile +++ b/sysutils/titlefix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: titlefix -# Date created: 17 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= titlefix PORTVERSION= 0.5.3 @@ -21,6 +17,7 @@ NO_BUILD= yes MAN1= titlefix.1 titlefixid3.1 titleid3.1 PLIST_FILES= bin/titlefix bin/titlefixid3 bin/titleid3 +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${LN} -sf ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/titlefixid3 diff --git a/sysutils/tkdvd/Makefile b/sysutils/tkdvd/Makefile index eee3935f5a39..b29a6f49ba2b 100644 --- a/sysutils/tkdvd/Makefile +++ b/sysutils/tkdvd/Makefile @@ -29,6 +29,7 @@ DESKTOP_ENTRIES="TkDVD" \ "" \ true +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/tm/Makefile b/sysutils/tm/Makefile index 72703c0f3d9d..b73645858afe 100644 --- a/sysutils/tm/Makefile +++ b/sysutils/tm/Makefile @@ -18,6 +18,7 @@ MAKE_ENV= LINUX_LIBS=-lutil OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-extract: @${MV} ${WRKSRC}/web/index.html ${WRKSRC}/ diff --git a/sysutils/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile index e19945317320..0d5b1aafd3e8 100644 --- a/sysutils/tmpreaper/Makefile +++ b/sysutils/tmpreaper/Makefile @@ -20,6 +20,7 @@ MAN8= tmpreaper.8 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/tmpwatch/Makefile b/sysutils/tmpwatch/Makefile index 314f0eb7a992..f4adb20695c1 100644 --- a/sysutils/tmpwatch/Makefile +++ b/sysutils/tmpwatch/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes MAN8= tmpwatch.8 PLIST_FILES= sbin/tmpwatch +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 9f943f0ab8e3..55c2cb6acdc9 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -30,6 +30,7 @@ LIBEVENT2_DESC= Use libevent version 2 LIBEVENT_STATIC_DESC= Build with static libevent BACKSPACE_DESC= Build with tty/keys patch +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBEVENT2} diff --git a/sysutils/topless/Makefile b/sysutils/topless/Makefile index fa2f8858b0eb..8458250bcb44 100644 --- a/sysutils/topless/Makefile +++ b/sysutils/topless/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: topless -# Date created: Jun 11 2005 -# Whom: koma2@lovepeers.org -# +# Created by: koma2@lovepeers.org # $FreeBSD$ -# PORTNAME= topless PORTVERSION= 1.52 @@ -19,4 +15,5 @@ USE_PERL5= build MAN1= topless.1 PLIST_FILES= bin/topless +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 8d70593d844d..c4c2d394ad1a 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -56,6 +56,7 @@ MAN8= pbs_mom.8 pbsnodes.8 pbs_sched_basl.8 pbs_sched_cc.8 \ MLINKS= pbs_sched_cc.8 pbs_sched.8 \ pbs_resources_freebsd.7 pbs_resources.7 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/torsmo/Makefile b/sysutils/torsmo/Makefile index e8b43ff0fd48..021c86f518fd 100644 --- a/sysutils/torsmo/Makefile +++ b/sysutils/torsmo/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= XFT DOUBLE_BUFFER DOCS OPTIONS_DEFAULT= XFT DOUBLE_BUFFER DOUBLE_BUFFER_DESC= Flicker-free operation support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXFT} diff --git a/sysutils/toshctl/Makefile b/sysutils/toshctl/Makefile index 39db6e4973ff..88906f8e8c3f 100644 --- a/sysutils/toshctl/Makefile +++ b/sysutils/toshctl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: toshctl -# Date created: 22 September 2003 -# Whom: carl@servicefactory.com -# +# Created by: carl@servicefactory.com # $FreeBSD$ -# PORTNAME= toshctl PORTVERSION= 0.0.0p3 @@ -19,6 +15,7 @@ PLIST_FILES= bin/toshctl WRKSRC= ${WRKDIR}/toshctl +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index 979f5654b838..d2bc01d60265 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -48,6 +48,7 @@ CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ --enable-external-qdbm --enable-libexif --enable-libvorbis \ --enable-libiptcdata +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(TRACKER_SLAVE) diff --git a/sysutils/tracker-gnome/Makefile b/sysutils/tracker-gnome/Makefile index 6b05f23391db..9fcc0a57a121 100644 --- a/sysutils/tracker-gnome/Makefile +++ b/sysutils/tracker-gnome/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tracker-gnome -# Date created: 2008-03-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/tracker-gnome/Makefile,v 1.4 2009/08/08 18:46:42 ahze Exp $ @@ -13,4 +10,5 @@ TRACKER_SLAVE= gnome PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/tracker-libtrackergtk/Makefile b/sysutils/tracker-libtrackergtk/Makefile index df24c49acbb0..113d3d56c10b 100644 --- a/sysutils/tracker-libtrackergtk/Makefile +++ b/sysutils/tracker-libtrackergtk/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tracker-libtrackergtk -# Date created: 2008-03-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/tracker-libtrackergtk/Makefile,v 1.1 2009/08/08 18:46:43 ahze Exp $ @@ -14,4 +11,5 @@ PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile index f1fba25f461d..6a6cc0934514 100644 --- a/sysutils/tracker/Makefile +++ b/sysutils/tracker/Makefile @@ -21,6 +21,7 @@ OPTIONS_DEFAULT=GNOME MSOFFICE GNOME_DESC= Gnome preferences, panel applet, and search tool MSOFFICE_DESC= Search support for Microsoft Office Docs (uses gtk) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNOME} diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile index 7585883c33ae..12db64609e82 100644 --- a/sysutils/tree/Makefile +++ b/sysutils/tree/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= bin/tree PORTDOCS= CHANGES README +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/sysutils/tren/Makefile b/sysutils/tren/Makefile index 24652e31ae4f..25a2c6066d7b 100644 --- a/sysutils/tren/Makefile +++ b/sysutils/tren/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tren -# Date created: 23 April 2010 -# Whom: Tim Daneliuk <tren@tundraware.com> -# +# Created by: Tim Daneliuk <tren@tundraware.com> # $FreeBSD$ -# PORTNAME= tren PORTVERSION= 1.242 @@ -21,6 +17,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/tren.py PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ diff --git a/sysutils/ts/Makefile b/sysutils/ts/Makefile index 703b9cc91ab6..934514aebd25 100644 --- a/sysutils/ts/Makefile +++ b/sysutils/ts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ts -# Date created: 3 April 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ts PORTVERSION= 0.7.3 @@ -18,6 +14,7 @@ PLIST_FILES= bin/ts PORTDOCS= OBJECTIVES PROTOCOL README TRICKS MAN1= ts.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^GLIBCFLAGS/d;/^CFLAGS/d'\ ${WRKSRC}/Makefile diff --git a/sysutils/tss/Makefile b/sysutils/tss/Makefile index 93ba50c90321..5cbbd9c167d5 100644 --- a/sysutils/tss/Makefile +++ b/sysutils/tss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tss -# Date created: 25 October 2006 -# Whom: Peter Ankerstal <peter@pean.org> -# +# Created by: Peter Ankerstal <peter@pean.org> # $FreeBSD$ -# PORTNAME= tss PORTVERSION= 0.8.2 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.pulia.nu/tss/src/ MAINTAINER= peter@pean.org COMMENT= Terminal ScreenSaver that allows you to lock you terminal +NO_STAGE= yes post-patch: @ ${REINPLACE_CMD} -e "s|/etc/tss|${PREFIX}/etc/tss|" ${WRKSRC}/src/main.c diff --git a/sysutils/tty-clock/Makefile b/sysutils/tty-clock/Makefile index 16566e9cc6f2..b1697314ea07 100644 --- a/sysutils/tty-clock/Makefile +++ b/sysutils/tty-clock/Makefile @@ -16,6 +16,7 @@ FETCH_ARGS= -pRr WRKSRC= "${WRKDIR}/xorg62-${PORTNAME}-${DISTNAME}" PLIST_FILES= bin/tty-clock +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS \+=|' ${WRKSRC}/Makefile diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile index eb0bac5b6447..7d37d2506842 100644 --- a/sysutils/ttyload/Makefile +++ b/sysutils/ttyload/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: ttyload -# Date Created: Nov 21, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= ttyload @@ -22,6 +18,7 @@ PLIST_FILES= bin/ttyload PORTDOCS= * SUB_FILES= pkg-message +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" diff --git a/sysutils/tw_cli/Makefile b/sysutils/tw_cli/Makefile index 6fab789ca576..8ff75e11233f 100644 --- a/sysutils/tw_cli/Makefile +++ b/sysutils/tw_cli/Makefile @@ -22,6 +22,7 @@ SUB_FILES+= 407.status-3ware-raid PORTDOCS= tw_cli.8.html MAN8+= tw_cli.8 +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/tzdialog/Makefile b/sysutils/tzdialog/Makefile index bf7881e766a9..365cc59c494d 100644 --- a/sysutils/tzdialog/Makefile +++ b/sysutils/tzdialog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tzdialog -# Date created: 11 January 2012 -# Whom: Devin Teske <dteske@vicor.com> -# +# Created by: Devin Teske <dteske@vicor.com> # $FreeBSD$ -# PORTNAME= tzdialog PORTVERSION= 1.2 @@ -18,6 +14,7 @@ NO_BUILD= yes PLIST_FILES= sbin/${PORTNAME} MAN8= ${PORTNAME}.8 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/ diff --git a/sysutils/u-boot-beaglebone-eabi/Makefile b/sysutils/u-boot-beaglebone-eabi/Makefile index 56e53176dd23..83361337342e 100644 --- a/sysutils/u-boot-beaglebone-eabi/Makefile +++ b/sysutils/u-boot-beaglebone-eabi/Makefile @@ -28,6 +28,7 @@ PLIST_DIRS= ${U_BOOT_DIR} share/u-boot CROSS_PREFIX= arm-eabi- ARCH= arm +NO_STAGE= yes do-configure: (cd ${WRKSRC}; ${GMAKE} CROSS_COMPILE=${CROSS_PREFIX} am335x_evm_config) diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile index 201e692d961d..28b32b8343b9 100644 --- a/sysutils/ua/Makefile +++ b/sysutils/ua/Makefile @@ -16,6 +16,7 @@ MAN1= kua.1 ua.1 PLIST_FILES= bin/kua bin/ua PORTDOCS= README +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/sysutils/ucspi-ipc/Makefile b/sysutils/ucspi-ipc/Makefile index a44e32ba1fde..d1116ccf4e65 100644 --- a/sysutils/ucspi-ipc/Makefile +++ b/sysutils/ucspi-ipc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ucspi-ipc -# Date created: 2004-07-07 -# Whom: David Thiel <lx@redundancy.redundancy.org> -# +# Created by: David Thiel <lx@redundancy.redundancy.org> # $FreeBSD$ -# PORTNAME= ucspi-ipc PORTVERSION= 0.67 @@ -23,6 +19,7 @@ DOCS= CHANGES WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME} +NO_STAGE= yes do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc diff --git a/sysutils/ucspi-proxy/Makefile b/sysutils/ucspi-proxy/Makefile index 223ca6537679..cd8148f6292b 100644 --- a/sysutils/ucspi-proxy/Makefile +++ b/sysutils/ucspi-proxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ucspi-proxy -# Date created: 15 November 2005 -# Whom: Dale Woolridge <dale.woolridge@gmail.com> -# +# Created by: Dale Woolridge <dale.woolridge@gmail.com> # $FreeBSD$ -# PORTNAME= ucspi-proxy PORTVERSION= 0.98 @@ -25,6 +21,7 @@ MAN1= ucspi-proxy-http-xlate.1 ucspi-proxy.1 PLIST_FILES= bin/ucspi-proxy bin/ucspi-proxy-log bin/ucspi-proxy-pop3 \ bin/ucspi-proxy-imap bin/ucspi-proxy-http-xlate +NO_STAGE= yes do-configure: ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin ${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man diff --git a/sysutils/ucspi-ssl-tls/Makefile b/sysutils/ucspi-ssl-tls/Makefile index 7b3ade65b193..c2ea3babffef 100644 --- a/sysutils/ucspi-ssl-tls/Makefile +++ b/sysutils/ucspi-ssl-tls/Makefile @@ -17,4 +17,5 @@ PATCH_WRKSRC= ${WRKSRC}/src MASTERDIR= ${.CURDIR}/../ucspi-ssl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile index 05ff10b4207f..89be92f26e13 100644 --- a/sysutils/ucspi-ssl/Makefile +++ b/sysutils/ucspi-ssl/Makefile @@ -29,6 +29,7 @@ WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME} SCRIPTS_TO_INSTALL= https@ sslcat sslconnect +NO_STAGE= yes post-patch: .for x in ${SCRIPTS_TO_INSTALL} @${REINPLACE_CMD} -i '' -e 's|HOME/command/|${PREFIX}/bin/|' \ diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index 90615471792f..e2d38f8e0780 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -49,6 +49,7 @@ SCRIPTS= date@ \ who@ \ tcpcat +NO_STAGE= yes .include <bsd.port.pre.mk> # SSL and LIMITS can't coexist diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile index d2a8e432d478..4dda6d349fdc 100644 --- a/sysutils/ucspi-unix/Makefile +++ b/sysutils/ucspi-unix/Makefile @@ -25,6 +25,7 @@ PORTDOCS= NEWS PROTOCOL README TODO OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: .SILENT diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 92fb54699741..408d6f89fd51 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -29,6 +29,7 @@ PLIST_FILES= bin/udfdump \ bin/cd_disect \ bin/mmc_format +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFUSE} diff --git a/sysutils/ufs_copy/Makefile b/sysutils/ufs_copy/Makefile index 8287ea4119df..1e0551b81a81 100644 --- a/sysutils/ufs_copy/Makefile +++ b/sysutils/ufs_copy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ufs_copy -# Date created: 3 July 2005 -# Whom: MANTANI Nobutaka <nobutaka@freebsd.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ufs_copy PORTVERSION= 20060921 @@ -18,6 +14,7 @@ COMMENT= Fast copy utility for UFS filesystem WRKSRC= ${WRKDIR}/ufs MAKE_ARGS= BINDIR=${PREFIX}/sbin +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/sysutils/uhidd/Makefile b/sysutils/uhidd/Makefile index 2c40ffb9fd8b..11e622a26b72 100644 --- a/sysutils/uhidd/Makefile +++ b/sysutils/uhidd/Makefile @@ -25,6 +25,7 @@ MAN8= uhidd.8 LIBDIR= ${PREFIX}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> LIBCUSE= ${LIBDIR}/libcuse4bsd.so diff --git a/sysutils/uif2iso/Makefile b/sysutils/uif2iso/Makefile index da14633e5e37..5dd738389bf7 100644 --- a/sysutils/uif2iso/Makefile +++ b/sysutils/uif2iso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/uif2iso -# Date created: 27 Jan 2008 -# Whom: Martin Tournoij <carpetsmoker@xs4all.nl> -# +# Created by: Martin Tournoij <carpetsmoker@xs4all.nl> # $FreeBSD$ -# PORTNAME= uif2iso PORTVERSION= 0.1.7c @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/src PLIST_FILES= bin/uif2iso PORTDOCS= README uif2iso.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/uif2iso.c @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index f7f42267d304..1b3d2ac3dbba 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -30,6 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= unieject.1 MAN5= unieject.conf.5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/-D_POSIX_C_SOURCE/s|^CPPFLAGS|#CPPFLAGS|' ${WRKSRC}/configure diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile index 4686ec34fec7..458be836fa2d 100644 --- a/sysutils/uniutils/Makefile +++ b/sysutils/uniutils/Makefile @@ -27,6 +27,7 @@ PORTDOCS= AUTHORS NEWS README MAN1= ExplicateUTF8.1 unidesc.1 unifuzz.1 unihist.1 uniname.1 \ unireverse.1 +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's|TestData|${EXAMPLESDIR}|' ${WRKSRC}/README diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index 22beefe7fd08..d8530cf36c99 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -18,4 +18,5 @@ PLIST_FILES= bin/unquote MAKE_ENV+= RELEASE=yes .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/unstow/Makefile b/sysutils/unstow/Makefile index 271080aa637b..620f4683b4b3 100644 --- a/sysutils/unstow/Makefile +++ b/sysutils/unstow/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unstow -# Date created: 3 January 2010 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= unstow PORTVERSION= 0.1.1 @@ -20,6 +16,7 @@ PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 PORTDOCS= README.md +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/ .for man in ${MAN1} diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 5eaa1bf94cd5..ab74f845d956 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -43,4 +43,5 @@ MAN7= UPower.7 MAN8= upowerd.8 .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/upsd/Makefile b/sysutils/upsd/Makefile index fc66a35e4347..22116bfbba07 100644 --- a/sysutils/upsd/Makefile +++ b/sysutils/upsd/Makefile @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/upsd-2.0 PLIST_FILES= sbin/upsd etc/upsd.conf etc/rc.d/upsd.sh +NO_STAGE= yes pre-build: @${MV} ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig @${SED} -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h diff --git a/sysutils/upsdaemon/Makefile b/sysutils/upsdaemon/Makefile index 8a3c623e9315..619790d70f7d 100644 --- a/sysutils/upsdaemon/Makefile +++ b/sysutils/upsdaemon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: UpsDaemon -# Date created: 17 June 2006 -# Whom: Ederson de Moura <ederbs@ederbs.org> -# +# Created by: Ederson de Moura <ederbs@ederbs.org> # $FreeBSD$ -# PORTNAME= upsdaemon PORTVERSION= 1.0 @@ -19,6 +15,7 @@ MANCOMPRESSED= no USE_RC_SUBR= upsdaemon +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/sysutils/uptimed/Makefile b/sysutils/uptimed/Makefile index 5ad809bbaff0..933113344a2e 100644 --- a/sysutils/uptimed/Makefile +++ b/sysutils/uptimed/Makefile @@ -25,6 +25,7 @@ USE_RC_SUBR= ${PORTNAME} MAN1= uprecords.1 MAN8= uptimed.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \ diff --git a/sysutils/usb_modeswitch/Makefile b/sysutils/usb_modeswitch/Makefile index 867e902dc1aa..f00f178130f3 100644 --- a/sysutils/usb_modeswitch/Makefile +++ b/sysutils/usb_modeswitch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: usb_modeswitch -# Date created: 14 January 2011 -# Whom: Alexander V. Chernikov <melifaro@FreeBSD.org> -# +# Created by: Alexander V. Chernikov <melifaro@FreeBSD.org> # $FreeBSD$ -# PORTNAME= usb_modeswitch PORTVERSION= 1.2.1 @@ -22,6 +18,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= usb_modeswitch.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/sysutils/usbhotkey/Makefile b/sysutils/usbhotkey/Makefile index 03a663432ffb..a4b850e0cc4a 100644 --- a/sysutils/usbhotkey/Makefile +++ b/sysutils/usbhotkey/Makefile @@ -30,4 +30,5 @@ GUI_DESC= Enable GUI bits (via Imlib) GUI_LIB_DEPENDS= libImlib.so:${PORTSDIR}/graphics/imlib GUI_CONFIGURE_OFF= --without-Imlib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/usbutils/Makefile b/sysutils/usbutils/Makefile index 3c8e45071867..ac5adf769164 100644 --- a/sysutils/usbutils/Makefile +++ b/sysutils/usbutils/Makefile @@ -22,6 +22,7 @@ MAN1= usb-devices.1 MAN8= lsusb.8 PORTDOCS= AUTHORS ChangeLog NEWS README +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \ diff --git a/sysutils/uschedule/Makefile b/sysutils/uschedule/Makefile index 3d191810d86f..6ec1f9303209 100644 --- a/sysutils/uschedule/Makefile +++ b/sysutils/uschedule/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uschedule -# Date created: 2004-02-19 -# Whom: Thomas Seck <tmseck@netcologne.de> -# +# Created by: Thomas Seck <tmseck@netcologne.de> # $FreeBSD$ -# PORTNAME= uschedule PORTVERSION= 0.7.1 @@ -31,6 +27,7 @@ sbin= uscheduled PLIST_FILES= ${bin:S,^,bin/,} PLIST_FILES+= ${sbin:S,^,sbin/,} +NO_STAGE= yes pre-build: ${ECHO_CMD} "${CC}" > ${WRKSRC}/src/conf-cc ${ECHO_CMD} "${CFLAGS}" > ${WRKSRC}/src/conf-cflags diff --git a/sysutils/userinfo/Makefile b/sysutils/userinfo/Makefile index 221e6320d708..9bb7e7d0a054 100644 --- a/sysutils/userinfo/Makefile +++ b/sysutils/userinfo/Makefile @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes MAN1= ui.1 MLINKS= ui.1 userinfo.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/userlist/Makefile b/sysutils/userlist/Makefile index e2cbf266989f..daebe9a75922 100644 --- a/sysutils/userlist/Makefile +++ b/sysutils/userlist/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: userlist -# Date created: 8 May 2001 -# Whom: Jamie Heckford <jamie@jamiesdomain.co.uk> -# +# Created by: Jamie Heckford <jamie@jamiesdomain.co.uk> # $FreeBSD$ -# PORTNAME= userlist PORTVERSION= 0.1 @@ -17,6 +13,7 @@ COMMENT= Prints a list of all usernames in /etc/passwd NO_BUILD= yes PLIST_FILES= bin/userlist +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${FILESDIR}/userlist ${PREFIX}/bin diff --git a/sysutils/usermatic/Makefile b/sysutils/usermatic/Makefile index 77d4001ad786..a36194f2663b 100644 --- a/sysutils/usermatic/Makefile +++ b/sysutils/usermatic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: usermatic -# Date created: 10 Januar 2004 -# Whom: Andreas Fehlner (fehlner@gmx.de) -# +# Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -# PORTNAME= usermatic PORTVERSION= 0.6.1 @@ -30,6 +26,7 @@ EXAMPLES= digestion/list_digested digestion/list_raw \ RUN_DEPENDS+= ${PREFIX}/sbin/userneu.pl:${PORTSDIR}/sysutils/userneu +NO_STAGE= yes do-install: cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN8} ${MANPREFIX}/man/man8 diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index 9d8922d673e9..0d2ab22989c7 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -25,6 +25,7 @@ SUB_FILES= pkg-message USERMIN_MODULES= +NO_STAGE= yes post-extract: @if [ "${USERMIN_MODULES}" != "" ]; then \ for usermin_module in ${USERMIN_MODULES}; do \ diff --git a/sysutils/userneu-devel/Makefile b/sysutils/userneu-devel/Makefile index 42a464e951da..76b3ec8748c0 100644 --- a/sysutils/userneu-devel/Makefile +++ b/sysutils/userneu-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: userneu-devel -# Date created: 22 November 2003 -# Whom: Andreas Fehlner (fehlner@gmx.de) -# +# Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -# PORTNAME= userneu PORTVERSION= 1.43 @@ -36,6 +32,7 @@ LDOCS2= README INSTALL userneu.pod userneu.conf.pod PORTDOCS= ${LDOCS1} ${LDOCS2} EXAMPLES= userlist userneu.conf.example +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/userneu/Makefile b/sysutils/userneu/Makefile index 0bd8e7f3e576..cb142db79b1d 100644 --- a/sysutils/userneu/Makefile +++ b/sysutils/userneu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: userneu -# Date created: 7 August 2003 -# Whom: Andreas Fehlner (fehlner@gmx.de) -# +# Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -# PORTNAME= userneu PORTVERSION= 1.38 @@ -33,6 +29,7 @@ DOCS= BUGS CHANGES CREDITS REQUIREMENTS TODO \ doc/README doc/INSTALL doc/userneu.pod doc/userquick.pod EXAMPLES= list-sample +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/usrinfo/Makefile b/sysutils/usrinfo/Makefile index 7cf2c9b3ba55..a77e89eb7f80 100644 --- a/sysutils/usrinfo/Makefile +++ b/sysutils/usrinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: usrinfo -# Date created: 28 January 2004 -# Whom: Aaron Landwehr <aaron@snaphat.com> -# +# Created by: Aaron Landwehr <aaron@snaphat.com> # $FreeBSD$ -# PORTNAME= usrinfo PORTVERSION= .10 @@ -20,6 +16,7 @@ PLIST_FILES= bin/usrinfo MANCOMPRESSED= no MAN1= usrinfo.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/usrinfo ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/usrinfo.1 ${MANPREFIX}/man/man1 diff --git a/sysutils/utcount/Makefile b/sysutils/utcount/Makefile index 9962d5c5241a..37fa6cbb1250 100644 --- a/sysutils/utcount/Makefile +++ b/sysutils/utcount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: utcount -# Date created: May 14 2003 -# Whom: Denis N. Peplin <info@volginfo.ru> -# +# Created by: Denis N. Peplin <info@volginfo.ru> # $FreeBSD$ -# PORTNAME= utcount PORTVERSION= 0.1 @@ -13,4 +9,5 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Users Traffic Count +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile index c2bb73b65543..12a06275e1e3 100644 --- a/sysutils/vbetool/Makefile +++ b/sysutils/vbetool/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: vbetool -# Date created: 2008-12-05 -# Whom: Jung-uk Kim <jkim@FreeBSD.org> -# +# Created by: Jung-uk Kim <jkim@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vbetool PORTVERSION= 1.1 @@ -27,4 +23,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-x86emu CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/vcp/Makefile b/sysutils/vcp/Makefile index aac289afeb01..d7215ec0a5fc 100644 --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: vcp -# Date created: Tue Feb 11, 2003 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= vcp PORTVERSION= 2.2 @@ -19,6 +15,7 @@ CONFLICTS= p5-VCP-[0-9]* \ LDFLAGS+= -lncurses +NO_STAGE= yes pre-build: @${REINPLACE_CMD} -e 's|/etc/vcp.conf|${PREFIX}/etc/vcp.conf|' ${WRKSRC}/misc.c @${REINPLACE_CMD} -e 's|/etc/vcp.conf|${PREFIX}/etc/vcp.conf|g' ${WRKSRC}/vcp.1 diff --git a/sysutils/videogen/Makefile b/sysutils/videogen/Makefile index 6591b83a8c83..9413a5c1c3da 100644 --- a/sysutils/videogen/Makefile +++ b/sysutils/videogen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: videogen -# Date created: Mar 30, 2002 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= videogen PORTVERSION= 0.33 @@ -19,6 +15,7 @@ MAN1= ${PORTNAME}.1 PORTDOCS= BUGS CHANGES README THANKS PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-extract: @${LN} -sf ${PORTNAME}.1x ${WRKSRC}/${PORTNAME}.1 diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile index e61cd4906426..f37854cb9e58 100644 --- a/sysutils/vii/Makefile +++ b/sysutils/vii/Makefile @@ -23,6 +23,7 @@ MAN1= vii.1 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1 diff --git a/sysutils/vils/Makefile b/sysutils/vils/Makefile index a2d4ea4143e1..5ff8ef4b697d 100644 --- a/sysutils/vils/Makefile +++ b/sysutils/vils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vils -# Date created: 22 January 2006 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= vils PORTVERSION= 20020228 @@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_FILES= bin/vils +NO_STAGE= yes do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/vils ${WRKDIR}/vils diff --git a/sysutils/vimpager/Makefile b/sysutils/vimpager/Makefile index 3500033cf754..01598a7428d1 100644 --- a/sysutils/vimpager/Makefile +++ b/sysutils/vimpager/Makefile @@ -1,4 +1,4 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ PORTNAME= vimpager @@ -16,6 +16,7 @@ FETCH_ARGS= -prR PLIST_FILES= bin/${PORTNAME} bin/vimcat etc/${PORTNAME}rc MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/vimcat ${PREFIX}/bin diff --git a/sysutils/virtualmin/Makefile b/sysutils/virtualmin/Makefile index 51d1fc058414..3ae969f57b44 100644 --- a/sysutils/virtualmin/Makefile +++ b/sysutils/virtualmin/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/webmin/webmin-init:${PORTSDIR}/sysutils/webmin NO_BUILD= yes WRKSRC= ${WRKDIR}/virtual-server +NO_STAGE= yes post-extract: @${RM} -r ${WRKSRC}/images/.xvpics @${FIND} ${WRKSRC} -name "*.swp" -delete diff --git a/sysutils/vlogger/Makefile b/sysutils/vlogger/Makefile index 6e2543ee5534..e4a7c965c755 100644 --- a/sysutils/vlogger/Makefile +++ b/sysutils/vlogger/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/vlogger -# Date created: 18 August 2011 -# Whom: Linh Pham <question+fbsdports@closedsrc.org> -# +# Created by: Linh Pham <question+fbsdports@closedsrc.org> # $FreeBSD$ -# PORTNAME= vlogger PORTVERSION= 1.3 @@ -22,6 +18,7 @@ NO_BUILD= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} diff --git a/sysutils/vmdktool/Makefile b/sysutils/vmdktool/Makefile index 0f7ac2ffd49c..007cf2147d78 100644 --- a/sysutils/vmdktool/Makefile +++ b/sysutils/vmdktool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vmdktool -# Date created: February 24, 2012 -# Whom: Brian Somers <brian@FreeBSD.org> -# +# Created by: Brian Somers <brian@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vmdktool PORTVERSION= 1.3 @@ -21,4 +17,5 @@ MAN8= vmdktool.8 PLIST_FILES= bin/vmdktool +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 8a765933499f..259feeb40c0a 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: VOB dvd rip -# Date created: Sun May 12 09:25:37 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vobcopy PORTVERSION= 1.2.0 @@ -29,6 +25,7 @@ PLIST_FILES= bin/vobcopy PORTDOCS= COPYING Changelog README TODO \ alternative_programs.txt +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/sysutils/volman/Makefile b/sysutils/volman/Makefile index 30eff9f78d71..421062bdad38 100644 --- a/sysutils/volman/Makefile +++ b/sysutils/volman/Makefile @@ -18,6 +18,7 @@ OPTIONS_DEFINE= OPENBOX NTFS3G OPENBOX_DESC= Openbox pipemenu script NTFS3G_DESC= Use fusefs-ntfs extensions +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENBOX} diff --git a/sysutils/vordog/Makefile b/sysutils/vordog/Makefile index f5a5b547a335..d745c62551cf 100644 --- a/sysutils/vordog/Makefile +++ b/sysutils/vordog/Makefile @@ -14,6 +14,7 @@ KMODDIR= /boot/modules ONLY_FOR_ARCHS= i386 +NO_STAGE= yes do-install: ${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR} diff --git a/sysutils/vpnc-scripts/Makefile b/sysutils/vpnc-scripts/Makefile index dfc11f334e8c..5c97a1090b1b 100644 --- a/sysutils/vpnc-scripts/Makefile +++ b/sysutils/vpnc-scripts/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes PLIST_FILES= sbin/vpnc-script sbin/vpnc-script-sshd sbin/vpnc-script-ptrtd +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script-sshd ${PREFIX}/sbin diff --git a/sysutils/vstrip/Makefile b/sysutils/vstrip/Makefile index cb1deaf4875b..c4efd9edf21a 100644 --- a/sysutils/vstrip/Makefile +++ b/sysutils/vstrip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vstrip -# Date created: Mon Jan 2 18:13:03 UTC 2006 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vstrip DISTVERSION= 0.8f @@ -23,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type f -print0 | \ ${XARGS} -0 -x -n 10 \ diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile index a4e2b126ba30..c530ecb774a8 100644 --- a/sysutils/vttest/Makefile +++ b/sysutils/vttest/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vttest -# Date created: 2005-07-21 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= vttest PORTVERSION= 2012.05.06 @@ -22,4 +18,5 @@ MAKEFILE= makefile MAN1= vttest.1 PLIST_FILES= bin/vttest +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/wait_on/Makefile b/sysutils/wait_on/Makefile index 7c4f1421442a..7a2ab38b8942 100644 --- a/sysutils/wait_on/Makefile +++ b/sysutils/wait_on/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wait_on -# Date created: 29 Jan 2002 -# Whom: Andrew Stevenson <andrew@ugh.net.au> -# +# Created by: Andrew Stevenson <andrew@ugh.net.au> # $FreeBSD$ -# PORTNAME= wait_on PORTVERSION= 1.1 @@ -19,4 +15,5 @@ MAN1= wait_on.1 MANCOMPRESSED= maybe PLIST_FILES= bin/wait_on +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/warden/Makefile b/sysutils/warden/Makefile index 9b5799d514c0..4663fd4a6972 100644 --- a/sysutils/warden/Makefile +++ b/sysutils/warden/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: warden -# Date created: Mar 29, 2010 -# Whom: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ -# PORTNAME= warden PORTVERSION= 1.1.2 @@ -27,6 +23,7 @@ QMAKE_ARGS= -unix -recursive ${QMAKE_PRO} SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/warden.pro \ diff --git a/sysutils/watchdog/Makefile b/sysutils/watchdog/Makefile index bd753519d4e0..2b4d68492cee 100644 --- a/sysutils/watchdog/Makefile +++ b/sysutils/watchdog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezload -# Date created: 18 august 2003 -# Whom: dirkx@webweaving.org -# +# Created by: dirkx@webweaving.org # $FreeBSD$ -# PORTNAME= watchdog PORTVERSION= 1.00 @@ -18,4 +14,5 @@ MAN8= watchdogd.8 MANCOMPRESSED= yes PLIST_FILES= bin/watchdogd +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/watchfolder/Makefile b/sysutils/watchfolder/Makefile index 5a6766c46fe7..f2a816a26f0f 100644 --- a/sysutils/watchfolder/Makefile +++ b/sysutils/watchfolder/Makefile @@ -17,6 +17,7 @@ USE_RC_SUBR= watchd OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/watchmen/Makefile b/sysutils/watchmen/Makefile index 9d307c98ac1e..b8e827e8cdfb 100644 --- a/sysutils/watchmen/Makefile +++ b/sysutils/watchmen/Makefile @@ -33,6 +33,7 @@ PLIST_FILES= \ PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/watchmen \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/App +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MMYSQL} diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile index 16da243505ba..8c9c782097fd 100644 --- a/sysutils/webjob/Makefile +++ b/sysutils/webjob/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFAULT= PAD_TOOLS DSV_TOOLS PAD_TOOLS_DESC= install PaD tools DSV_TOOLS_DESC= install DSV tools +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPAD_TOOLS} diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 5fb745083293..bfa3a6a320ca 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -26,6 +26,7 @@ SUB_FILES= pkg-message WEBMIN_MODULES= +NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/mount/freebsd-mounts-? @if [ "${WEBMIN_MODULES}" != "" ]; then \ diff --git a/sysutils/weedit/Makefile b/sysutils/weedit/Makefile index 3ad203a7959d..307d84e595e3 100644 --- a/sysutils/weedit/Makefile +++ b/sysutils/weedit/Makefile @@ -20,6 +20,7 @@ SRCF= crc32 dlink weedit md5 PLIST_FILES= bin/weedit bin/weeditreaddb +NO_STAGE= yes do-build: .for f in ${SRCF} ${CC} ${CFLAGS} -c ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}.o diff --git a/sysutils/whatpix/Makefile b/sysutils/whatpix/Makefile index eddcde787529..294b3b2098c1 100644 --- a/sysutils/whatpix/Makefile +++ b/sysutils/whatpix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtf -# Date created: 02 June 2002 -# Whom: Philippe Casidy <pcasidy@casidy.com> -# +# Created by: Philippe Casidy <pcasidy@casidy.com> # $FreeBSD$ -# PORTNAME= whatpix PORTVERSION= 1.2 @@ -21,6 +17,7 @@ PLIST_FILES= bin/whatpix USES= perl5 USE_PERL5= run +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile index 1909353cb3fb..88f2fe27df44 100644 --- a/sysutils/whowatch/Makefile +++ b/sysutils/whowatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: whowatch -# Date created: 12 June 2000 -# Whom: Daniel Harris <dannyboy@subdimension.com> -# +# Created by: Daniel Harris <dannyboy@subdimension.com> # $FreeBSD$ -# PORTNAME= whowatch PORTVERSION= 1.4 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= whowatch.1 PLIST_FILES= bin/whowatch +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900006 diff --git a/sysutils/wiimms/Makefile b/sysutils/wiimms/Makefile index 163c7ecdd73f..70560ab3c24b 100644 --- a/sysutils/wiimms/Makefile +++ b/sysutils/wiimms/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/wiimms-iso-tools USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile index 5f9753306c0b..a73b2de91afe 100644 --- a/sysutils/wmapm/Makefile +++ b/sysutils/wmapm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmapm -# Date created: 99/07/02 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# +# Created by: Satoshi TAOKA <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wmapm PORTVERSION= 3.1 @@ -26,4 +22,5 @@ PLIST_FILES= bin/wmapm BINMODE= 2755 BINGRP= operator +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/wmapmload/Makefile b/sysutils/wmapmload/Makefile index 2f3e2912487d..9388b5d0697c 100644 --- a/sysutils/wmapmload/Makefile +++ b/sysutils/wmapmload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmapmload -# Date created: Sat Sep 21 01:48:10 EDT 2002 -# Whom: pat -# +# Created by: pat # $FreeBSD$ -# PORTNAME= wmapmload PORTVERSION= 0.3.4 @@ -25,4 +21,5 @@ PLIST_FILES= bin/wmapmload BINMODE= 2755 BINGRP= operator +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/wmbluecpu/Makefile b/sysutils/wmbluecpu/Makefile index 932c2c95694f..6dec1074289a 100644 --- a/sysutils/wmbluecpu/Makefile +++ b/sysutils/wmbluecpu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmbluecpu -# Date created: 29 Mar 2003 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= wmbluecpu PORTVERSION= 0.4 @@ -21,6 +17,7 @@ USE_XORG= xpm MAN1= wmbluecpu.1 PLIST_FILES= bin/wmbluecpu +NO_STAGE= yes post-patch: @${CP} ${FILESDIR}/cpu_freebsd.* ${WRKSRC} diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile index 74ffcea88b08..d14e55ee2cf4 100644 --- a/sysutils/wmbsdbatt/Makefile +++ b/sysutils/wmbsdbatt/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: wmbsdbatt -# Date created: 04 Feb 2004 -# Whom: Josef El-Rayes <josef@FreeBSD.org> -# +# Created by: Josef El-Rayes <josef@FreeBSD.org> # $FreeBSD$ PORTNAME= wmbsdbatt @@ -17,6 +14,7 @@ USE_XORG= x11 xpm PLIST_FILES= bin/wmbsdbatt +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index 09b87bff6ab8..3d73e235ba6a 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmcpuload -# Date created: 18 Apr 2001 -# Whom: Soeren Boll Overgaard <boll@tolkien.dk> -# +# Created by: Soeren Boll Overgaard <boll@tolkien.dk> # $FreeBSD$ -# PORTNAME= wmcpuload PORTVERSION= 1.0.1 @@ -22,6 +18,7 @@ MAN1= wmcpuload.1 PORTDOCS= ChangeLog README PLIST_FILES= bin/wmcpuload +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^DEFS/s|-I\.\.$$|-I.. -I../libdockapp/|g ; \ /^CFLAGS/s|-I../libdockapp/||g' ${WRKSRC}/src/Makefile.in diff --git a/sysutils/wmcube-gdk/Makefile b/sysutils/wmcube-gdk/Makefile index 41ad6bb79607..c25664c6e08f 100644 --- a/sysutils/wmcube-gdk/Makefile +++ b/sysutils/wmcube-gdk/Makefile @@ -23,6 +23,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= CHANGES README README.GDK TODO +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/wmcube/Makefile b/sysutils/wmcube/Makefile index fd51ceb27627..7cbb25000b38 100644 --- a/sysutils/wmcube/Makefile +++ b/sysutils/wmcube/Makefile @@ -23,6 +23,7 @@ SUB_FILES= pkg-message USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/sysutils/wmdiskmon/Makefile b/sysutils/wmdiskmon/Makefile index 03bfc9ca390f..1800000bf884 100644 --- a/sysutils/wmdiskmon/Makefile +++ b/sysutils/wmdiskmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmdiskmon -# Date created: Sun Dec 31 19:29:23 UTC 2006 -# Whom: pat -# +# Created by: pat # $FreeBSD$ -# PORTNAME= wmdiskmon PORTVERSION= 0.0.2 @@ -21,4 +17,5 @@ CONFIGURE_ARGS= --program-prefix="" MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile index 063accbe64b9..2c1401e8cc10 100644 --- a/sysutils/wmfire/Makefile +++ b/sysutils/wmfire/Makefile @@ -24,4 +24,5 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ MAN1= wmfire.1 PLIST_FILES= bin/wmfire +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/wmflame/Makefile b/sysutils/wmflame/Makefile index b64f6fbc25b9..20196e037053 100644 --- a/sysutils/wmflame/Makefile +++ b/sysutils/wmflame/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/wmflame WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin diff --git a/sysutils/wmmemfree/Makefile b/sysutils/wmmemfree/Makefile index 825c6f0d3faf..583a0f90f405 100644 --- a/sysutils/wmmemfree/Makefile +++ b/sysutils/wmmemfree/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmmemfree -# Date created: 29 Mar 2003 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= wmmemfree PORTVERSION= 0.7 @@ -21,6 +17,7 @@ USE_XORG= xpm MAN1= ${PORTNAME}.1 PLIST_FILES= bin/wmmemfree +NO_STAGE= yes post-patch: @${CP} ${FILESDIR}/mem_freebsd.* ${WRKSRC} diff --git a/sysutils/wmmemload/Makefile b/sysutils/wmmemload/Makefile index 9e113c71d9ac..1c66d6ff42b2 100644 --- a/sysutils/wmmemload/Makefile +++ b/sysutils/wmmemload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmmemload -# Date created: 14 May 2002 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= wmmemload PORTVERSION= 0.1.6 @@ -22,6 +18,7 @@ CONFIGURE_ARGS= --program-prefix="" MAN1= wmmemload.1 +NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile index 117b925b10c6..46a8bf9ab981 100644 --- a/sysutils/wmtop/Makefile +++ b/sysutils/wmtop/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/wmtop OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile index 62106eb9a2ec..b4d4c861bdab 100644 --- a/sysutils/wmupmon/Makefile +++ b/sysutils/wmupmon/Makefile @@ -19,4 +19,5 @@ CONFIGURE_ARGS= --program-prefix="" MAN1= wmupmon.1 PLIST_FILES= bin/wmupmon +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/worldtools/Makefile b/sysutils/worldtools/Makefile index b4b8760635ce..6aad7a08d1d9 100644 --- a/sysutils/worldtools/Makefile +++ b/sysutils/worldtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: whereintheworld -# Date created: 13 august 2003 -# Whom: anarcat -# +# Created by: anarcat # $FreeBSD$ -# PORTNAME= worldtools PORTVERSION= 1.3.1 @@ -22,4 +18,5 @@ MAN8= buildit.8 upgrade.8 whereintheworld.8 MAKE_ARGS= SHAREDIR=${PREFIX} MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/wtail/Makefile b/sysutils/wtail/Makefile index cc74696b8edb..34137d638150 100644 --- a/sysutils/wtail/Makefile +++ b/sysutils/wtail/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: wtail -# Date created: Jan 11, 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= wtail PORTVERSION= 0.2.2 @@ -14,6 +9,7 @@ MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/ MAINTAINER= mich@FreeBSD.org COMMENT= Wtail does the equivalent of tail -f on several files at once +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wtail ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile index d29e6a169585..1d917118422e 100644 --- a/sysutils/wuzzah/Makefile +++ b/sysutils/wuzzah/Makefile @@ -17,6 +17,7 @@ USES= gmake PLIST_FILES= bin/wuzzah MAN1= wuzzah.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 4aeed7074168..88975f74aaf5 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -24,6 +24,7 @@ MAN1= x86info.1 MAN8= lsmsr.8 PLIST_FILES= bin/lsmsr bin/x86info +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/lsmsr ${PREFIX}/bin diff --git a/sysutils/xacpim/Makefile b/sysutils/xacpim/Makefile index 93b623222061..9e08f26ee261 100644 --- a/sysutils/xacpim/Makefile +++ b/sysutils/xacpim/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xacpim -# Date created: 25 April 2004 -# Whom: henriknj@0xmilk.org -# +# Created by: henriknj@0xmilk.org # $FreeBSD$ PORTNAME= xacpim @@ -16,6 +13,7 @@ COMMENT= Utility to display battery status and temperature on the root-display USE_XORG= x11 PLIST_FILES= bin/xacpim +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${PREFIX}/bin/xacpim diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 934a9145e448..1b8b07126f24 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -17,4 +17,5 @@ USE_XORG= xpm xaw NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xbatt +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 67e125cf839a..d1bd48fa0bc9 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -17,4 +17,5 @@ WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION} MAN1= xbattbar.1 PLIST_FILES= bin/xbattbar +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index c87e23ed8a62..09d7ec8b78e5 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --with-cdrtools-prefix=${LOCALBASE} \ MAN1= xcdroast.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index d61be323f66a..f5932a8f2ce9 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -23,4 +23,5 @@ USE_XORG= ice sm x11 xaw xext xmu xt MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index 2f0cbb665ce9..fa896999e5f5 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -17,4 +17,5 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu MAN1= xdu.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xe-guest-utilities/Makefile b/sysutils/xe-guest-utilities/Makefile index 703983f8b1d4..e8d8e41e7791 100644 --- a/sysutils/xe-guest-utilities/Makefile +++ b/sysutils/xe-guest-utilities/Makefile @@ -1,5 +1,4 @@ -# Created by: Mark Felder <feld@FreeBSD.org> -# +# Created by: Mark Felder <feld@FreeBSD.org> # $FreeBSD$ PORTNAME= xe-guest-utilities @@ -30,6 +29,7 @@ ONLY_FOR_ARCHS_REASON= "Requires i385 XEN or amd64 XENHVM kernels" PLIST_FILES= sbin/xe-daemon \ sbin/xe-update-guest-attrs +NO_STAGE= yes do-build: @${DO_NADA} diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index 9d0b4c12e339..886d72958f0f 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xen-tools -# Date created: 13 December 2011 -# Whom: Evan Sarmiento <esarmiento@wayfair.com> -# +# Created by: Evan Sarmiento <esarmiento@wayfair.com> # $FreeBSD$ PORTNAME= xen-tools @@ -34,6 +31,7 @@ PLIST_FILES= lib/libxenstore.so.3.0 \ bin/xenstore-rm \ bin/xenstore-write +NO_STAGE= yes do-build: cd ${WRKSRC}/tools && ${GMAKE} -C include cd ${WRKSRC}/tools/misc && ${GMAKE} xen-detect diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index ff325b0b7d5a..91b51a2c4841 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -32,6 +32,7 @@ MAN1= xfburn.1 OPTIONS_DEFINE= DBUS HAL GSTREAMER NLS OPTIONS_DEFAULT= DBUS HAL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 583dacd79b23..eb403dc77c76 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Thorsten Greiner <thorsten.greiner@web.de> # $FreeBSD$ -# PORTNAME= xfce4-battery-plugin PORTVERSION= 1.0.5 @@ -26,6 +25,7 @@ USES= pathfix pkgconfig OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index ce404e9bd7a5..2dd7322148bf 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Matt Lancereau <matt@rimasec.net> # $FreeBSD$ -# PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 1.0.5 @@ -24,6 +23,7 @@ USES= pathfix pkgconfig OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 36aa70e9aeac..c001d45e6f03 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -25,6 +25,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 589bf4e9dec5..b194de7575fb 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -23,6 +23,7 @@ USES= pkgconfig pathfix OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index e75003f05085..d9830bf1fce0 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -21,4 +21,5 @@ USE_XFCE= configenv libmenu panel WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile index 4bb2cad9eaa1..a4911f1332e9 100644 --- a/sysutils/xfce4-minicmd-plugin/Makefile +++ b/sysutils/xfce4-minicmd-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfce4-minicmd-plugin PORTVERSION= 0.4 @@ -19,4 +18,5 @@ USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= libgui configenv panel +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xfce4-mount-plugin/Makefile b/sysutils/xfce4-mount-plugin/Makefile index 18d93f04ee54..7e626174612c 100644 --- a/sysutils/xfce4-mount-plugin/Makefile +++ b/sysutils/xfce4-mount-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Olivier Duchateau <duchateau.olivier@gmail.com> # $FreeBSD$ -# PORTNAME= xfce4-mount-plugin PORTVERSION= 0.6.4 @@ -22,4 +21,5 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_XFCE= configenv libmenu panel +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 79ca82431e05..27ae16de7652 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -22,6 +22,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index baf17f62729c..d531b4cf3d06 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -1,6 +1,5 @@ # Created by: J.R. Oldroyd <fbsd@opal.com> # $FreeBSD$ -# PORTNAME= xfce4-power-manager PORTVERSION= 1.2.0 @@ -27,6 +26,7 @@ CONFIGURE_ARGS= --disable-network-manager \ MAN1= xfce4-power-manager.1 xfce4-power-manager-settings.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \ s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \ diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index 4cf6c56720a9..d504dfc3561e 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFINE= XKLAVIER XCURSOR XRANDR NOTIFY NLS SOUND OPTIONS_DEFAULT= XKLAVIER XCURSOR XRANDR NOTIFY NLS SOUND_DESC= Enable sound control +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXKLAVIER} diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index 9531d74eecdf..ef364ee87d2a 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Thorsten Greiner <thorsten.greiner@web.de> # $FreeBSD$ -# PORTNAME= xfce4-systemload-plugin PORTVERSION= 1.1.1 @@ -25,6 +24,7 @@ USES= pathfix pkgconfig OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index 97c995824c4a..e567e8f1c8e3 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libutil libgui panel +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \ s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \ diff --git a/sysutils/xfsm/Makefile b/sysutils/xfsm/Makefile index 2a0a26c94f3f..e6c17b4f08dc 100644 --- a/sysutils/xfsm/Makefile +++ b/sysutils/xfsm/Makefile @@ -18,4 +18,5 @@ MAKE_ARGS= CC="${CC}" CCOPTIONS="-DFreeBSD" MAN1= xfsm.1 PLIST_FILES= bin/xfsm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 5a9f11df8d91..96ac52af37a4 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -29,6 +29,7 @@ MAN8= fsck.xfs.8 mkfs.xfs.8 xfs_admin.8 xfs_bmap.8 xfs_check.8 \ xfs_io.8 xfs_logprint.8 xfs_mdrestore.8 xfs_metadump.8 xfs_mkfile.8 xfs_ncheck.8 \ xfs_quota.8 xfs_repair.8 xfs_rtcp.8 +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile index 1d93b59b43c6..716bc6687b6a 100644 --- a/sysutils/xin/Makefile +++ b/sysutils/xin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xin -# Date created: Apr 27, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= xin PORTVERSION= 1.0.0 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= xin.1 PLIST_FILES= bin/xin +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xjobs/Makefile b/sysutils/xjobs/Makefile index 8120cdac2a64..d944e886afd1 100644 --- a/sysutils/xjobs/Makefile +++ b/sysutils/xjobs/Makefile @@ -18,6 +18,7 @@ MAN1= xjobs.1 PORTDOCS= ChangeLog README +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile index c7d66c8d8677..4e6b4ddbea41 100644 --- a/sysutils/xlogmaster/Makefile +++ b/sysutils/xlogmaster/Makefile @@ -20,6 +20,7 @@ INFO= xlogmaster CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|getopt_long_only|getopt_long|g' ${WRKSRC}/src/xlogmaster.cc diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index f9d769f33747..e8b8c5f44ed9 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: xmbmon -# Date created: 2001/08/30 -# Whom: kaz@kobe1995.net (NAKAMURA Kauzushi) -# +# Created by: kaz@kobe1995.net (NAKAMURA Kauzushi) # $FreeBSD$ -# PORTNAME= xmbmon PORTREVISION= 9 @@ -18,6 +14,7 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-* PLIST_FILES= lib/X11/app-defaults/XMBmon MAN1= xmbmon.1x +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/lib/X11/app-defaults ${INSTALL_DATA} ${WRKSRC}/xmbmon.resources ${PREFIX}/lib/X11/app-defaults/XMBmon diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index fe101d01b67a..fa7c44909238 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -26,4 +26,5 @@ WANT_GNOME= yes INFO= xorrecord xorriso xorrisofs MAN1= xorrecord.1 xorriso.1 xorrisofs.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index ca00b401d458..2d26eae1c472 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: xosview -# Date created: 19 Nov 1997 -# Whom: Brian Handy <handy@physics.montana.edu> -# +# Created by: Brian Handy <handy@physics.montana.edu> # $FreeBSD$ -# PORTNAME= xosview PORTVERSION= 1.8.3 @@ -19,6 +14,7 @@ USE_XORG= xpm GNU_CONFIGURE= yes MAN1= xosview.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/sysutils/xsi/Makefile b/sysutils/xsi/Makefile index 2f477d8d58c5..acbba7b76df9 100644 --- a/sysutils/xsi/Makefile +++ b/sysutils/xsi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xsi -# Date created: 18 October 2006 -# Whom: Tom McLaughlin <tmclaugh@FreeBSD.org> -# +# Created by: Tom McLaughlin <tmclaugh@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xsi PORTVERSION= 1.0.b2 @@ -23,6 +19,7 @@ USE_RC_SUBR= xsi MAN8= xsi.8 +NO_STAGE= yes post-patch: .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \ diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index 71b42b174b50..cc7e6aef193d 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -23,6 +23,7 @@ MAN5= xstow.ini.5 # This port always installs documentation, so we cannot respect NOPORTDOCS PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO xstow.html xstow.ini xstow.ini.html +NO_STAGE= yes post-install: (cd ${WRKSRC} && \ ${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${DOCSDIR}) diff --git a/sysutils/xsu/Makefile b/sysutils/xsu/Makefile index a2e35d54e0c6..4ced6fe3d274 100644 --- a/sysutils/xsu/Makefile +++ b/sysutils/xsu/Makefile @@ -21,6 +21,7 @@ MAN8= xsu.8 DOCS= CHANGELOG COPYING INSTALL +NO_STAGE= yes post-patch: .ifdef NOPORTDOCS ${REINPLACE_CMD} -e '/doc_path\/$$name/s,^[[:blank:]],#&,' \ diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile index 04696674ef74..ded54ef38e97 100644 --- a/sysutils/xsysstats/Makefile +++ b/sysutils/xsysstats/Makefile @@ -20,6 +20,7 @@ ALL_TARGET= xsysstats PLIST_FILES= bin/xsysstats +NO_STAGE= yes pre-patch: ${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index c3d84aceec17..68162e9c8381 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -41,6 +41,7 @@ NULLDOCS= COPYING MAN1= xvidcap.1 +NO_STAGE= yes pre-configure: .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's|pkgdataDATA install-xvidcapdocDATA|pkgdataDATA|' \ diff --git a/sysutils/yawho/Makefile b/sysutils/yawho/Makefile index 038e8b0a88bf..c5da04549069 100644 --- a/sysutils/yawho/Makefile +++ b/sysutils/yawho/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yawho -# Date created: 16 December 2000 -# Whom: Daniel Harris <dannyboy@FreeBSD.org> -# +# Created by: Daniel Harris <dannyboy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= yawho PORTVERSION= 1.2 @@ -17,6 +13,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/yawho +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -E -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c diff --git a/sysutils/yum/Makefile b/sysutils/yum/Makefile index a8b6bc957217..c5b366809705 100644 --- a/sysutils/yum/Makefile +++ b/sysutils/yum/Makefile @@ -32,6 +32,7 @@ MAN8= yum.8 yum-updatesd.8 yum-shell.8 RPMDIR?= /var/lib/rpm +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \ 's|@RPMDIR@|${RPMDIR}|g' -e \ diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile index 28e43ab1aab9..78d1967c1ea3 100644 --- a/sysutils/zeitgeist/Makefile +++ b/sysutils/zeitgeist/Makefile @@ -27,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= zeitgeist-daemon.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ ${WRKSRC}/extra/rdfxml2py diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile index 7842b238325c..51fe87a0b9ec 100644 --- a/sysutils/zeroer/Makefile +++ b/sysutils/zeroer/Makefile @@ -21,6 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lpopt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/sysutils/zetaback/Makefile b/sysutils/zetaback/Makefile index 54f0f91ee37b..141da1ebe1d7 100644 --- a/sysutils/zetaback/Makefile +++ b/sysutils/zetaback/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zetaback -# Date created: Wed Aug 13 21:50:57 PDT 2008 -# Whom: Cy Schubert <cy@FreeBSD.org> -# +# Created by: Cy Schubert <cy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= zetaback PORTVERSION= 1.0.4 @@ -21,6 +17,7 @@ USE_AUTOTOOLS= autoconf MAN1= zetaback.1 zetaback_agent.1 +NO_STAGE= yes post-install: @${TEST} ! -f ${PREFIX}/etc/zetaback.conf && ${CP} ${PREFIX}/etc/zetaback.conf.sample ${PREFIX}/etc/zetaback.conf; ${TRUE} @${TEST} ! -f ${PREFIX}/etc/zetaback_agent.conf && ${CP} ${PREFIX}/etc/zetaback_agent.conf.sample ${PREFIX}/etc/zetaback_agent.conf; ${TRUE} diff --git a/sysutils/zfs-periodic/Makefile b/sysutils/zfs-periodic/Makefile index c3a54deb3a19..f70c2efe958d 100644 --- a/sysutils/zfs-periodic/Makefile +++ b/sysutils/zfs-periodic/Makefile @@ -27,6 +27,7 @@ PERIODIC_FILES= etc/periodic/hourly/000.zfs-snapshot \ PLIST_FILES= ${PERIODIC_FILES} bin/zfs-snapshot PLIST_DIRSTRY= ${PERIODIC_DIRS} +NO_STAGE= yes post-patch: .for _file in ${PERIODIC_FILES} @${REINPLACE_CMD} -e "s|/etc/periodic/zfs-snapshot|${PREFIX}/bin/zfs-snapshot|" \ diff --git a/sysutils/zfs-replicate/Makefile b/sysutils/zfs-replicate/Makefile index b0583b638076..60883f373b86 100644 --- a/sysutils/zfs-replicate/Makefile +++ b/sysutils/zfs-replicate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zfs-replicate -# Date created: 2008-05-26 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= zfs-replicate PORTVERSION= 0.7 @@ -23,6 +19,7 @@ USE_BZIP2= yes PLIST_FILES= sbin/zfs-replicate +NO_STAGE= yes do-patch: @${REINPLACE_CMD} -e 's|^#!/bin/ksh|#!${PREFIX}/bin/ksh|g' ${WRKSRC}/zfs-replicate_v${PORTVERSION} @${REINPLACE_CMD} -e 's|/usr/sbin/zfs|/sbin/zfs|g' ${WRKSRC}/zfs-replicate_v${PORTVERSION} diff --git a/sysutils/zfs-snapshot-clean/Makefile b/sysutils/zfs-snapshot-clean/Makefile index ba02192a94e8..d8f27aa8db15 100644 --- a/sysutils/zfs-snapshot-clean/Makefile +++ b/sysutils/zfs-snapshot-clean/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zfs-snapshot-clean -# Date created: 2 January 2010 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= zfs-snapshot-clean PORTVERSION= 0.1.3 @@ -17,6 +13,7 @@ COMMENT= A tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean' NO_BUILD= yes PLIST_FILES= sbin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ diff --git a/sysutils/zfs-snapshot-mgmt/Makefile b/sysutils/zfs-snapshot-mgmt/Makefile index a0ebfc8f0515..d6763055c628 100644 --- a/sysutils/zfs-snapshot-mgmt/Makefile +++ b/sysutils/zfs-snapshot-mgmt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zfs-snapshot-mgmt -# Date created: 6 July 2008 -# Whom: Marcin Simonides <marcin@studio4plus.com> -# +# Created by: Marcin Simonides <marcin@studio4plus.com> # $FreeBSD$ -# PORTNAME= zfs-snapshot-mgmt PORTVERSION= 20090201 @@ -27,6 +23,7 @@ post-patch: .SILENT ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|g' {} + +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8 diff --git a/sysutils/zfs-stats/Makefile b/sysutils/zfs-stats/Makefile index 5f12192e87e0..ba0fa31a4001 100644 --- a/sysutils/zfs-stats/Makefile +++ b/sysutils/zfs-stats/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zfs-stats -# Date created: 2010-10-20 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= zfs-stats PORTVERSION= 1.2.2 @@ -22,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/zfs-stats \ bin/zfs-mon +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|/usr/bin/env -iS perl|${PERL}|g" ${WRKSRC}/zfs-stats diff --git a/sysutils/zfsnap/Makefile b/sysutils/zfsnap/Makefile index 758c95a01bf3..65c2116a457d 100644 --- a/sysutils/zfsnap/Makefile +++ b/sysutils/zfsnap/Makefile @@ -18,6 +18,7 @@ GH_COMMIT= 2228749 PERIODICDIR?= ${PREFIX}/etc/periodic PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" +NO_STAGE= yes do-patch: .for period in hourly daily weekly monthly reboot @${SED} -e "s/xPERIODICx/${period}/g" -e "s#xPREFIXx#${PREFIX}/sbin#g" ${WRKSRC}/xPERIODICx_zfSnap.sh > ${WRKSRC}/${period}_zfSnap.sh diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile index 544b02b42110..7201ffab87f8 100644 --- a/sysutils/zidrav/Makefile +++ b/sysutils/zidrav/Makefile @@ -16,6 +16,7 @@ ALL_TARGET= zidrav MAN1= zidrav.1 PLIST_FILES= bin/zidrav +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/zidrav ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/zidrav.1 ${MANPREFIX}/man/man1 diff --git a/sysutils/zisofs-tools/Makefile b/sysutils/zisofs-tools/Makefile index 2a93e211acfe..73926783d4ec 100644 --- a/sysutils/zisofs-tools/Makefile +++ b/sysutils/zisofs-tools/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= LFS DOCS OPTIONS_DEFAULT= LFS LFS_DESC= Enable Large Files Support +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MLFS} diff --git a/sysutils/zogftw/Makefile b/sysutils/zogftw/Makefile index a65b58e3dbd6..3a5526471833 100644 --- a/sysutils/zogftw/Makefile +++ b/sysutils/zogftw/Makefile @@ -22,6 +22,7 @@ MAN8= zogftw.8 PORTSCOUT= ignore:1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUPG} diff --git a/sysutils/zxfer/Makefile b/sysutils/zxfer/Makefile index 4d6780e17696..1fe68274efeb 100644 --- a/sysutils/zxfer/Makefile +++ b/sysutils/zxfer/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= sbin/zxfer MAN8= zxfer.8 MANCOMPRESSED= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zxfer ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/zxfer.8.gz ${MAN8PREFIX}/man/man8 |