diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) | |
download | ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.gz ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.zip |
Notes
Diffstat (limited to 'misc')
491 files changed, 661 insertions, 864 deletions
diff --git a/misc/achievo/Makefile b/misc/achievo/Makefile index 6284af2cdbc3..1602d9bd6888 100644 --- a/misc/achievo/Makefile +++ b/misc/achievo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: achievo -# Date created: 19 Jan 2001 -# Whom: mkptools -# +# Created by: mkptools # $FreeBSD$ -# PORTNAME= achievo PORTVERSION= 1.1.0 @@ -25,6 +21,7 @@ NO_BUILD= YES ACHVODIR?= www/achievo PLIST_SUB= ACHVODIR=${ACHVODIR} +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-default diff --git a/misc/aclgen/Makefile b/misc/aclgen/Makefile index ed932a234704..e66d76fcf37c 100644 --- a/misc/aclgen/Makefile +++ b/misc/aclgen/Makefile @@ -18,6 +18,7 @@ MAKE_ARGS= PROG=aclgen MAN1= aclgen.1 PLIST_FILES= bin/aclgen +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|<malloc.h>|<unistd.h>| ; \ diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 36380db280cf..894fbee793cd 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 0 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/amanda-perl-wrapper/Makefile b/misc/amanda-perl-wrapper/Makefile index 15f571ebffce..7653a8bd7f0a 100644 --- a/misc/amanda-perl-wrapper/Makefile +++ b/misc/amanda-perl-wrapper/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: amanda-perl-wrapper -# Date created: 1 Nov 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= amanda-perl-wrapper PORTVERSION= 1.01 @@ -21,6 +16,7 @@ SUB_LIST= PREFIX=${LOCALBASE} PLIST_FILES= bin/perl-amanda WRKSRC= ${WRKDIR} +NO_STAGE= yes do-fetch: @${DO_NADA} diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index ed00b3ded1a4..70af19278a95 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -69,6 +69,7 @@ SAMBA_DESC= Enable the use of smbclient S3_DESC= Enable Amazon S3 device support .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTAR} diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 3072d8e3cde4..a766555d9292 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 4 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 787638d987c3..0d0d39afe838 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -72,6 +72,7 @@ OPTIONS_DEFINE+= DUMP_SNAPSHOT DUMP_SNAPSHOT_DESC= Use snapshot by using dump -L .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSH} diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 15c4f11d5f16..55a730ac6751 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 2 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index ac093d6ee97c..8c7a943610c8 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -64,6 +64,7 @@ OPTIONS_DEFINE+= ZFSCOMP ZFSCOMP_DESC= Accurate estimation of compressed ZFS filesystems .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTAR} diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 1c1f1b788b03..b240060d9b1e 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 0 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index fe27fdf61be6..f76167defd16 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -69,6 +69,7 @@ SAMBA_DESC= Enable the use of smbclient S3_DESC= Enable Amazon S3 device support .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTAR} diff --git a/misc/amfm/Makefile b/misc/amfm/Makefile index 3c2881e7e701..12be5a8d80cc 100644 --- a/misc/amfm/Makefile +++ b/misc/amfm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amfm -# Date created: 2009-06-21 -# Whom: sanpei@FreeBSD.org -# +# Created by: sanpei@FreeBSD.org # $FreeBSD$ -# PORTNAME= amfm PORTVERSION= 1.0 @@ -21,6 +17,7 @@ LIB_DEPENDS= hid.0:${PORTSDIR}/devel/libhid NO_WRKSUBDIR= yes +NO_STAGE= yes .include <bsd.port.pre.mk> EXTRACT_CMD= ${CP} diff --git a/misc/apparix/Makefile b/misc/apparix/Makefile index 9ae2d0b045e3..d0b77306143b 100644 --- a/misc/apparix/Makefile +++ b/misc/apparix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: apparix -# Date created: 16 Apr 2006 -# Whom: Frank Steinborn <steinex@nognu.de> -# +# Created by: Frank Steinborn <steinex@nognu.de> # $FreeBSD$ -# PORTNAME= apparix PORTVERSION= 20110303 @@ -24,6 +20,7 @@ MAN1= apparix.1 PORTDOCS= apparix.azm apparix.html apparix.ps PLIST_FILES= bin/apparix +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/asbutton/Makefile b/misc/asbutton/Makefile index 849d7982e5aa..43f3ebc0a4e5 100644 --- a/misc/asbutton/Makefile +++ b/misc/asbutton/Makefile @@ -16,6 +16,7 @@ MAKE_ARGS= INCLUDES="-I${LOCALBASE}/include/X11 -I${LOCALBASE}/include" \ LIBINC="-L${LOCALBASE}/lib" LIBS="-lm -lX11 -lXpm -lXext" \ CCFLAGS="${CFLAGS}" +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/misc/asr-manpages/Makefile b/misc/asr-manpages/Makefile index a60e7a5a9c32..33abbad9b79c 100644 --- a/misc/asr-manpages/Makefile +++ b/misc/asr-manpages/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asr-manpages -# Date created: April 15, 2003 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asr-manpages PORTVERSION= 20000406 @@ -22,6 +18,7 @@ MAN3= chastise.3 MAN5= normality.5 MAN8= bosskill.8 ctluser.8 guru.8 knife.8 luser.8 nuke.8 pmsd.8 +NO_STAGE= yes do-install: @${INSTALL_MAN} ${WRKDIR}/bosskill.8 ${PREFIX}/man/man8 @${INSTALL_MAN} ${WRKDIR}/c.1 ${PREFIX}/man/man1 diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 8b52416dcf08..22c419f17b6f 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -38,6 +38,7 @@ PORTDOCS= helpfile.540 readme.541 changes.txt OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 8a5923899782..9518f3730a3b 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -21,6 +21,7 @@ PORTDOCS= README PLIST_FILES= bin/bb share/bb/bb.s3m share/bb/bb2.s3m share/bb/bb3.s3m PLIST_DIRS= share/bb +NO_STAGE= yes .include <bsd.port.options.mk> pre-patch: diff --git a/misc/bbjd/Makefile b/misc/bbjd/Makefile index be4f8314809f..4e8d73a56d88 100644 --- a/misc/bbjd/Makefile +++ b/misc/bbjd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbjd -# Date created: 3 February 1999 -# Whom: Dima Sivachenko -# +# Created by: Dima Sivachenko # $FreeBSD$ -# PORTNAME= bbjd PORTVERSION= 1.01 @@ -18,6 +14,7 @@ COMMENT= Beat the blackjack dealer USE_GMAKE= yes WRKSRC= ${WRKDIR}/bbjd +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/bbjd ${PREFIX}/bin/ @ ${INSTALL_PROGRAM} ${WRKSRC}/simbj ${PREFIX}/bin/ diff --git a/misc/bdelta/Makefile b/misc/bdelta/Makefile index 56ce95c27dce..d69baae1682c 100644 --- a/misc/bdelta/Makefile +++ b/misc/bdelta/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bdelta -# Date created: 2005-05-18 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bdelta PORTVERSION= 0.1.0 @@ -21,6 +17,7 @@ PLIST_FILES= bin/bdelta \ MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bdelta ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bpatch ${PREFIX}/bin diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 0c68bda562f2..106b912e0195 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -17,4 +17,5 @@ MANCOMPRESSED= no MAN1= bestfit.1 PLIST_FILES= bin/bestfit +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 5b09368becd3..32329b131755 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -20,4 +20,5 @@ USE_QT4= corelib dbus gui iconengines network phonon qtestlib script \ svg webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/biblical-curse/Makefile b/misc/biblical-curse/Makefile index 4a9de074ffe9..8eb3276681ad 100644 --- a/misc/biblical-curse/Makefile +++ b/misc/biblical-curse/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src +NO_STAGE= yes do-fetch: @${DO_NADA} diff --git a/misc/bigboard/Makefile b/misc/bigboard/Makefile index b35187555dd6..b5f287843b77 100644 --- a/misc/bigboard/Makefile +++ b/misc/bigboard/Makefile @@ -32,6 +32,7 @@ USE_PYTHON= 2.5+ USE_GNOME= pygtk2 gtk20 gnomevfs2 gnomedesktop gnomepanel gconf2 pygnome2 gnomehack GCONF_SCHEMAS= bigboard.schemas +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f -exec fgrep -l '%%LOCALBASE%%' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' -i .bak @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index 640873338311..f82772060feb 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont PLIST_FILES= bin/showchar bin/showdati +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses diff --git a/misc/birthday/Makefile b/misc/birthday/Makefile index 4cd6386f42b3..88d5c23b2b99 100644 --- a/misc/birthday/Makefile +++ b/misc/birthday/Makefile @@ -18,6 +18,7 @@ MAKEFILE= ${WRKSRC}/Makefile.gnu ALL_TARGET= birthday MAKE_ARGS= CFLAGS="${CFLAGS} -DUNIX" +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${MAKE} Makefile.gnu diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index e47ea3f744bc..8c3148b9f6e7 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -21,4 +21,5 @@ MAN1= bogosort.1 INFO= bogosort PLIST_FILES= bin/bogosort +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile index 60504b98f8df..47c3d9a8bfb7 100644 --- a/misc/bottlerocket/Makefile +++ b/misc/bottlerocket/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bottlerocket -# Date created: 15 July 1999 -# Whom: Mike Smith <msmith@freebsd.org> -# +# Created by: Mike Smith <msmith@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bottlerocket PORTVERSION= 0.04c @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes ALL_TARGET= br PLIST_FILES= bin/br +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index 8a625904c3e9..d8c7cacf1e8a 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -29,6 +29,7 @@ MAN1= boxes.1 PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/boxquote.el/Makefile b/misc/boxquote.el/Makefile index 9f21b38fff32..ef9909409ffb 100644 --- a/misc/boxquote.el/Makefile +++ b/misc/boxquote.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: boxquote.el -# Date created: 14 Jul 2006 -# Whom: Andrey Slusar <anrays@gmail.com> -# +# Created by: Andrey Slusar <anrays@gmail.com> # $FreeBSD$ -# PORTNAME= boxquote.el PORTVERSION= 1.18 @@ -25,6 +21,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp PLIST_FILES= share/emacs/site-lisp/${PORTNAME} lib/xemacs/site-lisp/${PORTNAME} PLIST_DIRS= lib/xemacs/site-lisp lib/xemacs +NO_STAGE= yes do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} diff --git a/misc/brs/Makefile b/misc/brs/Makefile index 4f4a99a9fc54..f8cbf934343a 100644 --- a/misc/brs/Makefile +++ b/misc/brs/Makefile @@ -17,6 +17,7 @@ ALL_TARGET= CFLAGS+= -Wno-error=return-type MAN1= bible.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's=%%PREFIX%%=${PREFIX}=g' \ ${WRKSRC}/brl.c ${WRKSRC}/bible.1 diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile index 350fe7dd62cf..8c213044e303 100644 --- a/misc/buffer/Makefile +++ b/misc/buffer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: buffer -# Date created: 23 February 1998 -# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> -# +# Created by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # $FreeBSD$ -# PORTNAME= buffer PORTVERSION= 1.19 @@ -19,6 +15,7 @@ COMMENT= Buffer sporadic I/O for faster tape and pipe throughput MAN1= buffer.1 PLIST_FILES= bin/buffer +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ diff --git a/misc/c-hey/Makefile b/misc/c-hey/Makefile index 262fdf9f1af9..e51200619174 100644 --- a/misc/c-hey/Makefile +++ b/misc/c-hey/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: c-hey -# Date Created: 10 June 2003 -# Whom: Philip Reynolds +# Created by: Philip Reynolds # $FreeBSD$ PORTNAME= c-hey @@ -18,6 +16,7 @@ MAN1= c-hey.1 MLINKS= c-hey.1 hey.1 PLIST_FILES= bin/c-hey bin/hey +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 diff --git a/misc/callid/Makefile b/misc/callid/Makefile index 3fda83491b0a..91b565956951 100644 --- a/misc/callid/Makefile +++ b/misc/callid/Makefile @@ -21,6 +21,7 @@ PORTDOCS= CHANGES README TODO make-db.mysql RUN_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +NO_STAGE= yes .include <bsd.port.options.mk> pre-everything:: diff --git a/misc/cave/Makefile b/misc/cave/Makefile index b6159710393c..f227270ee720 100644 --- a/misc/cave/Makefile +++ b/misc/cave/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cave -# Date created: Dec 30, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cave PORTVERSION= 1.0b @@ -19,6 +14,7 @@ GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1 diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile index 89c8424cc0e6..53cc7de37ec8 100644 --- a/misc/cdcollect/Makefile +++ b/misc/cdcollect/Makefile @@ -21,6 +21,7 @@ GCONF_SCHEMAS= cdcollect.schemas CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \ ${WRKSRC}/src/Makefile.in \ diff --git a/misc/chef/Makefile b/misc/chef/Makefile index 48a34455493f..f913257b6f20 100644 --- a/misc/chef/Makefile +++ b/misc/chef/Makefile @@ -1,9 +1,4 @@ -# Ports collection makefile for: chef -# Date created: Wed Jun 12, 2002 -# Whom: Brooks Davis <brooks@freebsd.org> -# # $FreeBSD$ -# PORTNAME= chef PORTVERSION= 19930426 @@ -22,6 +17,7 @@ PLIST_FILES= bin/chef WRKSRC= ${WRKDIR}/bork +NO_STAGE= yes do-build: (cd ${WRKSRC} && lex chef.x && ${CC} ${CFLAGS} -o chef lex.yy.c -ll) diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index c3a50dd9166c..6c088d3e0738 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: chmlib -# Date created: Apr 5, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= chmlib PORTVERSION= 0.40 @@ -20,6 +15,7 @@ CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index 4de90797c34a..b03939bfc9fb 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -21,6 +21,7 @@ MAN1= chord2html.1 PLIST_FILES= bin/chord2html share/chord2html/chord2html.css PLIST_DIRS= share/chord2html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e "s,%%PREFIX%%,${PREFIX},g ; \ s,chord2html.css,${PREFIX}/share/chord2html/chord2html.css," \ diff --git a/misc/clex/Makefile b/misc/clex/Makefile index 64e298cc72c4..a8581238b8ff 100644 --- a/misc/clex/Makefile +++ b/misc/clex/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/clex bin/cfg-clex bin/kbd-test PORTDOCS= AUTHORS ChangeLog README MAN1= clex.1 cfg-clex.1 kbd-test.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '18s,^,#include <stdio.h>,' \ ${WRKSRC}/src/preview.c diff --git a/misc/cloc/Makefile b/misc/cloc/Makefile index 27e22ccf66aa..4b618cfc7251 100644 --- a/misc/cloc/Makefile +++ b/misc/cloc/Makefile @@ -20,6 +20,7 @@ EXTRACT_AFTER_ARGS= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} NO_BUILD= yes +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index 1524623f81cf..8a7efdbdd80a 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: clpbar -# Date created: Sep 3, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= clpbar PORTVERSION= 1.11.1 @@ -22,4 +17,5 @@ MAKE_ARGS+= CFLAGS+="${CFLAGS}" MAN1= bar.1 PLIST_FILES= bin/bar +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile index 9fbb146a566f..51c8206fc934 100644 --- a/misc/cmatrix/Makefile +++ b/misc/cmatrix/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes PORTDOCS= ChangeLog README TODO PLIST_FILES= bin/cmatrix +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/color-theme.el/Makefile b/misc/color-theme.el/Makefile index 59ddb4c68051..7e75ddfd12df 100644 --- a/misc/color-theme.el/Makefile +++ b/misc/color-theme.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: color-theme.el -# Date created: Fri Jul 27 13:26:37 MSD 2007 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= color-theme.el PORTVERSION= 6.6.0 @@ -22,6 +18,7 @@ PORTDOCS= AUTHORS BUGS COPYING ChangeLog README ELISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}/color-theme ELISPFILES= color-theme.el color-theme.elc themes +NO_STAGE= yes do-build: (cd ${WRKSRC}; \ ${EMACS_CMD} -batch -q -f batch-byte-compile color-theme.el) diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 7df942643509..147f16bfb9b3 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: colortail -# Date created: 25 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@FreeBSD.org> # $FreeBSD$ -# PORTNAME= colortail PORTVERSION= 0.3.3 @@ -16,6 +12,7 @@ COMMENT= A colour-able replacement for tail(1) GNU_CONFIGURE= yes +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 5e09b35b249b..09e04949db11 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -23,6 +23,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat LDCONFIG_LIB32= ${LDCONFIG} -32 +NO_STAGE= yes .include <bsd.port.pre.mk> ONLY_FOR_ARCH= i386 amd64 diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index 1b0ea9760ed3..05c55322a22c 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -28,6 +28,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile index 35c5610e5495..648cd9f0e220 100644 --- a/misc/compat6x/Makefile +++ b/misc/compat6x/Makefile @@ -22,6 +22,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/misc/compat7x/Makefile b/misc/compat7x/Makefile index 6717d7b50d4a..4c84a4eaea5c 100644 --- a/misc/compat7x/Makefile +++ b/misc/compat7x/Makefile @@ -20,6 +20,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index 188655123226..2e7398caf19a 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -20,6 +20,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index cd1ca40c6851..ef22bf0323b2 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -19,6 +19,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900000 diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile index 7ae784ec0eb8..9f07cf3c38e7 100644 --- a/misc/countrycodes/Makefile +++ b/misc/countrycodes/Makefile @@ -23,6 +23,7 @@ MAKE_ARGS= prefix="${PREFIX}" CC="${CC}" CCOPTS="${CFLAGS}" WARNINGS="" OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 72c20fde6da4..dfdf81b44739 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -13,6 +13,7 @@ COMMENT= CPU identification utility PLIST_FILES= bin/cpuid ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \ ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile diff --git a/misc/crosspad/Makefile b/misc/crosspad/Makefile index 0e56af22880b..09e7784e14ad 100644 --- a/misc/crosspad/Makefile +++ b/misc/crosspad/Makefile @@ -17,6 +17,7 @@ MAN1= crosspad2ps.1 crosspad2eps.1 crosspad2tgif.1 crosspad2idraw.1 \ DOCS= PROTOCOL README.english README.japanese +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/misc/cs/Makefile b/misc/cs/Makefile index 8d038243ccef..f84aeef791b1 100644 --- a/misc/cs/Makefile +++ b/misc/cs/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cs -# Date created: Jun 30, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cs PORTVERSION= 0.9.5 @@ -25,6 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/xs +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/usr/bin/python,${SETENV} python," ${WRKSRC}/xs.py diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 13a62b873bca..063f1e99201b 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= cstream.1 PLIST_FILES= bin/cstream +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index 9a4822075a61..62bf2bd32daa 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -23,6 +23,7 @@ MAN1+= xcuecat.1 USE_PYTHON= yes WRKSRC= ${WRKDIR}/cuecat +NO_STAGE= yes pre-install: @${MV} ${WRKSRC}/cuecat.py ${WRKSRC}/cuecat.py-orig @${SED} 's;/usr/opt;${PREFIX};' ${WRKSRC}/cuecat.py-orig >${WRKSRC}/cuecat.py diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile index 5f3c465578da..3f4dc7289c59 100644 --- a/misc/cwish/Makefile +++ b/misc/cwish/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cwish -# Date created: Thur Sept 25, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= cwish PORTVERSION= 3.52 @@ -20,6 +15,7 @@ ALL_TARGET= cwish MAN1= cwish.1 PLIST_FILES= bin/cwish +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h diff --git a/misc/dahdi-kmod/Makefile b/misc/dahdi-kmod/Makefile index 6ee6aa3b2d84..d9d39f5785b5 100644 --- a/misc/dahdi-kmod/Makefile +++ b/misc/dahdi-kmod/Makefile @@ -46,6 +46,7 @@ GROUPS= dahdi ONLY_FOR_ARCHS= i386 amd64 sparc64 CONFLICTS= zaptel-[0-9]* dahdi-kmod26-* +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 703000 || (${OSVERSION} >= 800000 && ${OSVERSION} < 800108) diff --git a/misc/dahdi-kmod26/Makefile b/misc/dahdi-kmod26/Makefile index 1b2e117e33a9..ee5656f3719c 100644 --- a/misc/dahdi-kmod26/Makefile +++ b/misc/dahdi-kmod26/Makefile @@ -50,6 +50,7 @@ GROUPS= dahdi ONLY_FOR_ARCHS= i386 amd64 sparc64 CONFLICTS= zaptel-[0-9]* dahdi-kmod-* +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 703000 || (${OSVERSION} >= 800000 && ${OSVERSION} < 800108) diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile index 9e9f006f965e..a241a7bcaac4 100644 --- a/misc/dahdi/Makefile +++ b/misc/dahdi/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: dahdi -# Date created: 3 Mar 2010 -# Whom: Maxim Khon <fjoe@FreeBSD.org> -# +# Created by: Maxim Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dahdi PORTVERSION= ${DAHDI_VERSION:S/-//g} @@ -38,6 +34,7 @@ MAN8= dahdi_cfg.8\ dahdi_tool.8\ fxotune.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g'\ ${WRKSRC}/dahdi_cfg.c ${WRKSRC}/fxotune.c\ diff --git a/misc/ddate/Makefile b/misc/ddate/Makefile index 7dce299e751b..ad8655962ab0 100644 --- a/misc/ddate/Makefile +++ b/misc/ddate/Makefile @@ -38,6 +38,7 @@ KILLBOB_DESC= Countdown to X-Day OPTIONS_DEFAULT=KILLBOB +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUSFORMAT} diff --git a/misc/deco/Makefile b/misc/deco/Makefile index 1a7d8d046b88..1bdc95435b03 100644 --- a/misc/deco/Makefile +++ b/misc/deco/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: deco -# Date created: 16 Dec 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= deco PORTVERSION= 3.9 @@ -22,4 +18,5 @@ CONFIGURE_ENV= ac_cv_lib_ncurses_tgetent=no MAN1= deco.1 MANLANG= "" ru.KOI8-R +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index d55b568b136a..dcebcfa2675c 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -21,4 +21,5 @@ GNU_CONFIGURE= yes MAN1= runtest.1 INFO= ${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/delay/Makefile b/misc/delay/Makefile index 2790270a9f74..ead968558b06 100644 --- a/misc/delay/Makefile +++ b/misc/delay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: misc/delay -# Date created: 03 Mar 1999 -# Whom: gmarco@giovannelli.it -# +# Created by: gmarco@giovannelli.it # $FreeBSD$ -# PORTNAME= delay PORTVERSION= 1.6 @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes MAN1= delay.1 PLIST_FILES= bin/delay +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/delay ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/delay.1 ${MANPREFIX}/man/man1 diff --git a/misc/detachtty/Makefile b/misc/detachtty/Makefile index 92b241155e6f..332c178f5982 100644 --- a/misc/detachtty/Makefile +++ b/misc/detachtty/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: detachtty -# Date created: 25 March 2003 -# Whom: johs -# +# Created by: johs # $FreeBSD$ -# PORTNAME= detachtty PORTVERSION= 9 @@ -21,6 +17,7 @@ MAN1= detachtty.1 MLINKS= detachtty.1 attachtty.1 MANCOMPRESSED= no +NO_STAGE= yes post-install: .if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1 diff --git a/misc/diary-hercules/Makefile b/misc/diary-hercules/Makefile index d5480ef1757d..f83f8d2bf99f 100644 --- a/misc/diary-hercules/Makefile +++ b/misc/diary-hercules/Makefile @@ -24,6 +24,7 @@ USE_WX= 2.6+ WX_UNICODE= yes WX_COMPS= python +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ ${WRKSRC}/Hercules/globals.py diff --git a/misc/diction/Makefile b/misc/diction/Makefile index 31ef86f2cd63..4ad7a58ee72b 100644 --- a/misc/diction/Makefile +++ b/misc/diction/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: diction -# Date created: 2 August 1998 -# Whom: J Han <hjh@best.com> -# +# Created by: J Han <hjh@best.com> # $FreeBSD$ -# PORTNAME= diction PORTVERSION= 1.11 @@ -22,4 +18,5 @@ PLIST_DIRS= share/diction MAN1= diction.1 style.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/digitemp/Makefile b/misc/digitemp/Makefile index b8211865409e..264a3a13fcde 100644 --- a/misc/digitemp/Makefile +++ b/misc/digitemp/Makefile @@ -27,6 +27,7 @@ ALL_TARGET= ds9097 ds9097u OPTIONS_DEFINE= DOCS +NO_STAGE= yes pre-install: ${CP} ${WRKSRC}/${MAN1} ${WRKSRC}/digitemp.1.M ${CAT} ${WRKSRC}/digitemp.1.M | ${SED} -e "s/dev\/ttyS/dev\/cuau/g" > ${WRKSRC}/${MAN1} diff --git a/misc/display/Makefile b/misc/display/Makefile index 2ce4709a7de2..c32687dbf2db 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: display -# Date created: 25 August 1997 -# Whom: Stephen J. Roznowski <sjr@home.net> -# +# Created by: Stephen J. Roznowski <sjr@home.net> # $FreeBSD$ -# PORTNAME= display PORTVERSION= 1.2a @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes DISPLAY_PROGRAM_PREFIX?= .if empty(DISPLAY_PROGRAM_PREFIX) +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "NOTE: You may set DISPLAY_PROGRAM_PREFIX to change the name of the 'display'" @${ECHO_MSG} "utility so that it does not conflict with similarly named files from" diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 729401f98072..183d6d13da82 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnetc -# Date created: 26 Dec 1999 -# Whom: dbaker -# +# Created by: dbaker # $FreeBSD$ -# PORTNAME= dnetc PORTVERSION= ${VERSION} @@ -46,6 +42,7 @@ SUB_LIST= BINDIR="${BINDIR}" \ CLIENTGROUP="${CLIENTGROUP}" \ CLIENTUID="${CLIENTUID}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index b4e12d01a328..4abfb6fb5871 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -23,6 +23,7 @@ JAPANESE_DESC= Use Japanese as default language USE_TK= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MJAPANESE} diff --git a/misc/dphys-config/Makefile b/misc/dphys-config/Makefile index 09152e497f9c..74c34dd0d138 100644 --- a/misc/dphys-config/Makefile +++ b/misc/dphys-config/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dphys-config -# Date created: 12 Oct 2006 -# Whom: <gurkan@phys.ethz.ch> -# +# Created by: <gurkan@phys.ethz.ch> # $FreeBSD$ -# PORTNAME= dphys-config PORTVERSION= 20100216 @@ -22,6 +18,7 @@ MAN1= dphys-config.1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/${PORTNAME} diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile index 1eb80c5fb842..7dbbead909ad 100644 --- a/misc/dtach/Makefile +++ b/misc/dtach/Makefile @@ -17,6 +17,7 @@ MAN1= dtach.1 PORTDOCS= README PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/dvorak7min/Makefile b/misc/dvorak7min/Makefile index 4ee173fd4981..d3b99877fc20 100644 --- a/misc/dvorak7min/Makefile +++ b/misc/dvorak7min/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvorak7min -# Date created: 31 Jan 2003 -# Whom: Leland Wang <llwang@infor.org> -# +# Created by: Leland Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= dvorak7min PORTVERSION= 1.6.1 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.linalco.com/ragnar/ MAINTAINER= llwang@infor.org COMMENT= An ncurses-based Dvorak typing tutor +NO_STAGE= yes .include <bsd.port.pre.mk> MAKE_ARGS= PROF="${CPPFLAGS} ${CFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/misc/dvorakng/Makefile b/misc/dvorakng/Makefile index a7fc96843ba5..7125c1058895 100644 --- a/misc/dvorakng/Makefile +++ b/misc/dvorakng/Makefile @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS} ${CPPFLAGS}" \ CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_FILES= bin/dvorakng diff --git a/misc/e2fsprogs-libblkid/Makefile b/misc/e2fsprogs-libblkid/Makefile index cc4c70c6d139..e14cc47700a8 100644 --- a/misc/e2fsprogs-libblkid/Makefile +++ b/misc/e2fsprogs-libblkid/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: e2fsprogs-libblkid -# Date created: 2007-09-07 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# +# Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -# -# set PORTREVISION to avoid override by master port PORTREVISION= 0 CATEGORIES= misc devel @@ -28,6 +23,7 @@ MAN3= libblkid.3 PKGDIR= ${.CURDIR} +NO_STAGE= yes pre-build: ${MKDIR} ${WRKSRC}/lib/blkid/elfshared cd ${WRKSRC}/util && ${GMAKE} subst diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile index 249e030a7028..8606e9a2b563 100644 --- a/misc/e2fsprogs-libuuid/Makefile +++ b/misc/e2fsprogs-libuuid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: e2fsprogs-libuuid -# Date created: 26 Jan 2006 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# +# Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= misc devel @@ -37,6 +33,7 @@ MAN8= uuidd.8 PKGDIR= ${.CURDIR} +NO_STAGE= yes post-patch:: ${REINPLACE_CMD} -e 's,/var/lib/libuuid,/var/run/libuuid,g' \ -e 's,/usr/sbin/uuidd,${PREFIX}/sbin/uuidd,' \ diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index e5623e407488..adb755af65e0 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elscreen -# Date created: 27 May 2002 -# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org> -# +# Created by: Yoichi NAKAYAMA <yoichi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= elscreen PORTVERSION= 1.4.6 @@ -16,6 +12,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= GNU screen like utility on Emacsen USE_EMACS= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${EMACS_PORT_NAME} == "emacs20") DEPPORT_SUFFIX= -${EMACS_PORT_NAME} diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index fa6b1f3f11b8..1812891d56bb 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/esniper PORTEXAMPLES= sample_auction.txt sample_config.txt +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 29050be40908..4635de837ee5 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -1,4 +1,4 @@ -# Created by: Julian Stacey <jhs@freebsd.org> +# Created by: Julian Stacey <jhs@FreeBSD.org> # $FreeBSD$ PORTNAME= estic @@ -44,6 +44,7 @@ MAKEFILE=make/freebsd${X_OR_NOT}.mak EXTRA_PATCHES+= ${FILESDIR}/dtr-off.patch .endif +NO_STAGE= yes pre-patch: @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" # @${PATCH} -d ${PATCH_WRKSRC}/estic --forward --quiet -E -p0 --batch < ${WRKDIR}/estic.diff diff --git a/misc/explosions/Makefile b/misc/explosions/Makefile index caa481680c6c..9fc31ccc9328 100644 --- a/misc/explosions/Makefile +++ b/misc/explosions/Makefile @@ -16,6 +16,7 @@ USE_GMAKE= yes USES= perl5 USE_PERL5= build +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/fbless/Makefile b/misc/fbless/Makefile index 2f636f73a832..88431aaefeaf 100644 --- a/misc/fbless/Makefile +++ b/misc/fbless/Makefile @@ -15,4 +15,5 @@ USE_GITHUB= yes GH_ACCOUNT= matimatik GH_COMMIT= b6259ab +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/felis/Makefile b/misc/felis/Makefile index b556d6d50bb5..266e06b75f1d 100644 --- a/misc/felis/Makefile +++ b/misc/felis/Makefile @@ -12,6 +12,7 @@ COMMENT= Displays one or more files as a single line of text MAN1= felis.1 PLIST_FILES= bin/felis +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/felis.1 ${PREFIX}/man/man1 diff --git a/misc/figlet-fonts/Makefile b/misc/figlet-fonts/Makefile index 05f5db114553..4feb9e985d0a 100644 --- a/misc/figlet-fonts/Makefile +++ b/misc/figlet-fonts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: figlet-fonts -# Date created: 11 August 2001 -# Whom: dd -# +# Created by: dd # $FreeBSD$ -# PORTNAME= figlet-fonts PORTVERSION= 20121202 @@ -23,6 +19,7 @@ NO_WRKSUBDIR= yes DATADIR= ${PREFIX}/share/figlet PLIST_SUB= DATADIR=${DATADIR:S|^${PREFIX}/||} +NO_STAGE= yes post-extract: @cd ${WRKDIR}/contributed && \ ${TAR} xf Obanner-canon.tgz -C ${WRKDIR}/contributed/ && \ diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 8895399806d2..7840005fda7a 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -19,6 +19,7 @@ MAKE_ARGS= LD=${CC} MAN6= chkfont.6 figlet.6 figlist.6 showfigfonts.6 +NO_STAGE= yes regression-test: @ cd ${WRKSRC} && ${MAKE} check diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index 60482c33ea38..9d940d86ef92 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -20,6 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile index 3eb829f4ae13..6c5bf7e6db36 100644 --- a/misc/firestring/Makefile +++ b/misc/firestring/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: firestring -# Date created: Mon 13 May 14:30:00 WST 2002 -# Whom: Dean Hollister <dean@odyssey.apana.org.au> -# +# Created by: Dean Hollister <dean@odyssey.apana.org.au> # $FreeBSD$ -# PORTNAME= firestring PORTVERSION= 0.9.12 @@ -19,6 +15,7 @@ USE_BZIP2= yes HAS_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index 83fcf420a05f..0c46084aa872 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -19,6 +19,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \ PLIST_FILES= bin/floatator bin/floatator_X_interface MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes do-install: .for f in floatator floatator_X_interface ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin diff --git a/misc/fortune-mod-bible/Makefile b/misc/fortune-mod-bible/Makefile index 5343975a85f1..8abf284917f3 100644 --- a/misc/fortune-mod-bible/Makefile +++ b/misc/fortune-mod-bible/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortune-mod-bible -# Date created: 3/30/2004 -# Whom: djp -# +# Created by: djp # $FreeBSD$ -# PORTNAME= fortune-mod-bible PORTVERSION= 1.0 @@ -22,6 +18,7 @@ USE_BZIP2= yes SUB_FILES+= pkg-message _STRFILE= /usr/games/strfile +NO_STAGE= yes do-build: @cd ${WRKSRC} && ${_STRFILE} -C bible diff --git a/misc/fortune-mod-bofh/Makefile b/misc/fortune-mod-bofh/Makefile index 1c2b143043f6..07e02254a955 100644 --- a/misc/fortune-mod-bofh/Makefile +++ b/misc/fortune-mod-bofh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortune-mod-bofh -# Date created: 3/3/2004 -# Whom: Yonatan@Xpert.com -# +# Created by: Yonatan@Xpert.com # $FreeBSD$ -# PORTNAME= fortune-mod-bofh PORTVERSION= 2.0 @@ -24,6 +20,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message STRFILE= /usr/games/strfile +NO_STAGE= yes post-patch: @${CAT} pkg-message | ${SED} 's|PREFIX|${PREFIX}|' > ${PKGMESSAGE} diff --git a/misc/fortune-mod-culmea-culmilor/Makefile b/misc/fortune-mod-culmea-culmilor/Makefile index 89c0e3dc8faf..f093c96d6e3f 100644 --- a/misc/fortune-mod-culmea-culmilor/Makefile +++ b/misc/fortune-mod-culmea-culmilor/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: fortune-mod-culmea-culmilor -# Date created: 2005-11-18 -# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -# +# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> # $FreeBSD$ -# $Tecnik: ports/misc/fortune-mod-culmea-culmilor/Makefile,v 1.4 2005/12/21 16:18:14 itetcu Exp $ -# PORTNAME= fortune-mod-culmea-culmilor PORTVERSION= 2005.12.15 @@ -14,5 +9,6 @@ MASTER_SITES= http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ MAINTAINER= itetcu@FreeBSD.org COMMENT= Romanian "Culmea culmilor" jokes (in Romanian) +NO_STAGE= yes .include "${.CURDIR}/../../misc/fortune-mod-culmea-culmilor/Makefile.fortune" .include <bsd.port.mk> diff --git a/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile b/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile index 503a5fef9d04..d9aa4a798905 100644 --- a/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile +++ b/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortune-mod-ferengi_rules_of_acquisition -# Date created: 2005-12-15 -# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -# +# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> # $FreeBSD$ -# $Tecnik: ports/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile,v 1.7 2006/01/26 14:23:43 itetcu Exp $ PORTNAME= fortune-mod-ferengi_rules_of_acquisition PORTVERSION= 2006.01.26 @@ -14,5 +10,6 @@ MASTER_SITES= http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ MAINTAINER= itetcu@FreeBSD.org COMMENT= Star Trek: The Ferengi Rules of Acquisition +NO_STAGE= yes .include "${.CURDIR}/../../misc/fortune-mod-culmea-culmilor/Makefile.fortune" .include <bsd.port.mk> diff --git a/misc/fortune-mod-futurama/Makefile b/misc/fortune-mod-futurama/Makefile index 813e3c20f116..ffaf9a539055 100644 --- a/misc/fortune-mod-futurama/Makefile +++ b/misc/fortune-mod-futurama/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortune-mod-futurama -# Date created: 18 November 2002 -# Whom: stolz@i2.informatik.rwth-aachen.de -# +# Created by: stolz@i2.informatik.rwth-aachen.de # $FreeBSD$ -# PORTNAME= fortune-mod-futurama PORTVERSION= 0.2 @@ -20,6 +16,7 @@ SUB_FILES= pkg-message PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat PLIST_DIRS= share/games/fortune share/games +NO_STAGE= yes do-build: @cd ${WRKSRC} && /usr/games/strfile futurama diff --git a/misc/fortuneit/Makefile b/misc/fortuneit/Makefile index 5ec624d17f1b..5013c2349d86 100644 --- a/misc/fortuneit/Makefile +++ b/misc/fortuneit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortuneit -# Date created: 25-01-1999 -# Whom: gmarco@giovannelli.it -# +# Created by: gmarco@giovannelli.it # $FreeBSD$ -# PORTNAME= fortuneit PORTVERSION= 1.99 @@ -21,6 +17,7 @@ FORTUNEFILES= adams banner computer definizioni formiche italia itatrek \ computer-o definizioni-o film-o italia-o jackfr-o leggi-o \ luttazzi-o obsc-o zuse-o +NO_STAGE= yes pre-build: .if !exists(${STRCMD}) @${ECHO_MSG} "Please install the games distribution" diff --git a/misc/fpc-chm/Makefile b/misc/fpc-chm/Makefile index 4fcce9a2275d..0e9e8983a168 100644 --- a/misc/fpc-chm/Makefile +++ b/misc/fpc-chm/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/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile index 700dfc58b350..0dd3be19f227 100644 --- a/misc/freebsd-doc-all/Makefile +++ b/misc/freebsd-doc-all/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-all -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# PORTNAME= freebsd-doc-all PORTVERSION= 42489 @@ -44,4 +40,5 @@ do-install: # empty DEPENDS_TARGET="package" .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/freebsd-doc-bn/Makefile b/misc/freebsd-doc-bn/Makefile index 5a60b29c17bb..6ca348d2d3a8 100644 --- a/misc/freebsd-doc-bn/Makefile +++ b/misc/freebsd-doc-bn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-bn -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= bn- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= bn_BD.ISO10646-1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-da/Makefile b/misc/freebsd-doc-da/Makefile index f42d12a43b5f..d6551a215ba1 100644 --- a/misc/freebsd-doc-da/Makefile +++ b/misc/freebsd-doc-da/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-da -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= da- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= da_DK.ISO8859-1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-de/Makefile b/misc/freebsd-doc-de/Makefile index 41485c9defc3..e0d3f397fcca 100644 --- a/misc/freebsd-doc-de/Makefile +++ b/misc/freebsd-doc-de/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-de -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= de- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= de_DE.ISO8859-1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-el/Makefile b/misc/freebsd-doc-el/Makefile index bef553d3926e..77b8f6ae0b99 100644 --- a/misc/freebsd-doc-el/Makefile +++ b/misc/freebsd-doc-el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-el -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= el- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= el_GR.ISO8859-7 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index 97e4ae57e915..6f1c5b296c6b 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -3,6 +3,7 @@ # Several knobs can be used to select the documentation formats. # +NO_STAGE= yes # WITH_HTML_SPLIT allows the build of the "html-split" format: # This is the default format, it is the same format used on # www.FreeBSD.org. It is a collection of small, linked HTML files diff --git a/misc/freebsd-doc-es/Makefile b/misc/freebsd-doc-es/Makefile index 4680a26ae25c..d966a37fe4b2 100644 --- a/misc/freebsd-doc-es/Makefile +++ b/misc/freebsd-doc-es/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-es -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= es- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= es_ES.ISO8859-1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-fr/Makefile b/misc/freebsd-doc-fr/Makefile index 7a10069d05c7..c41f589aa6d8 100644 --- a/misc/freebsd-doc-fr/Makefile +++ b/misc/freebsd-doc-fr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-fr -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= fr- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= fr_FR.ISO8859-1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-hu/Makefile b/misc/freebsd-doc-hu/Makefile index 917f71fed2c1..097d7af8c72b 100644 --- a/misc/freebsd-doc-hu/Makefile +++ b/misc/freebsd-doc-hu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-hu -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= hu- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= hu_HU.ISO8859-2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-it/Makefile b/misc/freebsd-doc-it/Makefile index 9d9c022b43fd..30c041ad1c7c 100644 --- a/misc/freebsd-doc-it/Makefile +++ b/misc/freebsd-doc-it/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-it -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= it- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= it_IT.ISO8859-15 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-ja/Makefile b/misc/freebsd-doc-ja/Makefile index 95df8357d17d..71447745946a 100644 --- a/misc/freebsd-doc-ja/Makefile +++ b/misc/freebsd-doc-ja/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-ja -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= ja- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= ja_JP.eucJP +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-mn/Makefile b/misc/freebsd-doc-mn/Makefile index 1e797dcf3082..f4f41a9dfa6e 100644 --- a/misc/freebsd-doc-mn/Makefile +++ b/misc/freebsd-doc-mn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-mn -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= mn- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= mn_MN.UTF-8 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-nl/Makefile b/misc/freebsd-doc-nl/Makefile index 8f3be8caebcb..a631b11b7c1c 100644 --- a/misc/freebsd-doc-nl/Makefile +++ b/misc/freebsd-doc-nl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-nl -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= nl- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= nl_NL.ISO8859-1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-pl/Makefile b/misc/freebsd-doc-pl/Makefile index 616449712ea7..ed8f11806cf5 100644 --- a/misc/freebsd-doc-pl/Makefile +++ b/misc/freebsd-doc-pl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-pl -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= pl- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= pl_PL.ISO8859-2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-pt/Makefile b/misc/freebsd-doc-pt/Makefile index f8c827c8be5a..66b24eb09951 100644 --- a/misc/freebsd-doc-pt/Makefile +++ b/misc/freebsd-doc-pt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-pt -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= pt- @@ -17,4 +13,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= pt_BR.ISO8859-1 DOCLANG_PREFIX= pt_BR +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-ru/Makefile b/misc/freebsd-doc-ru/Makefile index 0f6981b5756e..fc25384b4955 100644 --- a/misc/freebsd-doc-ru/Makefile +++ b/misc/freebsd-doc-ru/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-ru -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= ru- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= ru_RU.KOI8-R +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-sr/Makefile b/misc/freebsd-doc-sr/Makefile index 3f9b22ce70e8..1c931e93f82f 100644 --- a/misc/freebsd-doc-sr/Makefile +++ b/misc/freebsd-doc-sr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-sr -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= sr- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= sr_YU.ISO8859-2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-tr/Makefile b/misc/freebsd-doc-tr/Makefile index 2d5137f20a27..f932b2174f33 100644 --- a/misc/freebsd-doc-tr/Makefile +++ b/misc/freebsd-doc-tr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-tr -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= tr- @@ -16,4 +12,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= tr_TR.ISO8859-9 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-zh_cn/Makefile b/misc/freebsd-doc-zh_cn/Makefile index 5ce4e2cca280..259da0270f30 100644 --- a/misc/freebsd-doc-zh_cn/Makefile +++ b/misc/freebsd-doc-zh_cn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-zh_cn -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= zh_cn- @@ -17,4 +13,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= zh_CN.GB2312 DOCLANG_PREFIX= zh_CN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-zh_tw/Makefile b/misc/freebsd-doc-zh_tw/Makefile index 5084e4a4744a..164a8d910478 100644 --- a/misc/freebsd-doc-zh_tw/Makefile +++ b/misc/freebsd-doc-zh_tw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freebsd-doc-zh_tw -# Date created: 13 August 2008 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc docs PKGNAMEPREFIX= zh_tw- @@ -17,4 +13,5 @@ PLIST= ${.CURDIR}/pkg-plist DOCLANG= zh_TW.Big5 DOCLANG_PREFIX= zh_TW +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/freecode-submit/Makefile b/misc/freecode-submit/Makefile index 968e58d1fc37..9e287e6b90d2 100644 --- a/misc/freecode-submit/Makefile +++ b/misc/freecode-submit/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes PLIST_FILES= bin/freecode-submit MAN1= freecode-submit.1 +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/misc/freeguide/Makefile b/misc/freeguide/Makefile index e11b27a7ec8a..838d7ac909e0 100644 --- a/misc/freeguide/Makefile +++ b/misc/freeguide/Makefile @@ -30,6 +30,7 @@ MAKE_ARGS= -Dinstall_share_dir=${PREFIX}/share \ -Dinstall_jar_dir=${JAVAJARDIR}/freeguide INSTALL_TARGET= install +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|__ANT_INSTALL_DIRECTORY__|${JAVAJARDIR}/freeguide|; \ s|=java|=${JAVA}|;' \ diff --git a/misc/freeswitch-pizzademo-devel/Makefile b/misc/freeswitch-pizzademo-devel/Makefile index f7796099d6ea..da3c5bde37a3 100644 --- a/misc/freeswitch-pizzademo-devel/Makefile +++ b/misc/freeswitch-pizzademo-devel/Makefile @@ -26,6 +26,7 @@ SHAREOWN= ${PORTNAME} SHAREGRP= ${SHAREOWN} LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes pre-install: @${REINPLACE_CMD} -e 's|include("js_modules/SpeechTools.jm")|include("javascript/js_modules/SpeechTools.jm")|g' ${WRKSRC}/ps_pizza.js @${REINPLACE_CMD} -e 's|asr.setAudioBase("/root/pizza)|asr.setAudioBase("${DATADIR}/sounds/pizza-demo/8000")|g' ${WRKSRC}/ps_pizza.js diff --git a/misc/freeswitch-pizzademo/Makefile b/misc/freeswitch-pizzademo/Makefile index bf33df180716..cde44f526694 100644 --- a/misc/freeswitch-pizzademo/Makefile +++ b/misc/freeswitch-pizzademo/Makefile @@ -24,6 +24,7 @@ BASE_PORTNAME= freeswitch WRKSRC= ${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION}/scripts/javascript +NO_STAGE= yes pre-install: @${REINPLACE_CMD} -e 's|include("js_modules/SpeechTools.jm")|include("javascript/js_modules/SpeechTools.jm")|g' ${WRKSRC}/ps_pizza.js @${REINPLACE_CMD} -e 's|asr.setAudioBase("/root/pizza)|asr.setAudioBase("${PREFIX}/share/${BASE_PORTNAME}/sounds/en/us/callie/pizza/8000")|g' ${WRKSRC}/ps_pizza.js diff --git a/misc/freeswitch-scripts-devel/Makefile b/misc/freeswitch-scripts-devel/Makefile index 33abdc91e429..676c9b53420c 100644 --- a/misc/freeswitch-scripts-devel/Makefile +++ b/misc/freeswitch-scripts-devel/Makefile @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/scripts/ EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} PORTEXAMPLES= * +NO_STAGE= yes pre-su-install: @${RM} ${WRKSRC}/javascript/ps_pizza.js @${RM} ${WRKSRC}/javascript/pizza.js diff --git a/misc/freeswitch-scripts/Makefile b/misc/freeswitch-scripts/Makefile index fbac5fa0f5ef..a7c386c3eeab 100644 --- a/misc/freeswitch-scripts/Makefile +++ b/misc/freeswitch-scripts/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFINE= JAVASCRIPT PERL PYTHON PHP RSS LUA JAVASCRIPT_DESC= Javascript scripting language RSS_DESC= RSS scripts +NO_STAGE= yes .include <bsd.port.options.mk> .for i in JAVASCRIPT PERL PYTHON PHP RSS LUA C diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile index 3038bd850cdb..68f14908ed25 100644 --- a/misc/ftdi-eeprom/Makefile +++ b/misc/ftdi-eeprom/Makefile @@ -16,4 +16,5 @@ PLIST_FILES= sbin/ftdi-eeprom MAN8= ftdi-eeprom.8 MANCOMPRESSED= maybe +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/fxload/Makefile b/misc/fxload/Makefile index df27faefa988..f94cbefe6833 100644 --- a/misc/fxload/Makefile +++ b/misc/fxload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fxload -# Date created: 10 May 2010 -# Whom: Wojciech A. Koszek <wkoszek@FreeBSD.org> -# +# Created by: Wojciech A. Koszek <wkoszek@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fxload PORTVERSION= 20100510 @@ -17,6 +13,7 @@ MAN8= fxload.8 USE_GMAKE= yes SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fxload ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/fxload.8 ${PREFIX}/man/man8 diff --git a/misc/gcstar/Makefile b/misc/gcstar/Makefile index 4595a23c997a..e16dbba4085b 100644 --- a/misc/gcstar/Makefile +++ b/misc/gcstar/Makefile @@ -40,6 +40,7 @@ USE_PERL5= run NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/applications @${MKDIR} ${PREFIX}/share/pixmaps diff --git a/misc/gctpc/Makefile b/misc/gctpc/Makefile index 8214c488daa7..33b29cfbdadc 100644 --- a/misc/gctpc/Makefile +++ b/misc/gctpc/Makefile @@ -20,6 +20,7 @@ ALL_TARGET= libgctpc.so.1 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index 3313c2ff4c60..f708d2ad603f 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -14,6 +14,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/geekcode PORTDOCS= geekcode.txt +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 8d49c3f8033f..130974eb5932 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -18,6 +18,7 @@ MAKE_ENV+= LIBCGETOPT=0 MAN1= getopt.1 DOCS= Changelog README +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/gimp-help-en/Makefile b/misc/gimp-help-en/Makefile index 2130bca35e15..f588c8d9b38b 100644 --- a/misc/gimp-help-en/Makefile +++ b/misc/gimp-help-en/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 9th April 2010 -# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# +# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ -# PORTNAME= gimp-help PORTVERSION= 2.6.1 @@ -32,6 +28,7 @@ GIMPDATADIR?= ${PREFIX}/share/gimp DOCLANG?= en AMPLE?= "@comment " +NO_STAGE= yes do-install: @ ${MKDIR} ${GIMPDATADIR}/help ; \ cd ${WRKDIR}/${PORTNAME}-2/html && \ diff --git a/misc/gimp-help-es/Makefile b/misc/gimp-help-es/Makefile index 5075433d2601..3b9a3f791115 100644 --- a/misc/gimp-help-es/Makefile +++ b/misc/gimp-help-es/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# +# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ -# CATEGORIES= misc graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= es AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/gimp-help-it/Makefile b/misc/gimp-help-it/Makefile index 34eb89d9667d..4c92c4f25ffa 100644 --- a/misc/gimp-help-it/Makefile +++ b/misc/gimp-help-it/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# +# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ -# CATEGORIES= misc graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= it AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/gimp-help-nl/Makefile b/misc/gimp-help-nl/Makefile index 6ec9a2b2b659..71fa37992194 100644 --- a/misc/gimp-help-nl/Makefile +++ b/misc/gimp-help-nl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# +# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ -# CATEGORIES= misc graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= nl AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/gimp-help-nn/Makefile b/misc/gimp-help-nn/Makefile index b1d5a54cfae3..76e1bea7f913 100644 --- a/misc/gimp-help-nn/Makefile +++ b/misc/gimp-help-nn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# +# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ -# CATEGORIES= misc graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= nn AMPLE= "" +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/gimp-help-sv/Makefile b/misc/gimp-help-sv/Makefile index 83cd89da31f2..10166f533e7a 100644 --- a/misc/gimp-help-sv/Makefile +++ b/misc/gimp-help-sv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# +# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ -# CATEGORIES= misc graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= sv AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/gkrellm-gamma/Makefile b/misc/gkrellm-gamma/Makefile index 6930ee6502cd..ce78b5591ac2 100644 --- a/misc/gkrellm-gamma/Makefile +++ b/misc/gkrellm-gamma/Makefile @@ -19,4 +19,5 @@ PLIST_FILES= libexec/gkrellm2/plugins/gamma.so MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins ALL_TARGET= gamma.so +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile index 27f063b608bb..6b8cab5c1c7d 100644 --- a/misc/gkrellm-helium/Makefile +++ b/misc/gkrellm-helium/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= libexec/gkrellm2/plugins/helium.so CFLAGS+= -fPIC -I${LOCALBASE}/include MAKE_ARGS= CFLAGS="${CFLAGS}" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local/lib/gkrellm2/plugins|${PREFIX}/libexec/gkrellm2/plugins| ; \ s|CFLAGS =|CFLAGS?=| ; s|-lcurl|-lcurl -L${LOCALBASE}/lib|' ${WRKSRC}/Makefile diff --git a/misc/gkrellm-xkb/Makefile b/misc/gkrellm-xkb/Makefile index 831104827712..0034d1efa6d9 100644 --- a/misc/gkrellm-xkb/Makefile +++ b/misc/gkrellm-xkb/Makefile @@ -18,4 +18,5 @@ PLIST_FILES= libexec/gkrellm2/plugins/xkb.so MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins ALL_TARGET= xkb.so +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gkrellmbgchg2/Makefile b/misc/gkrellmbgchg2/Makefile index 68bb3a46e03d..7ec5fa9330e0 100644 --- a/misc/gkrellmbgchg2/Makefile +++ b/misc/gkrellmbgchg2/Makefile @@ -20,6 +20,7 @@ USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: diff --git a/misc/gkrellmfmonitor/Makefile b/misc/gkrellmfmonitor/Makefile index 8c79f700570f..124cbedf907b 100644 --- a/misc/gkrellmfmonitor/Makefile +++ b/misc/gkrellmfmonitor/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: gkrellmfmonitor -# Date Created: 08 Sep 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# $Id: Makefile,v 1.2 2002/11/09 03:14:54 jylefort Exp $ -# PORTNAME= gkrellmfmonitor PORTVERSION= 0.3 @@ -26,6 +21,7 @@ ALL_TARGET= fmonitor.so CFLAGS+= -fPIC `${GTK_CONFIG} --cflags` `imlib-config --cflags-gdk` MAKE_ARGS= CC="${CC} ${CFLAGS}" GTK_LIB="`${GTK_CONFIG} --libs`" +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm/plugins diff --git a/misc/gkrellmlaunch/Makefile b/misc/gkrellmlaunch/Makefile index 8522ad9f641a..6319ae45bbf7 100644 --- a/misc/gkrellmlaunch/Makefile +++ b/misc/gkrellmlaunch/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= libexec/gkrellm/plugins/gkrellmlaunch.so USE_GNOME= imlib ALL_TARGET= ${PORTNAME}.so +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" CFLAGS+= -fPIC diff --git a/misc/gkrellmlaunch2/Makefile b/misc/gkrellmlaunch2/Makefile index 874e1a91a18b..ffb603233e57 100644 --- a/misc/gkrellmlaunch2/Makefile +++ b/misc/gkrellmlaunch2/Makefile @@ -18,6 +18,7 @@ USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so ALL_TARGET= ${PORTNAME}.so +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/libexec/gkrellm2/plugins diff --git a/misc/gkrellshoot/Makefile b/misc/gkrellshoot/Makefile index 25a7b4439883..faa12ce2e94e 100644 --- a/misc/gkrellshoot/Makefile +++ b/misc/gkrellshoot/Makefile @@ -18,4 +18,5 @@ PLIST_FILES= libexec/gkrellm/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} USE_GNOME= imlib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gkrellshoot2/Makefile b/misc/gkrellshoot2/Makefile index ae1b3aa2c590..5a30c9ec62d4 100644 --- a/misc/gkrellshoot2/Makefile +++ b/misc/gkrellshoot2/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} ALL_TARGET= ${PORTNAME}.so +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile index 14c579d2535e..8db42f57e3fa 100644 --- a/misc/gkrellweather2/Makefile +++ b/misc/gkrellweather2/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= gkrellweather.so MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> # uses C99 builtin lrintf diff --git a/misc/gkx86info2/Makefile b/misc/gkx86info2/Makefile index 40207311f868..98186a0a3cf1 100644 --- a/misc/gkx86info2/Makefile +++ b/misc/gkx86info2/Makefile @@ -20,6 +20,7 @@ USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/gkx86info${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/misc/gman/Makefile b/misc/gman/Makefile index 88eb3f98c8ee..e88518cc5103 100644 --- a/misc/gman/Makefile +++ b/misc/gman/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: gman -# Date created: Mar 30, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gman PORTVERSION= 0.9.3 @@ -36,6 +31,7 @@ MAN1= gman.1x CXXFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^CXX =,#CXX =,g' \ -e 's,^CXXFLAGS =,CXXFLAGS+=,g' \ diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile index 331f7a72cf55..14050600ef19 100644 --- a/misc/gnome-devel-docs/Makefile +++ b/misc/gnome-devel-docs/Makefile @@ -20,4 +20,5 @@ USES= gmake pkgconfig USE_GNOME= gnomehier INSTALLS_OMF= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile index 4003342a05d8..07a58838ab49 100644 --- a/misc/gnome-icon-theme-extras/Makefile +++ b/misc/gnome-icon-theme-extras/Makefile @@ -24,4 +24,5 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 7ddebdfda2bc..8c65c2d59b3e 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -24,4 +24,5 @@ CONFIGURE_ARGS= --enable-icon-mapping CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index 6a06bcb486df..d7fc258ea6e7 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index 8ce0b2cc5d4d..6e7bd4a2614f 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -23,6 +23,7 @@ MAN1= gnome-osd-client.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index 25a1aec54cc6..f5e861a32fe9 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -21,4 +21,5 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomedocutils +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gnome2-reference/Makefile b/misc/gnome2-reference/Makefile index 898c90fa1b1f..6c27e530f4c1 100644 --- a/misc/gnome2-reference/Makefile +++ b/misc/gnome2-reference/Makefile @@ -57,6 +57,7 @@ NO_BUILD= yes .MAKE.FreeBSD_UL= yes REF_LIST_INC= ${.CURDIR}/Makefile.inc +NO_STAGE= yes .include "${REF_LIST_INC}" .for ref in ${_PORT_REF_LIST:C/^([^:]+).*/\1/} diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index 226b807325bb..54cdf9f8e3e6 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -1,7 +1,6 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports/misc/gnomehier/Makefile,v 1.39 2012/12/10 10:58:06 kwm Exp $ -# !!DON'T BUMP PORTREVISION ON MTREE CHANGES ANYMORE!! PORTNAME= gnomehier PORTVERSION= 3.0 @@ -19,6 +18,7 @@ PKGINSTALL= ${WRKDIR}/pkg-install GNOME_MTREE= BSD.gnome.dist GNOME_MTREE_ARGS=${MTREE_ARGS:S|${MTREE_FILE}|${PREFIX}/etc/mtree/${GNOME_MTREE}|} +NO_STAGE= yes do-fetch: @${DO_NADA} diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index f5437fb9d200..b806fb62aea9 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -19,6 +19,7 @@ LDFLAGS+= -lncurses MAN1= gnu-watch.1 PLIST_FILES= bin/${UNIQUENAME} +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \ -o ${WRKSRC}/${UNIQUENAME} diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 3b2a6e42f8e1..f0902f0c3c6f 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: git -# Date created: 12 Jul 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= gnuit PORTVERSION= 4.9.5 @@ -20,6 +16,7 @@ MAN1= gitaction.1 gitdpkgname.1 gitfm.1 gitinternal.1 \ gitkeys.1 gitmount.1 gitps.1 gitregrep.1 gitrfgrep.1 \ gitrgrep.1 gitunpack.1 gitview.1 gitwipe.1 +NO_STAGE= yes post-install: ${RM} -f ${PREFIX}/man/man1/gitmkdirs.1 ${RM} -f ${PREFIX}/man/man1/gitwhich.1 diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 1b00c2a45c44..121e9b8f08e3 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= bin/dir \ bin/gnuls \ bin/vdir +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${PREFIX}/bin diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index 13b91af57d07..b2c6bf453aa1 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^//|#|' \ ${WRKSRC}/gui/GFractal/GNUmakefile diff --git a/misc/gone/Makefile b/misc/gone/Makefile index acc97b959788..cf3d1d5e9876 100644 --- a/misc/gone/Makefile +++ b/misc/gone/Makefile @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= SETUID SETUID_DESC= Install gone setuid root for password support +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile index 42cb33daa731..f783db237e31 100644 --- a/misc/gonvert/Makefile +++ b/misc/gonvert/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes PORTDOCS= CHANGELOG FAQ README THANKS TODO +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/misc/gplink/Makefile b/misc/gplink/Makefile index b2fc59e9224f..ff9b5bb4ba35 100644 --- a/misc/gplink/Makefile +++ b/misc/gplink/Makefile @@ -22,6 +22,7 @@ MAKE_ARGS= CC="${CC}" \ PLIST_FILES= bin/gplink +NO_STAGE= yes .include <bsd.port.pre.mk> USB_CFLAGS= # none diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index b6488878c605..c247c2c410aa 100644 --- a/misc/granulate/Makefile +++ b/misc/granulate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: granulate -# Date created: Feb 17, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= granulate PORTVERSION= 0.2 @@ -15,6 +11,7 @@ MAINTAINER= jharris@widomaker.com COMMENT= Granulate is a program for splitting files in place PLIST_FILES= bin/granulate +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \ ${WRKSRC}/Makefile diff --git a/misc/grc/Makefile b/misc/grc/Makefile index 024b7807f805..84605af4d4af 100644 --- a/misc/grc/Makefile +++ b/misc/grc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: grc -# Date created: Mar 25, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= grc PORTVERSION= 1.4 @@ -22,6 +17,7 @@ USE_PYTHON_RUN= yes MAN1= grc.1 grcat.1 +NO_STAGE= yes post-patch: .for i in grc grcat @${REINPLACE_CMD} -e \ diff --git a/misc/gregexp/Makefile b/misc/gregexp/Makefile index d20b831cfa63..552a3fa2599d 100644 --- a/misc/gregexp/Makefile +++ b/misc/gregexp/Makefile @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/grun/Makefile b/misc/grun/Makefile index 34625bd0c77d..2cba66181510 100644 --- a/misc/grun/Makefile +++ b/misc/grun/Makefile @@ -19,4 +19,5 @@ MAN1= grun.1x PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index 03cae6541cf5..ed8bd116a697 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkfind -# Date created: 28 Sept 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= gtkfind PORTVERSION= 1.1 @@ -25,6 +21,7 @@ GNU_CONFIGURE= yes MAN1= gtkfind.1 PLIST_FILES= bin/gtkfind +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in diff --git a/misc/gwhich/Makefile b/misc/gwhich/Makefile index 10bfb74b5ccb..31e4331bc9c2 100644 --- a/misc/gwhich/Makefile +++ b/misc/gwhich/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gwhich -# Date created: 20 September 2000 -# Whom: Jeremy Shaffner <jeremy@external.org> -# +# Created by: Jeremy Shaffner <jeremy@external.org> # $FreeBSD$ -# PORTNAME= gwhich PORTVERSION= 2.20 @@ -23,6 +19,7 @@ INFO= which PORTEXAMPLES= EXAMPLES PLIST_FILES= bin/gwhich +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} diff --git a/misc/hb/Makefile b/misc/hb/Makefile index 21555095788b..3922bc04e554 100644 --- a/misc/hb/Makefile +++ b/misc/hb/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: hb -# Date Created: 17 July 2001 -# Whom: tundra -# +# Created by: tundra # $FreeBSD$ -# PORTNAME= hb PORTVERSION= 1.88 @@ -18,4 +14,5 @@ USE_PYTHON= yes MANCOMPRESSED= yes MAN1= hb.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/hello/Makefile b/misc/hello/Makefile index 6a69331e19d8..49373e6ad5e8 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= YES MAN1= hello.1 INFO= hello +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 1d17959701d3..2f80015cc4f6 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -21,6 +21,7 @@ INFO= ${PORTNAME} MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index 659b7652dc78..142be7ecc9dc 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -39,6 +39,7 @@ OREGON_DESC= Oregon Support OPTIONS_DEFAULT= CM17A EXTENDED RFXSENS RFXMETER DMX OREGON +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MCM17A} diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile index 4f2188a77bcf..2f9effc05c06 100644 --- a/misc/hicolor-icon-theme/Makefile +++ b/misc/hicolor-icon-theme/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: hicolor-icon-theme -# Date created: 13 January 2003 -# Whom: marcus@FreeBSD.org -# +# Created by: marcus@FreeBSD.org # $FreeBSD$ # $MCom: ports/misc/hicolor-icon-theme/Makefile,v 1.9 2009/09/26 12:53:31 marcus Exp $ -# PORTNAME= hicolor-icon-theme PORTVERSION= 0.12 @@ -32,6 +28,7 @@ STOCK_SUBS= chart code data form image io media navigation net object table text SUB_LIST= ICON_SIZES="${ICON_SIZES}" ICON_CONTEXTS="${ICON_CONTEXTS}" \ STOCK_SUBS="${STOCK_SUBS}" +NO_STAGE= yes .include <bsd.port.pre.mk> pre-install: diff --git a/misc/histring/Makefile b/misc/histring/Makefile index 7ce55aed69af..2a2c564370c3 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -14,4 +14,5 @@ COMMENT= Highlight strings using the ANSI terminal escape sequences GNU_CONFIGURE= yes PLIST_FILES= bin/histring +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile index 5181af3332a6..9c2225a079c4 100644 --- a/misc/hotkeys/Makefile +++ b/misc/hotkeys/Makefile @@ -30,6 +30,7 @@ MAN1= hotkeys.1 OPTIONS_DEFINE= OSD OPTIONS_DEFAULT= OSD +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOSD} diff --git a/misc/hulgalugha/Makefile b/misc/hulgalugha/Makefile index 2da85117665d..081ee747e08c 100644 --- a/misc/hulgalugha/Makefile +++ b/misc/hulgalugha/Makefile @@ -1,4 +1,4 @@ -# Created by: alfred@freebsd.org +# Created by: alfred@FreeBSD.org # $FreeBSD$ PORTNAME= hulgalugha @@ -12,6 +12,7 @@ COMMENT= Very jerky text filter PLIST_FILES= bin/hulgalugha +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/misc/imerge/Makefile b/misc/imerge/Makefile index b078666c878e..8b0802807254 100644 --- a/misc/imerge/Makefile +++ b/misc/imerge/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imerge(1) -# Date created: 18 January 2007 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= imerge PORTVERSION= 0.2.4 @@ -24,4 +20,5 @@ MAN1= imerge.1 MANCOMPRESSED= maybe PLIST_FILES= bin/imerge +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index fbf293132289..4ffbdf79ee81 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -26,4 +26,5 @@ PLIST_FILES= bin/inplace test: build cd ${WRKSRC}; ${MAKE} test +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/ipa_conv/Makefile b/misc/ipa_conv/Makefile index 01d7f05128f6..b69cb570bb6c 100644 --- a/misc/ipa_conv/Makefile +++ b/misc/ipa_conv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipa_conv -# Date created: 28 July 2009 -# Whom: Andrey Simonenko -# +# Created by: Andrey Simonenko # $FreeBSD$ -# PORTNAME= ipa_conv PORTVERSION= 1.1 @@ -24,4 +20,5 @@ PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so MAN8= ipa_conv.8 MANLANG= "" ru.KOI8-R +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index a8979aa39b2d..330d1dc988eb 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipbt -# Date created: 7 May 2006 -# Whom: Matt Mills <matt_mills@btopenworld.com> -# +# Created by: Matt Mills <matt_mills@btopenworld.com> # $FreeBSD$ -# PORTNAME= ipbt DISTVERSION= r8765 @@ -22,6 +18,7 @@ USES= perl5 ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/sbcsgen.pl @${REINPLACE_CMD} -e 's|perl|${PERL}|' ${WRKSRC}/${MAKEFILE} diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index 64bc08a7984e..98aba6ee9c00 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= iselect.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSLANG} diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index e83cc1b41ce6..032111fdd5b5 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -16,4 +16,5 @@ USES= pathfix gettext USE_GMAKE= yes GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile index 66a603ccce60..78620aaf32fb 100644 --- a/misc/jargon/Makefile +++ b/misc/jargon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jargon -# Date created: 11 July 1998 -# Whom: moeding -# +# Created by: moeding # $FreeBSD$ -# PORTNAME= jargon PORTVERSION= 4.4.7 @@ -17,6 +13,7 @@ NO_BUILD= yes DATADIR= ${PREFIX}/share/jargon +NO_STAGE= yes post-extract: (cd ${WRKSRC}; \ ${RM} -rf html/graphics/.xvpics graphics/.xvpics \ diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index df7d6a86ba81..b184e6c617cc 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -21,6 +21,7 @@ SUB_LIST+= PORTVERSION=${PORTVERSION} PLIST_FILES= %%JAVAJARDIR%%/JBidwatcher-${PORTVERSION}.jar \ bin/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${JAVAJARDIR} @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin diff --git a/misc/jive/Makefile b/misc/jive/Makefile index f5689deaec1e..4959fb474097 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: jive -# Date created: Mon Feb 17, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= jive PORTVERSION= 1.1 @@ -21,6 +16,7 @@ CONFLICTS= filters-* talkfilters-* WRKSRC= ${WRKDIR}/jive MAN1= jive.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jive ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 diff --git a/misc/kbdscan/Makefile b/misc/kbdscan/Makefile index d9e7f35b25ff..0468e745a30c 100644 --- a/misc/kbdscan/Makefile +++ b/misc/kbdscan/Makefile @@ -14,6 +14,7 @@ USE_BZIP2= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index db7c3629e357..79f9203aaef4 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -20,6 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl MAN1= kcd.1 +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/kde-thumbnailer-chm/Makefile b/misc/kde-thumbnailer-chm/Makefile index 7359b23b2079..2efe067045af 100644 --- a/misc/kde-thumbnailer-chm/Makefile +++ b/misc/kde-thumbnailer-chm/Makefile @@ -19,4 +19,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= lib/kde4/chmthumbnail.so \ share/kde4/services/chmthumbnail.desktop +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/kde-xdg-env/Makefile b/misc/kde-xdg-env/Makefile index 3e54cdb0cbeb..470085708bf4 100644 --- a/misc/kde-xdg-env/Makefile +++ b/misc/kde-xdg-env/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde-xdg-env -# Date created: April 03 2005 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xdg PORTVERSION= 1.0 @@ -33,6 +29,7 @@ SUB_FILES= xdg-env.sh PLIST_FILES= env/xdg-env.sh PLIST_DIRS= env +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/env ${INSTALL_SCRIPT} ${WRKDIR}/xdg-env.sh ${PREFIX}/env diff --git a/misc/kde4-l10n-bg/Makefile b/misc/kde4-l10n-bg/Makefile index 7016098ebb2b..ab37e27377b0 100644 --- a/misc/kde4-l10n-bg/Makefile +++ b/misc/kde4-l10n-bg/Makefile @@ -10,5 +10,6 @@ COMMENT= Bulgarian messages and documentation for KDE SC 4 KDE4_L10N= bg +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-bs/Makefile b/misc/kde4-l10n-bs/Makefile index 43ff12b8ecc2..2a5e2d048316 100644 --- a/misc/kde4-l10n-bs/Makefile +++ b/misc/kde4-l10n-bs/Makefile @@ -9,5 +9,6 @@ COMMENT= Bosnian messages and documentation for KDE SC 4 KDE4_L10N= bs +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ca/Makefile b/misc/kde4-l10n-ca/Makefile index fe8790d25eb4..7e3f2cdb3911 100644 --- a/misc/kde4-l10n-ca/Makefile +++ b/misc/kde4-l10n-ca/Makefile @@ -11,6 +11,7 @@ COMMENT= Catalan messages and documentation for KDE SC 4 KDE4_L10N= ca MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-ca_valencia/Makefile b/misc/kde4-l10n-ca_valencia/Makefile index 658b19c3d932..a64c71c8880b 100644 --- a/misc/kde4-l10n-ca_valencia/Makefile +++ b/misc/kde4-l10n-ca_valencia/Makefile @@ -10,5 +10,6 @@ COMMENT= Valencian (southern Catalan) messages and documentation for KDE SC 4 KDE4_L10N= ca@valencia +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-cs/Makefile b/misc/kde4-l10n-cs/Makefile index fcc90b09c45d..9e8aa498f104 100644 --- a/misc/kde4-l10n-cs/Makefile +++ b/misc/kde4-l10n-cs/Makefile @@ -10,5 +10,6 @@ COMMENT= Czech messages and documentation for KDE SC 4 KDE4_L10N= cs +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-da/Makefile b/misc/kde4-l10n-da/Makefile index 66d82812aad7..a3c10d8e100b 100644 --- a/misc/kde4-l10n-da/Makefile +++ b/misc/kde4-l10n-da/Makefile @@ -11,6 +11,7 @@ COMMENT= Danish messages and documentation for KDE SC 4 KDE4_L10N= da MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-el/Makefile b/misc/kde4-l10n-el/Makefile index 3ba89157331d..f08ffbd733a4 100644 --- a/misc/kde4-l10n-el/Makefile +++ b/misc/kde4-l10n-el/Makefile @@ -11,6 +11,7 @@ COMMENT= Modern Greek messages and documentation for KDE SC 4 KDE4_L10N= el MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-en_GB/Makefile b/misc/kde4-l10n-en_GB/Makefile index c695a23414a1..66c1c29c0cc6 100644 --- a/misc/kde4-l10n-en_GB/Makefile +++ b/misc/kde4-l10n-en_GB/Makefile @@ -10,5 +10,6 @@ COMMENT= British messages and documentation for KDE SC 4 KDE4_L10N= en_GB +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-es/Makefile b/misc/kde4-l10n-es/Makefile index dc89b0e3bcb0..f01ddb8da76e 100644 --- a/misc/kde4-l10n-es/Makefile +++ b/misc/kde4-l10n-es/Makefile @@ -11,6 +11,7 @@ COMMENT= Spanish messages and documentation for KDE SC 4 KDE4_L10N= es MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-et/Makefile b/misc/kde4-l10n-et/Makefile index ef399e8c939b..ee5741448a7e 100644 --- a/misc/kde4-l10n-et/Makefile +++ b/misc/kde4-l10n-et/Makefile @@ -11,6 +11,7 @@ COMMENT= Estonian messages and documentation for KDE SC 4 KDE4_L10N= et MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-eu/Makefile b/misc/kde4-l10n-eu/Makefile index d9811cdb1600..ae8056dccfa6 100644 --- a/misc/kde4-l10n-eu/Makefile +++ b/misc/kde4-l10n-eu/Makefile @@ -9,5 +9,6 @@ COMMENT= Basque messages and documentation for KDE SC 4 KDE4_L10N= eu +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-fa/Makefile b/misc/kde4-l10n-fa/Makefile index 76accc81e1b0..a067fad5fac2 100644 --- a/misc/kde4-l10n-fa/Makefile +++ b/misc/kde4-l10n-fa/Makefile @@ -9,5 +9,6 @@ COMMENT= Farsi (Persian) messages and documentation for KDE SC 4 KDE4_L10N= fa +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-fi/Makefile b/misc/kde4-l10n-fi/Makefile index ea8ca77ac1c5..89ff4e2cc591 100644 --- a/misc/kde4-l10n-fi/Makefile +++ b/misc/kde4-l10n-fi/Makefile @@ -10,5 +10,6 @@ COMMENT= Finnish messages and documentation for KDE SC 4 KDE4_L10N= fi +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ga/Makefile b/misc/kde4-l10n-ga/Makefile index 62fd64d9775d..9769fb7cdedc 100644 --- a/misc/kde4-l10n-ga/Makefile +++ b/misc/kde4-l10n-ga/Makefile @@ -10,5 +10,6 @@ COMMENT= Irish messages and documentation for KDE SC 4 KDE4_L10N= ga +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-gl/Makefile b/misc/kde4-l10n-gl/Makefile index 2f3823353e78..458a0b6c6c09 100644 --- a/misc/kde4-l10n-gl/Makefile +++ b/misc/kde4-l10n-gl/Makefile @@ -11,6 +11,7 @@ COMMENT= Gallegan messages and documentation for KDE SC 4 KDE4_L10N= gl MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-hi/Makefile b/misc/kde4-l10n-hi/Makefile index 24a1a9d86a95..40072d80cc2a 100644 --- a/misc/kde4-l10n-hi/Makefile +++ b/misc/kde4-l10n-hi/Makefile @@ -10,5 +10,6 @@ COMMENT= Hindi messages and documentation for KDE SC 4 KDE4_L10N= hi +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-hr/Makefile b/misc/kde4-l10n-hr/Makefile index 51f3851ff27b..b7391ff64bc7 100644 --- a/misc/kde4-l10n-hr/Makefile +++ b/misc/kde4-l10n-hr/Makefile @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ PORTNAME= kde-l10n @@ -10,5 +9,6 @@ COMMENT= Croation messages and documentation for KDE SC 4 KDE4_L10N= hr +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ia/Makefile b/misc/kde4-l10n-ia/Makefile index bb6197132a0d..4b392a67fa56 100644 --- a/misc/kde4-l10n-ia/Makefile +++ b/misc/kde4-l10n-ia/Makefile @@ -9,5 +9,6 @@ COMMENT= Interlingua messages and documentation for KDE SC 4 KDE4_L10N= ia +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-is/Makefile b/misc/kde4-l10n-is/Makefile index 7279d918fc1e..67d418861b03 100644 --- a/misc/kde4-l10n-is/Makefile +++ b/misc/kde4-l10n-is/Makefile @@ -9,5 +9,6 @@ COMMENT= Icelandic messages and documentation for KDE SC 4 KDE4_L10N= is +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-it/Makefile b/misc/kde4-l10n-it/Makefile index e62ae808ee45..15166870e3f4 100644 --- a/misc/kde4-l10n-it/Makefile +++ b/misc/kde4-l10n-it/Makefile @@ -11,6 +11,7 @@ COMMENT= Italian messages and documentation for KDE SC 4 KDE4_L10N= it MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-kk/Makefile b/misc/kde4-l10n-kk/Makefile index e4275cac233a..390d3affcc27 100644 --- a/misc/kde4-l10n-kk/Makefile +++ b/misc/kde4-l10n-kk/Makefile @@ -10,5 +10,6 @@ COMMENT= Kazakh messages and documentation for KDE SC 4 KDE4_L10N= kk +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-km/Makefile b/misc/kde4-l10n-km/Makefile index 890c150d4eb5..251cea47e06d 100644 --- a/misc/kde4-l10n-km/Makefile +++ b/misc/kde4-l10n-km/Makefile @@ -10,5 +10,6 @@ COMMENT= Khmer messages and documentation for KDE SC 4 KDE4_L10N= km +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-lt/Makefile b/misc/kde4-l10n-lt/Makefile index 7d92490affc6..f38d9d18acf5 100644 --- a/misc/kde4-l10n-lt/Makefile +++ b/misc/kde4-l10n-lt/Makefile @@ -11,6 +11,7 @@ COMMENT= Lithuanian messages and documentation for KDE SC 4 KDE4_L10N= lt MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile index 8bc08c629ada..bff6bc983977 100644 --- a/misc/kde4-l10n-lv/Makefile +++ b/misc/kde4-l10n-lv/Makefile @@ -10,5 +10,6 @@ COMMENT= Latvian messages and documentation for KDE SC 4 KDE4_L10N= lv +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-mr/Makefile b/misc/kde4-l10n-mr/Makefile index 59ae7fc85608..faac31f7f79d 100644 --- a/misc/kde4-l10n-mr/Makefile +++ b/misc/kde4-l10n-mr/Makefile @@ -9,5 +9,6 @@ COMMENT= Marathi messages and documentation for KDE SC 4 KDE4_L10N= mr +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-nb/Makefile b/misc/kde4-l10n-nb/Makefile index f9d53ca7f922..131073151d71 100644 --- a/misc/kde4-l10n-nb/Makefile +++ b/misc/kde4-l10n-nb/Makefile @@ -11,6 +11,7 @@ COMMENT= Norwegian Bokmaal messages and documentation for KDE SC 4 KDE4_L10N= nb MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-nds/Makefile b/misc/kde4-l10n-nds/Makefile index 901658c68e79..b368b29533de 100644 --- a/misc/kde4-l10n-nds/Makefile +++ b/misc/kde4-l10n-nds/Makefile @@ -10,5 +10,6 @@ COMMENT= Low German localized messages and documentation for KDE SC 4 KDE4_L10N= nds +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-nl/Makefile b/misc/kde4-l10n-nl/Makefile index b52b090fb9d5..2e9fc802fc08 100644 --- a/misc/kde4-l10n-nl/Makefile +++ b/misc/kde4-l10n-nl/Makefile @@ -11,6 +11,7 @@ COMMENT= Dutch messages and documentation for KDE SC 4 KDE4_L10N= nl MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-nn/Makefile b/misc/kde4-l10n-nn/Makefile index e172c6b0a00f..46cb6249fffd 100644 --- a/misc/kde4-l10n-nn/Makefile +++ b/misc/kde4-l10n-nn/Makefile @@ -12,5 +12,6 @@ KDE4_L10N= nn MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-pa/Makefile b/misc/kde4-l10n-pa/Makefile index 02dcd52203cb..a91d8dccfc97 100644 --- a/misc/kde4-l10n-pa/Makefile +++ b/misc/kde4-l10n-pa/Makefile @@ -10,5 +10,6 @@ COMMENT= Panjabi messages and documentation for KDE SC 4 KDE4_L10N= pa +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile index bc8c202d9fee..587287e84e3c 100644 --- a/misc/kde4-l10n-ro/Makefile +++ b/misc/kde4-l10n-ro/Makefile @@ -9,5 +9,6 @@ COMMENT= Romanian messages and documentation for KDE SC 4 KDE4_L10N= ro +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-si/Makefile b/misc/kde4-l10n-si/Makefile index e4b52edf5df2..86a0020537eb 100644 --- a/misc/kde4-l10n-si/Makefile +++ b/misc/kde4-l10n-si/Makefile @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ PORTNAME= kde-l10n @@ -10,5 +9,6 @@ COMMENT= Sinhalese messages and documentation for KDE SC 4 KDE4_L10N= si +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sk/Makefile b/misc/kde4-l10n-sk/Makefile index 65c8bb2fb22c..8fbc7c9de8a9 100644 --- a/misc/kde4-l10n-sk/Makefile +++ b/misc/kde4-l10n-sk/Makefile @@ -9,5 +9,6 @@ COMMENT= Slovak messages and documentation for KDE SC 4 KDE4_L10N= sk +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sl/Makefile b/misc/kde4-l10n-sl/Makefile index 521bb084347e..38238e9ea967 100644 --- a/misc/kde4-l10n-sl/Makefile +++ b/misc/kde4-l10n-sl/Makefile @@ -10,5 +10,6 @@ COMMENT= Slovenian messages and documentation for KDE SC 4 KDE4_L10N= sl +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sr/Makefile b/misc/kde4-l10n-sr/Makefile index 176ee3b6d2b8..334646066956 100644 --- a/misc/kde4-l10n-sr/Makefile +++ b/misc/kde4-l10n-sr/Makefile @@ -10,6 +10,7 @@ COMMENT= Serbian messages and documentation for KDE SC 4 KDE4_L10N= sr MANLANG= ${KDE4_L10N} sr@latin +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-sv/Makefile b/misc/kde4-l10n-sv/Makefile index 0d8e3b15cb9e..5432491828f5 100644 --- a/misc/kde4-l10n-sv/Makefile +++ b/misc/kde4-l10n-sv/Makefile @@ -11,6 +11,7 @@ COMMENT= Swedish messages and documentation for KDE SC 4 KDE4_L10N= sv MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-tg/Makefile b/misc/kde4-l10n-tg/Makefile index 6b9b43a5eb2d..ff458b3eec92 100644 --- a/misc/kde4-l10n-tg/Makefile +++ b/misc/kde4-l10n-tg/Makefile @@ -9,5 +9,6 @@ COMMENT= Tajik messages and documentation for KDE SC 4 KDE4_L10N= tg +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-th/Makefile b/misc/kde4-l10n-th/Makefile index 8189ab76bca0..9d2fdd0c4469 100644 --- a/misc/kde4-l10n-th/Makefile +++ b/misc/kde4-l10n-th/Makefile @@ -10,5 +10,6 @@ COMMENT= Thai messages and documentation for KDE SC 4 KDE4_L10N= th +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-tr/Makefile b/misc/kde4-l10n-tr/Makefile index 464057e306df..10beafbbc002 100644 --- a/misc/kde4-l10n-tr/Makefile +++ b/misc/kde4-l10n-tr/Makefile @@ -11,6 +11,7 @@ COMMENT= Turkish messages and documentation for KDE SC 4 KDE4_L10N= tr MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-ug/Makefile b/misc/kde4-l10n-ug/Makefile index 03ff8bdeaa3d..8496fb855c76 100644 --- a/misc/kde4-l10n-ug/Makefile +++ b/misc/kde4-l10n-ug/Makefile @@ -9,5 +9,6 @@ COMMENT= Uighur messages and documentation for KDE SC 4 KDE4_L10N= ug +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-wa/Makefile b/misc/kde4-l10n-wa/Makefile index 0277fcb07ef8..dc9a6c4d797a 100644 --- a/misc/kde4-l10n-wa/Makefile +++ b/misc/kde4-l10n-wa/Makefile @@ -10,5 +10,6 @@ COMMENT= Walloon messages and documentation for KDE SC 4 KDE4_L10N= wa +NO_STAGE= yes .include "${.CURDIR}/../kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 1394bf2f0d42..1e74de4bdf53 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -36,6 +36,7 @@ vi_PORT= vietnamese/kde4-l10n zh_CN_PORT= chinese/kde4-l10n-zh_CN zh_TW_PORT= chinese/kde4-l10n-zh_TW +NO_STAGE= yes .include <${.CURDIR}/files/kde4-lang-names> # kde4-lang-names is encoded in UTF, override with plain ASCII: nb_NAME= Norwegian Bokmal diff --git a/misc/kde4-shared-mime-info/Makefile b/misc/kde4-shared-mime-info/Makefile index 4f5e7d37684d..c5a0a186ec87 100644 --- a/misc/kde4-shared-mime-info/Makefile +++ b/misc/kde4-shared-mime-info/Makefile @@ -21,6 +21,7 @@ NO_WRKSUBDIR= yes MIMESUBDIRS= application audio image inode message model multipart \ packages text video x-epoc x-content +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${KDE4_PREFIX} != ${LOCALBASE} diff --git a/misc/kde4-xdg-env/Makefile b/misc/kde4-xdg-env/Makefile index 00226d10ac92..4519132e41eb 100644 --- a/misc/kde4-xdg-env/Makefile +++ b/misc/kde4-xdg-env/Makefile @@ -23,6 +23,7 @@ SUB_FILES= xdg-env.sh PLIST_FILES= env/xdg-env.sh PLIST_DIRSTRY= env +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/env ${INSTALL_SCRIPT} ${WRKDIR}/xdg-env.sh ${PREFIX}/env diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index abd2f475f766..6f1a751d2d96 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -42,6 +42,7 @@ PARLEY_DESC= Vocabulary trainer ROCS_DESC= Graph teory IDE STEP_DESC= Interactive physics simulator +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBLINKEN} diff --git a/misc/kdehier4/Makefile b/misc/kdehier4/Makefile index 98e50bed7769..89475c7ba633 100644 --- a/misc/kdehier4/Makefile +++ b/misc/kdehier4/Makefile @@ -13,6 +13,7 @@ NO_BUILD= yes USE_LDCONFIG= ${KDE4_PREFIX}/lib USE_KDE4= # +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${KDE4_PREFIX} != ${PREFIX} diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 2622e44c3262..c972259fa03b 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -34,6 +34,7 @@ PRINTMANAGER_DESC= Install print manager SUPERKARAMBA_DESC= Install widget framework SuperKaramba SWEEPER_DESC= Install system cleaner Sweeper +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MARK} diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index aa96f2c5d3cc..69f4666ee449 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -29,6 +29,7 @@ PLIST_FILES= bin/kenny POD2MAN?= ${LOCALBASE}/bin/pod2man +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME} @${POD2MAN} ${WRKDIR}/${PORTNAME} > ${WRKDIR}/${PORTNAME}.1 diff --git a/misc/kgeography/Makefile b/misc/kgeography/Makefile index 20caa3a2b38c..e191c975dedc 100644 --- a/misc/kgeography/Makefile +++ b/misc/kgeography/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= xml moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/klettres/Makefile b/misc/klettres/Makefile index b9b1264090cd..5b17b52195e0 100644 --- a/misc/klettres/Makefile +++ b/misc/klettres/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= xml moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/krecipes-kde4/Makefile b/misc/krecipes-kde4/Makefile index b27a9658328e..c47b4abf8cdd 100644 --- a/misc/krecipes-kde4/Makefile +++ b/misc/krecipes-kde4/Makefile @@ -21,6 +21,7 @@ USES= cmake gettext USE_QT4= moc_build qmake_build rcc_build uic_build USE_KDE4= automoc4 kdeprefix kdelibs qimageblitz sharedmime +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile index 51afc8b27ff4..286c7d1228cc 100644 --- a/misc/ktouch/Makefile +++ b/misc/ktouch/Makefile @@ -21,4 +21,5 @@ USE_XORG= xkbfile MAN1= ktouch.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/kwordquiz/Makefile b/misc/kwordquiz/Makefile index 6bbab525941a..610e1b93fca4 100644 --- a/misc/kwordquiz/Makefile +++ b/misc/kwordquiz/Makefile @@ -17,4 +17,5 @@ USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/latex-mk/Makefile b/misc/latex-mk/Makefile index 5a98248292f8..3fe80728515f 100644 --- a/misc/latex-mk/Makefile +++ b/misc/latex-mk/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: latex-mk -# Date created: May 22, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= latex-mk PORTVERSION= 2.1 @@ -26,4 +21,5 @@ LICENSE= BSD INFO= latex-mk +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/lc/Makefile b/misc/lc/Makefile index 9869bfb75bd9..1ac77052af3e 100644 --- a/misc/lc/Makefile +++ b/misc/lc/Makefile @@ -12,6 +12,7 @@ COMMENT= Alternative to ls(1) MAN1= lc.1 PLIST_FILES= bin/lc +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${MAN1PREFIX}/man/man1 diff --git a/misc/lesspipe/Makefile b/misc/lesspipe/Makefile index 79d736b742dd..a91c947633eb 100644 --- a/misc/lesspipe/Makefile +++ b/misc/lesspipe/Makefile @@ -39,6 +39,7 @@ SUB_FILES= pkg-message MAN1= lesspipe.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/code2color ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/lesspipe.sh ${PREFIX}/bin diff --git a/misc/libeatmydata/Makefile b/misc/libeatmydata/Makefile index ac99dfb57cc3..1309f49cab1c 100644 --- a/misc/libeatmydata/Makefile +++ b/misc/libeatmydata/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libeatmydata -# Date created: Sat Jan 16 20:41:35 CET 2010 -# Whom: Attila Nagy <bra@fsn.hu> -# +# Created by: Attila Nagy <bra@fsn.hu> # $FreeBSD$ -# PORTNAME= libeatmydata PORTVERSION= 9 @@ -21,6 +17,7 @@ PLIST_FILES= lib/libeatmydata.so \ lib/libeatmydata.so.1 \ lib/libeatmydata.so.1.0 +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libeatmydata.so.1.0 ${PREFIX}/lib diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index 6da327c1d30c..80a4b30852c6 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -21,6 +21,7 @@ PGSQL_DESC= Support for PostgreSQL (Experimental) GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(LIBHOME_WITH_BDB_VER) diff --git a/misc/libkdeedu/Makefile b/misc/libkdeedu/Makefile index 7a3d75f8f281..8057558c3b9f 100644 --- a/misc/libkdeedu/Makefile +++ b/misc/libkdeedu/Makefile @@ -18,4 +18,5 @@ USE_QT4= corelib gui xml moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/libmcal/Makefile b/misc/libmcal/Makefile index e42daff146a3..a87143204cfa 100644 --- a/misc/libmcal/Makefile +++ b/misc/libmcal/Makefile @@ -31,6 +31,7 @@ DOCS= CHANGELOG FAQ-MCAL FEATURE-IMPLEMENTATION FUNCTION-REF.html \ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes post-extract: ${CP} -pR ${WRKSRCDRV}/mstore ${WRKSRC} ${CP} -pR ${WRKSRCDRV}/icap ${WRKSRC} diff --git a/misc/libmetalink/Makefile b/misc/libmetalink/Makefile index f555f6f93150..318ce4f9434d 100644 --- a/misc/libmetalink/Makefile +++ b/misc/libmetalink/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmetalink -# Date created: Mon 11 Aug 2008 11:28:33 UTC -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libmetalink PORTVERSION= 0.0.3 @@ -36,6 +32,7 @@ EXAMPLES_FILES= \ PORTEXAMPLES= * .endif +NO_STAGE= yes post-patch: # do not automagically install either documents or examples @${REINPLACE_CMD} -E \ diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 65ec2eee410c..3157dca08a01 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpri -# Date created: 25 Oct 2004 -# Whom: Alexander Timoshenko <gonzo@univ.kiev.ua> -# +# Created by: Alexander Timoshenko <gonzo@univ.kiev.ua> # $FreeBSD$ -# PORTNAME= libpri PORTVERSION= 1.4.13 @@ -21,6 +17,7 @@ PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.so lib/libpri.so.1 ONLY_FOR_ARCHS= amd64 i386 sparc64 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^all:/s/$$(UTILITIES)//' ${WRKSRC}/Makefile diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index e946842cd130..b309b683825d 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -24,6 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # Add missing dependency in attempt to fix parallel (-jX) builds +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/DEPENDENCIES =/s,$$, $$(lib_LTLIBRARIES),' \ ${WRKSRC}/Makefile.in diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index 4124401c1217..da354131c742 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libutf -# Date created: Fri May 9 16:43:42 EDT 2003 -# Whom: Serge Gagnon <gagnon__s@videotron.ca> -# +# Created by: Serge Gagnon <gagnon__s@videotron.ca> # $FreeBSD$ -# PORTNAME= libutf PORTVERSION= 2.10 @@ -21,4 +17,5 @@ MAKE_ARGS= ETCDIR=${EXAMPLESDIR} MAN3= ure.3 utf.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index 19e2db79140d..4fc8c84365e6 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -16,6 +16,7 @@ USES= bison iconv MAN1= btedit.1 dbverify.1 llines.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} USES+= gettext diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index 04c2c954cd76..e9b096ecb2e5 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --enable-debug PLIST= ${WRKDIR}/plist .endif +NO_STAGE= yes .include <bsd.port.pre.mk> pre-everything:: diff --git a/misc/linm/Makefile b/misc/linm/Makefile index 4f8f0525521f..5079ef1cc9fd 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -26,6 +26,7 @@ MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSMB} diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile index 72b6ca4fefe7..a6b91972d63d 100644 --- a/misc/localedata/Makefile +++ b/misc/localedata/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: legacy locale data for FreeBSD 6+ -# Date created: 13 Jun 2005 -# Whom: sf -# +# Created by: sf # $FreeBSD$ -# PORTNAME= localedata PORTVERSION= 5.4 @@ -23,6 +19,7 @@ TARGET_DIR= ${PREFIX}/share/compat WRKSRC= ${WRKDIR}/${ARCH} +NO_STAGE= yes post-extract: cd ${WRKDIR}/ia64; ${MV} usr/share/locale . diff --git a/misc/logsurfer+/Makefile b/misc/logsurfer+/Makefile index 4b6dfc1c52f2..f353de4ef68e 100644 --- a/misc/logsurfer+/Makefile +++ b/misc/logsurfer+/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: logsurfer -# Date created: 28 Jul 1996 -# Whom: shanee@augusta.de -# +# Created by: shanee@augusta.de # $FreeBSD$ -# PORTNAME= logsurfer+ PORTVERSION= 1.7 @@ -27,6 +23,7 @@ CONFIGURE_ARGS+=--with-etcdir=${ETCDIR} MAN1= logsurfer.1 MAN4= logsurfer.conf.4 +NO_STAGE= yes post-install: @${MKDIR} ${ETCDIR} .for conf in ${EXAMPLE_FILES} diff --git a/misc/loop/Makefile b/misc/loop/Makefile index ef5dacde0f6f..c20b58fa0cee 100644 --- a/misc/loop/Makefile +++ b/misc/loop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: loop -# Date created: 12 November 2005 -# Whom: Murray Nesbitt <freebsd@nesbitt.ca> -# +# Created by: Murray Nesbitt <freebsd@nesbitt.ca> # $FreeBSD$ -# PORTNAME= loop PORTVERSION= 1.0 @@ -17,4 +13,5 @@ MAN1= loop.1 MANCOMPRESSED= yes PLIST_FILES= bin/loop +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/lr/Makefile b/misc/lr/Makefile index b92228781e7c..80d71b28ffb5 100644 --- a/misc/lr/Makefile +++ b/misc/lr/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: lr -# Date created: Tue Jul 14, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= lr PORTVERSION= 2.0 @@ -15,6 +10,7 @@ DISTNAME= lazyread-${PORTVERSION} MAINTAINER= mich@FreeBSD.org COMMENT= Lazyread can auto-scroll files on your screen in movie credit fashion +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(/usr/bin/lesspipe.sh) diff --git a/misc/lv/Makefile b/misc/lv/Makefile index b71e5cc08a0b..6f5cbc1090d4 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -22,6 +22,7 @@ MAN1= lv.1 OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile index 54794a9a17d4..d7c98103d9b8 100644 --- a/misc/lxde-common/Makefile +++ b/misc/lxde-common/Makefile @@ -32,6 +32,7 @@ PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index d401653f18f3..42c4b602096e 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -44,6 +44,7 @@ OPTIONS_DEFINE=FREETYPE XFT GIF IMLIB OPTIONS_DEFAULT=FREETYPE XFT NO_OPTIONS_SORT=yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/misc/man.el/Makefile b/misc/man.el/Makefile index ca6647a1b893..839bb6360cd9 100644 --- a/misc/man.el/Makefile +++ b/misc/man.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: man.el with I18N -# Date created: 10 September 1998 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# +# Created by: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # $FreeBSD$ -# PORTNAME= i18n-man PORTVERSION= 1.1 @@ -22,6 +18,7 @@ ELISPDIR= ${PREFIX}/share/emacs/site-lisp SITEPKGDIR= ${PREFIX}/lib/xemacs/site-packages PKGMODULES= i18n-man-de i18n-man-en i18n-man-ja +NO_STAGE= yes do-install: @${MKDIR} ${ELISPDIR} ${PREFIX}/share/doc/i18n-man @cd ${WRKSRC}; \ diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile index 5a985db077b0..3cfa18b313e0 100644 --- a/misc/mbuffer/Makefile +++ b/misc/mbuffer/Makefile @@ -27,6 +27,7 @@ MHASH_DESC= Use mhash for hash generation OPTIONS_DEFAULT= MHASH +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMHASH} diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 7b8386af67ac..10d741d34f7d 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -32,6 +32,7 @@ CONFIGURE_ARGS+=--with-included-slang \ MAN1= mc.1 mcedit.1 MAN8= mcserv.8 +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MSUBSHELL} diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 413440c481a2..d9091151105d 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -31,6 +31,7 @@ SUBSHELL_DESC= Build with subshell support OPTIONS_DEFAULT= SLANG ICONV NLS EDIT X11 SUBSHELL SMB +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/SUBDIRS = intl/SUBDIRS =/' ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's/saved_CPPFLAGS="-ltermcap/saved_CPPFLAGS="/' ${WRKSRC}/configure diff --git a/misc/metalink-checker/Makefile b/misc/metalink-checker/Makefile index 6e8d621b325c..7ed23c97edbd 100644 --- a/misc/metalink-checker/Makefile +++ b/misc/metalink-checker/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Metalink checker -# Date created: Sun 10 Aug 2008 04:22:51 UTC -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= metalink PORTVERSION= 1.3 @@ -31,6 +27,7 @@ PORTDOCS= * PLIST_FILES= bin/${PORTNAME}.py +NO_STAGE= yes do-patch: @${REINPLACE_CMD} -E \ -e "s|#!/usr/bin/env[[:space:]]python|#!${PYTHON_CMD}|" \ diff --git a/misc/metalink-editor/Makefile b/misc/metalink-editor/Makefile index 7373326b82be..e84d3a8929a5 100644 --- a/misc/metalink-editor/Makefile +++ b/misc/metalink-editor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Metalink editor -# Date created: Sun 10 Aug 2008 10:50:59 UTC -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= metalink PORTVERSION= 1.2.0 @@ -48,6 +44,7 @@ DOC_FILES= \ PORTDOCS= * .endif +NO_STAGE= yes post-extract: # Create a package to avoid namespace pollution @${MKDIR} ${WRKSRC}/Metalink_editor diff --git a/misc/metalink-tools/Makefile b/misc/metalink-tools/Makefile index d8e4013dbf0f..4e6e823939fd 100644 --- a/misc/metalink-tools/Makefile +++ b/misc/metalink-tools/Makefile @@ -36,6 +36,7 @@ PORTDOCS= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: # docs .ifndef(NOPORTDOCS) diff --git a/misc/metromap/Makefile b/misc/metromap/Makefile index 89d6d6b4fea7..2f0d1a36866c 100644 --- a/misc/metromap/Makefile +++ b/misc/metromap/Makefile @@ -22,6 +22,7 @@ USES= gettext PORTDOCS= AUTHORS NEWS README README.data TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile index 976b1bc778a6..c10a167b3a39 100644 --- a/misc/mime-support/Makefile +++ b/misc/mime-support/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mime-support -# Date created: 7 March 2003 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# +# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> # $FreeBSD$ -# PORTNAME= mime-support PORTVERSION= 3.54 @@ -20,6 +16,7 @@ NO_BUILD= yes PLIST_FILES= bin/run-mailcap etc/mime.types MAN1= run-mailcap.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/run-mailcap ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/mime.types ${PREFIX}/etc diff --git a/misc/mirmon/Makefile b/misc/mirmon/Makefile index a2695f46154d..12e01d7cb61a 100644 --- a/misc/mirmon/Makefile +++ b/misc/mirmon/Makefile @@ -19,6 +19,7 @@ SUB_LIST= PREFIX=${PREFIX} PLIST_FILES= bin/mirmon bin/probe MAN1= mirmon.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile index 2e5135ff5b48..dbc039a59255 100644 --- a/misc/misterproper/Makefile +++ b/misc/misterproper/Makefile @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 636fc87b2365..f5bcf3b28a92 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mmv -# Date created: 2 Feb 1995 -# Whom: Michael Elbel (me) -# +# Created by: Michael Elbel (me) # $FreeBSD$ -# PORTNAME= mmv PORTVERSION= 1.01b.15 @@ -23,6 +19,7 @@ MAN1= mmv.1 mad.1 mcp.1 mln.1 PLIST_FILES= bin/mmv bin/mad bin/mcp bin/mln WRKSRC= ${WRKDIR}/${PORTNAME}-1.01b.orig +NO_STAGE= yes do-build: @(cd ${WRKSRC} ; \ ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ; ) diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 4a3f389473ad..e0524ba0b321 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -15,6 +15,7 @@ COMMENT= Unix menuing shell NO_WRKSUBDIR= yes MAN1= mshell.1 +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile index ad8a246072db..6c9601da4702 100644 --- a/misc/mtail/Makefile +++ b/misc/mtail/Makefile @@ -16,6 +16,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGES LICENSE README PORTEXAMPLES= mtailrc +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile index 0f7de6a39504..12a105cc2f19 100644 --- a/misc/mtx/Makefile +++ b/misc/mtx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtx -# Date created: 26. November 2001 -# Whom: Martin Blapp <mb@imp.ch> -# +# Created by: Martin Blapp <mb@imp.ch> # $FreeBSD$ -# PORTNAME= mtx PORTVERSION= 1.3.12 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1 scsieject.1 PLIST_FILES= sbin/mtx sbin/tapeinfo sbin/loaderinfo sbin/scsitape sbin/scsieject +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/nagios-base-logos/Makefile b/misc/nagios-base-logos/Makefile index 2b9396fc0b8a..fad656e2e512 100644 --- a/misc/nagios-base-logos/Makefile +++ b/misc/nagios-base-logos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-base-logos -# Date created: 4 April 2005 -# Whom: Dmirty Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmirty Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nagios-base-logos PORTVERSION= 1.0 @@ -21,6 +17,7 @@ NAGIOS_LOGOS_DIR= ${PREFIX}/${NAGIOSWWWDIR}/images/logos PLIST_SUB= NAGIOSWWWDIR=${NAGIOSWWWDIR} +NO_STAGE= yes do-install: ${MKDIR} ${NAGIOS_LOGOS_DIR} cd ${WRKDIR}/base && ${FIND} . | ${CPIO} -pdm \ diff --git a/misc/najitool/Makefile b/misc/najitool/Makefile index 0b8647808974..a2cb572fdf3c 100644 --- a/misc/najitool/Makefile +++ b/misc/najitool/Makefile @@ -13,6 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnaji.a:${PORTSDIR}/devel/libnaji DISTVERSIONSUFFIX= .src +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cflags =|cflags = -I${LOCALBASE}/include|; s|libnaji.a|${LOCALBASE}/lib/libnaji.a|' ${WRKSRC}/${MAKEFILE} diff --git a/misc/newer/Makefile b/misc/newer/Makefile index c99fc1fde315..d37b4276463d 100644 --- a/misc/newer/Makefile +++ b/misc/newer/Makefile @@ -16,6 +16,7 @@ CONFLICTS= teTeX-base-[0-9]* tex-[0-9]* ja-ptex-base-* PLIST_FILES= bin/newer NO_EXTRACT= yes +NO_STAGE= yes do-build: ${CP} ${DISTDIR}/newer.c ${WRKDIR}/newer.c ${CC} ${CFLAGS} -o ${WRKDIR}/newer ${WRKDIR}/newer.c diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile index 15b4be199103..3dcbfac492ec 100644 --- a/misc/nsf/Makefile +++ b/misc/nsf/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: nsf -# Date created: 2000/09/09 -# Whom: kaz -# +# Created by: kaz # $FreeBSD$ -# PORTNAME= nsf PORTVERSION= 1.0 @@ -20,6 +16,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/nsf ALL_TARGET= +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKDIR}/nsf ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/ diff --git a/misc/numchar/Makefile b/misc/numchar/Makefile index aa2630d014b9..c2c8bef81e07 100644 --- a/misc/numchar/Makefile +++ b/misc/numchar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: numchar -# Date created: 3 August 1999 -# Whom: G. Adam Stanislav <adam@whizkidtech.net> -# +# Created by: G. Adam Stanislav <adam@whizkidtech.net> # $FreeBSD$ -# PORTNAME= numchar PORTVERSION= 1.0 @@ -13,6 +9,7 @@ MASTER_SITES= ftp://www.whizkidtech.redprince.net/unix/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts phone numbers between digits and characters +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/numchar ${PREFIX}/bin ${LN} -fs ${PREFIX}/bin/numchar ${PREFIX}/bin/phdecode diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 83c23c84e1b8..fc6e2eabee1e 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/FOOD_DES.txt \ %%DATADIR%%/WEIGHT.txt %%DATADIR%%/sr25.nut PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFLTK} diff --git a/misc/ondir/Makefile b/misc/ondir/Makefile index 2af0b1df0b6d..97be13145f66 100644 --- a/misc/ondir/Makefile +++ b/misc/ondir/Makefile @@ -16,6 +16,7 @@ MANCOMPRESSED= no PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/misc/opencyc/Makefile b/misc/opencyc/Makefile index e67277773926..4dfeb18557a7 100644 --- a/misc/opencyc/Makefile +++ b/misc/opencyc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: opencyc -# Date created: Apr 19 2003 -# Whom: Alex Semenyaka <alex@rinet.ru> -# +# Created by: Alex Semenyaka <alex@rinet.ru> # $FreeBSD$ -# PORTNAME= opencyc PORTVERSION= 0.7.0 @@ -21,6 +17,7 @@ NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" +NO_STAGE= yes post-extract: cd ${WRKSRC}/doc && ${RM} '#migration.txt#' 'package-list.~1~' '.#faq' '.#migration.txt' diff --git a/misc/openr2/Makefile b/misc/openr2/Makefile index 470832df8954..9c7b76dc89ec 100644 --- a/misc/openr2/Makefile +++ b/misc/openr2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openr2 -# Date created: 28 Jun 2012 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openr2 PORTVERSION= 1.3.2 @@ -24,6 +20,7 @@ MAN8= r2test.8 CONF_FILES= etc/r2proto.conf etc/r2test.conf +NO_STAGE= yes post-install: .for f in ${CONF_FILES} [ -e ${PREFIX}/$f ] || ${INSTALL_DATA} ${PREFIX}/$f-dist ${PREFIX}/$f diff --git a/misc/orville-write/Makefile b/misc/orville-write/Makefile index 10ebc3d2ace0..fbf71c802494 100644 --- a/misc/orville-write/Makefile +++ b/misc/orville-write/Makefile @@ -16,6 +16,7 @@ PLIST_FILES= bin/amin bin/helpers bin/huh bin/jot bin/mesg bin/tel \ bin/telegram bin/write etc/orville.conf etc/wrthist etc/wrttmp MAN1= amin.1 helpers.1 huh.1 mesg.1 write.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900006 diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index bdfcf21fc27b..e30f1cd6d6d5 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OSSP uuid -# Date created: 12 February 2004 -# Whom: Kimura Fuyuki <fuyuki@nigredo.org> -# +# Created by: Kimura Fuyuki <fuyuki@nigredo.org> # $FreeBSD$ -# PORTNAME= uuid PORTVERSION= 1.6.2 @@ -37,6 +33,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} PLIST_SUB+= WITH_PERL='@comment ' .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" diff --git a/misc/otter/Makefile b/misc/otter/Makefile index 6b9e3214ad3e..077a9888f733 100644 --- a/misc/otter/Makefile +++ b/misc/otter/Makefile @@ -17,6 +17,7 @@ PORTDOCS= README anldp.pdf mace2.pdf otter33.pdf OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/p5-Acme-ButFirst/Makefile b/misc/p5-Acme-ButFirst/Makefile index 3344aba04056..9f928543c0d6 100644 --- a/misc/p5-Acme-ButFirst/Makefile +++ b/misc/p5-Acme-ButFirst/Makefile @@ -15,4 +15,5 @@ MAN3= Acme::ButFirst.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile index 3073a7bab2c6..49eb7872ee72 100644 --- a/misc/p5-Array-Compare/Makefile +++ b/misc/p5-Array-Compare/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= Array::Compare.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile index ebd714547e33..f22707274abf 100644 --- a/misc/p5-Array-Diff/Makefile +++ b/misc/p5-Array-Diff/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Array::Diff.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Array-FileReader/Makefile b/misc/p5-Array-FileReader/Makefile index 7043755301d3..c0c6910c1089 100644 --- a/misc/p5-Array-FileReader/Makefile +++ b/misc/p5-Array-FileReader/Makefile @@ -24,4 +24,5 @@ PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/FileReader \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array \ %%SITE_PERL%%/Array +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile index e12e90726134..7499712d7d3f 100644 --- a/misc/p5-Array-IntSpan/Makefile +++ b/misc/p5-Array-IntSpan/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/misc/p5-Array-LineReader/Makefile b/misc/p5-Array-LineReader/Makefile index 2c763738f87d..7eac18e40947 100644 --- a/misc/p5-Array-LineReader/Makefile +++ b/misc/p5-Array-LineReader/Makefile @@ -24,4 +24,5 @@ PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/LineReader \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array \ %%SITE_PERL%%/Array +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 5a21c67b1207..7922304e2907 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Array::PrintCols.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Array-RefElem/Makefile b/misc/p5-Array-RefElem/Makefile index 2fefa9865814..e33bd789e7de 100644 --- a/misc/p5-Array-RefElem/Makefile +++ b/misc/p5-Array-RefElem/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Array::RefElem.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Asterisk-FastAGI/Makefile b/misc/p5-Asterisk-FastAGI/Makefile index 2ecc3243e5a8..a680325bb026 100644 --- a/misc/p5-Asterisk-FastAGI/Makefile +++ b/misc/p5-Asterisk-FastAGI/Makefile @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= Asterisk::FastAGI.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Asterisk/Makefile b/misc/p5-Asterisk/Makefile index e41be65ed28b..2913e92816e8 100644 --- a/misc/p5-Asterisk/Makefile +++ b/misc/p5-Asterisk/Makefile @@ -21,4 +21,5 @@ MAN3= Asterisk::AGI.3 \ Asterisk::Outgoing.3 \ Asterisk::Voicemail.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Bot-Training-MegaHAL/Makefile b/misc/p5-Bot-Training-MegaHAL/Makefile index fde37d655712..a6f7722b5dc8 100644 --- a/misc/p5-Bot-Training-MegaHAL/Makefile +++ b/misc/p5-Bot-Training-MegaHAL/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: Bot-Training-MegaHAL -# Date created: 2011-07-19 -# Whom: milki <milki@rescomp.berkeley.edu> -# +# Created by: milki <milki@rescomp.berkeley.edu> # $FreeBSD$ -# PORTNAME= Bot-Training-MegaHAL PORTVERSION= 0.02 @@ -27,4 +23,5 @@ USE_PERL5= configure MAN3= Bot::Training::MegaHAL.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Bot-Training-StarCraft/Makefile b/misc/p5-Bot-Training-StarCraft/Makefile index 300a721c087a..d2d2d6d6326c 100644 --- a/misc/p5-Bot-Training-StarCraft/Makefile +++ b/misc/p5-Bot-Training-StarCraft/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Bot-Training-StarCraft -# Date created: 2011-07-19 -# Whom: milki <milki@rescomp.berkeley.edu> -# +# Created by: milki <milki@rescomp.berkeley.edu> # $FreeBSD$ -# PORTNAME= Bot-Training-StarCraft PORTVERSION= 0.02 @@ -27,4 +23,5 @@ USE_PERL5= configure MAN3= Bot::Training::StarCraft.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Bot-Training/Makefile b/misc/p5-Bot-Training/Makefile index 54ae00a589ca..379ce3b14d3e 100644 --- a/misc/p5-Bot-Training/Makefile +++ b/misc/p5-Bot-Training/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Bot::Training -# Date created: 2011-07-19 -# Whom: milki <milki@rescomp.berkeley.edu> -# +# Created by: milki <milki@rescomp.berkeley.edu> # $FreeBSD$ -# PORTNAME= Bot-Training PORTVERSION= 0.04 @@ -36,4 +32,5 @@ USE_PERL5= configure MAN1= bot-training.1 MAN3= Bot::Training.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Business-EDI/Makefile b/misc/p5-Business-EDI/Makefile index be085cc5f7be..d6ea681daf71 100644 --- a/misc/p5-Business-EDI/Makefile +++ b/misc/p5-Business-EDI/Makefile @@ -32,4 +32,5 @@ MAN3= Business::EDI.3 \ Business::EDI::Composite.3 \ Business::EDI::Spec.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index f510ad23166f..8c9b13304197 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::Hours.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 4e07a9de63ea..bda88a798663 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Business-ISBN-Data -# Date created: 22 Sep 2005 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Business-ISBN-Data PORTVERSION= 20120719.001 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Business::ISBN::Data.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index d73819e0c836..f7e786003df4 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -35,6 +35,7 @@ PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISBN \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business \ %%SITE_PERL%%/Business +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBARCODE} diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile index 4f3c2e01e7bc..4e941e84877e 100644 --- a/misc/p5-Business-ISIN/Makefile +++ b/misc/p5-Business-ISIN/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Business::ISIN.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Business-ISSN/Makefile b/misc/p5-Business-ISSN/Makefile index c55a5018bbc8..863286ede9e9 100644 --- a/misc/p5-Business-ISSN/Makefile +++ b/misc/p5-Business-ISSN/Makefile @@ -15,6 +15,7 @@ USE_PERL5= configure MAN3= Business::ISSN.3 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,Business-ISSN,Business::ISSN,' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index ace240682e5f..357740b9e0e9 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -19,6 +19,7 @@ USE_PERL5= configure MAN3= Business::UPS.3 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} diff --git a/misc/p5-Chatbot-Eliza/Makefile b/misc/p5-Chatbot-Eliza/Makefile index 83b223b94532..7b40ec01318d 100644 --- a/misc/p5-Chatbot-Eliza/Makefile +++ b/misc/p5-Chatbot-Eliza/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Chatbot::Eliza.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Data-Buffer/Makefile b/misc/p5-Data-Buffer/Makefile index 548550b0a442..898bc3a5dc8c 100644 --- a/misc/p5-Data-Buffer/Makefile +++ b/misc/p5-Data-Buffer/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Data::Buffer.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-File-CounterFile/Makefile b/misc/p5-File-CounterFile/Makefile index 1a297d15d717..ece5a32643a8 100644 --- a/misc/p5-File-CounterFile/Makefile +++ b/misc/p5-File-CounterFile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-CounterFile -# Date created: Jan 28 2000 -# Whom: Wei-chun Chao -# +# Created by: Wei-chun Chao # $FreeBSD$ -# PORTNAME= File-CounterFile PORTVERSION= 1.04 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= File::CounterFile.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-File-Sort/Makefile b/misc/p5-File-Sort/Makefile index 1944c327c0f5..2aceecc2c325 100644 --- a/misc/p5-File-Sort/Makefile +++ b/misc/p5-File-Sort/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= File::Sort.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Cache/Makefile b/misc/p5-Geo-Cache/Makefile index cfdc3c996f0c..5b23e8b7450a 100644 --- a/misc/p5-Geo-Cache/Makefile +++ b/misc/p5-Geo-Cache/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Geo::Cache.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Bing/Makefile b/misc/p5-Geo-Coder-Bing/Makefile index 467a36cc0e89..7f8e7e0e0bbd 100644 --- a/misc/p5-Geo-Coder-Bing/Makefile +++ b/misc/p5-Geo-Coder-Bing/Makefile @@ -25,4 +25,5 @@ USES= perl5 MAN3= Geo::Coder::Bing.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Geocoder-US/Makefile b/misc/p5-Geo-Coder-Geocoder-US/Makefile index e617ead733e8..a2e610e182d7 100644 --- a/misc/p5-Geo-Coder-Geocoder-US/Makefile +++ b/misc/p5-Geo-Coder-Geocoder-US/Makefile @@ -24,4 +24,5 @@ USES= perl5 MAN3= Geo::Coder::Geocoder::US.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Google/Makefile b/misc/p5-Geo-Coder-Google/Makefile index 8ed8fcb10798..c3c2cfa1c1d0 100644 --- a/misc/p5-Geo-Coder-Google/Makefile +++ b/misc/p5-Geo-Coder-Google/Makefile @@ -29,4 +29,5 @@ MAN3= Geo::Coder::Google.3 \ Geo::Coder::Google::V2.3 \ Geo::Coder::Google::V3.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Googlev3/Makefile b/misc/p5-Geo-Coder-Googlev3/Makefile index dc0d3509ce79..b6e62b877e6c 100644 --- a/misc/p5-Geo-Coder-Googlev3/Makefile +++ b/misc/p5-Geo-Coder-Googlev3/Makefile @@ -20,4 +20,5 @@ USES= perl5 MAN3= Geo::Coder::Googlev3.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Many/Makefile b/misc/p5-Geo-Coder-Many/Makefile index 580f854186a7..a5bfdcacc40f 100644 --- a/misc/p5-Geo-Coder-Many/Makefile +++ b/misc/p5-Geo-Coder-Many/Makefile @@ -53,6 +53,7 @@ MAN3= Geo::Coder::Many.3 \ Geo::Coder::Many::Scheduler::UniquenessScheduler::WeightedRandom.3 \ Geo::Coder::Many::Util.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/misc/p5-Geo-Coder-Mapquest/Makefile b/misc/p5-Geo-Coder-Mapquest/Makefile index be093216eb3b..5ba907186f84 100644 --- a/misc/p5-Geo-Coder-Mapquest/Makefile +++ b/misc/p5-Geo-Coder-Mapquest/Makefile @@ -25,4 +25,5 @@ USES= perl5 MAN3= Geo::Coder::Mapquest.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Multimap/Makefile b/misc/p5-Geo-Coder-Multimap/Makefile index 6c0e9b5bc8be..5746e6709549 100644 --- a/misc/p5-Geo-Coder-Multimap/Makefile +++ b/misc/p5-Geo-Coder-Multimap/Makefile @@ -24,4 +24,5 @@ USES= perl5 MAN3= Geo::Coder::Multimap.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Multiple/Makefile b/misc/p5-Geo-Coder-Multiple/Makefile index 95b59e310df8..f748ca2ceda2 100644 --- a/misc/p5-Geo-Coder-Multiple/Makefile +++ b/misc/p5-Geo-Coder-Multiple/Makefile @@ -1,4 +1,3 @@ -# Created by:Wen Heping <wen@FreeBSD.org> # $FreeBSD$ PORTNAME= Geo-Coder-Multiple @@ -19,4 +18,5 @@ USE_PERL5= configure MAN3= Geo::Coder::Multiple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Navteq/Makefile b/misc/p5-Geo-Coder-Navteq/Makefile index 844a1e10e9b5..813dcbdaadd1 100644 --- a/misc/p5-Geo-Coder-Navteq/Makefile +++ b/misc/p5-Geo-Coder-Navteq/Makefile @@ -23,4 +23,5 @@ USES= perl5 MAN3= Geo::Coder::Navteq.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-OSM/Makefile b/misc/p5-Geo-Coder-OSM/Makefile index 6343ac73b6cf..7ddc84de1388 100644 --- a/misc/p5-Geo-Coder-OSM/Makefile +++ b/misc/p5-Geo-Coder-OSM/Makefile @@ -24,4 +24,5 @@ USES= perl5 MAN3= Geo::Coder::OSM.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Ovi/Makefile b/misc/p5-Geo-Coder-Ovi/Makefile index 343e9ef3b3ea..51e1958b8115 100644 --- a/misc/p5-Geo-Coder-Ovi/Makefile +++ b/misc/p5-Geo-Coder-Ovi/Makefile @@ -24,4 +24,5 @@ USES= perl5 MAN3= Geo::Coder::Ovi.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-PlaceFinder/Makefile b/misc/p5-Geo-Coder-PlaceFinder/Makefile index 92f13e367bdc..e0d771d6677d 100644 --- a/misc/p5-Geo-Coder-PlaceFinder/Makefile +++ b/misc/p5-Geo-Coder-PlaceFinder/Makefile @@ -24,4 +24,5 @@ USES= perl5 MAN3= Geo::Coder::PlaceFinder.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-TomTom/Makefile b/misc/p5-Geo-Coder-TomTom/Makefile index eb6c86e27397..ecb10d24d5e4 100644 --- a/misc/p5-Geo-Coder-TomTom/Makefile +++ b/misc/p5-Geo-Coder-TomTom/Makefile @@ -24,4 +24,5 @@ USES= perl5 MAN3= Geo::Coder::TomTom.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Postcodes-DK/Makefile b/misc/p5-Geo-Postcodes-DK/Makefile index 363d5b47470a..35ba30c057c7 100644 --- a/misc/p5-Geo-Postcodes-DK/Makefile +++ b/misc/p5-Geo-Postcodes-DK/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Geo::Postcodes::DK.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Postcodes-NO/Makefile b/misc/p5-Geo-Postcodes-NO/Makefile index f45ed5809ae2..b39ace64ca63 100644 --- a/misc/p5-Geo-Postcodes-NO/Makefile +++ b/misc/p5-Geo-Postcodes-NO/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Geo::Postcodes::NO.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Postcodes/Makefile b/misc/p5-Geo-Postcodes/Makefile index dedbb4aef59a..7a0ae3f0ceda 100644 --- a/misc/p5-Geo-Postcodes/Makefile +++ b/misc/p5-Geo-Postcodes/Makefile @@ -21,4 +21,5 @@ MAN3= Geo::Postcodes.3 \ Geo::Postcodes::Tutorial.3 \ Geo::Postcodes::Update.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile index b8a003651fbb..63b080b3b3fe 100644 --- a/misc/p5-Geo-Weather/Makefile +++ b/misc/p5-Geo-Weather/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Geo::Weather.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile index 0abc00ac6812..e64793a0c11f 100644 --- a/misc/p5-Geography-Countries/Makefile +++ b/misc/p5-Geography-Countries/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: misc/p5-Geography-Countries -# Date created: 05 June 2005 -# Whom: dikshie <dikshie@lapi.itb.ac.id> -# +# Created by: dikshie <dikshie@lapi.itb.ac.id> # $FreeBSD$ -# PORTNAME= Geography-Countries PORTVERSION= 2009041301 @@ -20,4 +16,5 @@ CONFIGURE_ARGS+= INSTALLDIRS='site' MAN3= Geography::Countries.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile index b5d2ea514b5c..c666b3296e96 100644 --- a/misc/p5-I18N-Charset/Makefile +++ b/misc/p5-I18N-Charset/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= I18N::Charset.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile index 2f9eef0eec3f..a4ae45ecf764 100644 --- a/misc/p5-I18N-LangTags/Makefile +++ b/misc/p5-I18N-LangTags/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-I18N-LangTags -# Date created: 26 December 1999 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# +# Created by: Dmitry Sivachenko <dima@Chg.RU> # $FreeBSD$ -# PORTNAME= I18N-LangTags PORTVERSION= 0.35 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-LEGO-RCX/Makefile b/misc/p5-LEGO-RCX/Makefile index 40649bce58d0..1cfdb0478a78 100644 --- a/misc/p5-LEGO-RCX/Makefile +++ b/misc/p5-LEGO-RCX/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= LEGO::RCX.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-List-Compare/Makefile b/misc/p5-List-Compare/Makefile index 05a3481832fe..5741a96af1c5 100644 --- a/misc/p5-List-Compare/Makefile +++ b/misc/p5-List-Compare/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-List-Compare -# Date created: 23 Oct 2004 -# Whom: Dmitry Morozovsky <marck@FreeBSD.org> -# +# Created by: Dmitry Morozovsky <marck@FreeBSD.org> # $FreeBSD$ -# PORTNAME= List-Compare PORTVERSION= 0.37 @@ -38,6 +34,7 @@ MAN3= List::Compare.3 \ .if !defined(NOPORTDOCS) PORTDOCS= Changes README +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} diff --git a/misc/p5-List-Util-WeightedRoundRobin/Makefile b/misc/p5-List-Util-WeightedRoundRobin/Makefile index bf2eb1041392..dc9d54319d6e 100644 --- a/misc/p5-List-Util-WeightedRoundRobin/Makefile +++ b/misc/p5-List-Util-WeightedRoundRobin/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= List::Util::WeightedRoundRobin.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index 756d0309392f..41d516a58836 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Locale-Codes -# Date created: June 26th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Locale-Codes PORTVERSION= 3.26 @@ -32,4 +28,5 @@ MAN3= Locale::Codes.3 Locale::Codes::API.3 Locale::Codes::Changes.3 \ Locale::Currency.3 Locale::Codes::Currency_Retired.3 \ Locale::Language.3 Locale::Script.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Locale-Geocode/Makefile b/misc/p5-Locale-Geocode/Makefile index 949727e50dba..429eb4b668a5 100644 --- a/misc/p5-Locale-Geocode/Makefile +++ b/misc/p5-Locale-Geocode/Makefile @@ -22,4 +22,5 @@ MAN3= Locale::Geocode.3 \ Locale::Geocode::Division.3 \ Locale::Geocode::Territory.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile index c339456e3d64..c67668534fda 100644 --- a/misc/p5-Locale-Msgcat/Makefile +++ b/misc/p5-Locale-Msgcat/Makefile @@ -16,4 +16,5 @@ MAN3= Locale::Msgcat.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile index 2f6852599bb9..2eec5c01399c 100644 --- a/misc/p5-Locale-SubCountry/Makefile +++ b/misc/p5-Locale-SubCountry/Makefile @@ -19,4 +19,5 @@ USE_PERL5= modbuild MAN3= Locale::SubCountry.3 \ Locale::SubCountry::Data.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Locale-US/Makefile b/misc/p5-Locale-US/Makefile index a2ea7a12a2d9..84ec6ff861bb 100644 --- a/misc/p5-Locale-US/Makefile +++ b/misc/p5-Locale-US/Makefile @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Locale::US.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Net-vCard/Makefile b/misc/p5-Net-vCard/Makefile index 86407f6f6e4d..cc0fa137252c 100644 --- a/misc/p5-Net-vCard/Makefile +++ b/misc/p5-Net-vCard/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Net::vFile.3 Net::vCard.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Norge/Makefile b/misc/p5-Norge/Makefile index e6130d99f8cd..95985eceee95 100644 --- a/misc/p5-Norge/Makefile +++ b/misc/p5-Norge/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Norge -# Date created: 17 May 2005 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Norge PORTVERSION= 1.08 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= No::Sort.3 No::KontoNr.3 No::PersonNr.3 No::Dato.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index e1ff6a10f140..b612dbba2a0a 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -56,4 +56,5 @@ MAN3= Software::License.3 \ Software::License::Zlib.3 \ Software::LicenseUtils.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Test-Dir/Makefile b/misc/p5-Test-Dir/Makefile index 2b129cb538c3..ba3742714aee 100644 --- a/misc/p5-Test-Dir/Makefile +++ b/misc/p5-Test-Dir/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Config::Fast -# Date created: 25 Nov 2007 -# Whom: Xavier Beaudouin <kiwi@oav.net> -# +# Created by: Xavier Beaudouin <kiwi@oav.net> # $FreeBSD$ -# PORTNAME= Test-Dir PORTVERSION= 1.014 @@ -21,4 +17,5 @@ MAN3= Test::Dir.3 \ Test::Dir::Base.3 \ Test::Folder.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Text-FIGlet/Makefile b/misc/p5-Text-FIGlet/Makefile index d18a54933439..a802a78d502f 100644 --- a/misc/p5-Text-FIGlet/Makefile +++ b/misc/p5-Text-FIGlet/Makefile @@ -32,4 +32,5 @@ MAN3= Text::FIGlet.3 \ Text::FIGlet::LICENSE.3 \ Text::FIGlet::Ransom.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Tie-DxHash/Makefile b/misc/p5-Tie-DxHash/Makefile index ab70fbad29b0..2d000dae1c03 100644 --- a/misc/p5-Tie-DxHash/Makefile +++ b/misc/p5-Tie-DxHash/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Tie::DxHash.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Zen-Koans/Makefile b/misc/p5-Zen-Koans/Makefile index 282bd7602c08..da01bf98dd59 100644 --- a/misc/p5-Zen-Koans/Makefile +++ b/misc/p5-Zen-Koans/Makefile @@ -16,4 +16,5 @@ MAN3= Zen::Koan.3 Zen::Koans.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/pantry/Makefile b/misc/pantry/Makefile index b1adf52e222d..a7f9a88d0446 100644 --- a/misc/pantry/Makefile +++ b/misc/pantry/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pantry -# Date created: 21 July 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pantry PORTVERSION= 32 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= pantry.1 pantryd.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/parley/Makefile b/misc/parley/Makefile index 6c5db0ed9576..52526af7764e 100644 --- a/misc/parley/Makefile +++ b/misc/parley/Makefile @@ -19,4 +19,5 @@ USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USE_XORG= x11 xrender USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index 69b1c22752b1..02447f1ab836 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -22,6 +22,7 @@ OPTIONS_DEFINE= PASTEBINS PASTEBINS_DESC= Install default pastebins OPTIONS_DEFAULT= PASTEBINS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPASTEBINS} diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index cfc778383c52..dea43293038d 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -18,6 +18,7 @@ MAN1= combinediff.1 dehtmldiff.1 editdiff.1 espdiff.1 filterdiff.1 \ fixcvsdiff.1 flipdiff.1 grepdiff.1 interdiff.1 lsdiff.1 recountdiff.1 \ rediff.1 splitdiff.1 unwrapdiff.1 +NO_STAGE= yes post-patch: @${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${PERL} -pi.bak -e \ "s,#!/bin/bash,#!/bin/sh," diff --git a/misc/pauker/Makefile b/misc/pauker/Makefile index 8a98418a7987..1d6e32bd921d 100644 --- a/misc/pauker/Makefile +++ b/misc/pauker/Makefile @@ -18,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar bin/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar @${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \ diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index 1900039ed714..0b63f9393be2 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DATADIR}/ diff --git a/misc/pdfmap/Makefile b/misc/pdfmap/Makefile index 0b839902e074..fed018d93e2f 100644 --- a/misc/pdfmap/Makefile +++ b/misc/pdfmap/Makefile @@ -20,6 +20,7 @@ USE_PYDISTUTILS= yes DOCS= CREDITS NEWS README TODO doc/*.html +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index c5cc9271c502..fa2fbd110e55 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -38,6 +38,7 @@ PLIST_FILES= bin/pdmenu \ %%DATADIR%%/showdir.pl PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^LANGS/s|=.*$$|= da es fr ru|g' ${WRKSRC}/Makefile diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile index 203b9fd23d8b..d805dfa079d3 100644 --- a/misc/pear-Services_Weather/Makefile +++ b/misc/pear-Services_Weather/Makefile @@ -25,6 +25,7 @@ PEAR_XML_SERIALIZER_DESC= PEAR::XML::Serializer support PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_NET_FTP} diff --git a/misc/pear-Text_Figlet/Makefile b/misc/pear-Text_Figlet/Makefile index bb146cc13027..c3cb9ccee05a 100644 --- a/misc/pear-Text_Figlet/Makefile +++ b/misc/pear-Text_Figlet/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/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile index 0858ee0e883d..849da23b660f 100644 --- a/misc/pecl-timezonedb/Makefile +++ b/misc/pecl-timezonedb/Makefile @@ -18,4 +18,5 @@ CONFIGURE_ARGS= --enable-timezonedb USE_PHP= yes USE_PHPEXT= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/php5-calendar/Makefile b/misc/php5-calendar/Makefile index 648e362d5434..f3fbbc97e7f1 100644 --- a/misc/php5-calendar/Makefile +++ b/misc/php5-calendar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-calendar -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= misc @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -calendar +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/php52-calendar/Makefile b/misc/php52-calendar/Makefile index 30baa13c3ad3..ee3d1946677a 100644 --- a/misc/php52-calendar/Makefile +++ b/misc/php52-calendar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-calendar -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= misc @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -calendar +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/php53-calendar/Makefile b/misc/php53-calendar/Makefile index 804052aa00df..56e8d189164f 100644 --- a/misc/php53-calendar/Makefile +++ b/misc/php53-calendar/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-calendar -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= misc @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -calendar +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/php55-calendar/Makefile b/misc/php55-calendar/Makefile index 6a9ff2809e68..83c3b75c8948 100644 --- a/misc/php55-calendar/Makefile +++ b/misc/php55-calendar/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -calendar +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/misc/phraze/Makefile b/misc/phraze/Makefile index 8e9eb01f2a0b..07884f4d9036 100644 --- a/misc/phraze/Makefile +++ b/misc/phraze/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: phraze -# Date created: Wed Apr 16, 2003 -# Whom: Michael L. Hostbaek <mich@freebsdcluster.org> -# +# Created by: Michael L. Hostbaek <mich@freebsdcluster.org> # $FreeBSD$ -# PORTNAME= phraze PORTVERSION= 0.4 @@ -17,6 +12,7 @@ COMMENT= Converts telephone number to combinations of valid words USE_RUBY= yes NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|; \ s|/usr/share/phraze|${DATADIR}|' ${WRKSRC}/phraze ${WRKSRC}/phraze.1 diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 4ca2afe6a876..a04ef5188285 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= pinfo.1 INFO= pinfo +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_FILES= bin/pinfo etc/pinforc diff --git a/misc/pipe/Makefile b/misc/pipe/Makefile index 942cc0522140..c5f76a228f88 100644 --- a/misc/pipe/Makefile +++ b/misc/pipe/Makefile @@ -23,6 +23,7 @@ SUB_FILES= pipe.sh PORTDOCS=* .endif +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/pipe.sh ${PREFIX}/bin/pipe @${MKDIR} ${DATADIR} diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile index 7b5a2138f4cc..442de07a0a96 100644 --- a/misc/podsleuth/Makefile +++ b/misc/podsleuth/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes USES= gmake pkgconfig pathfix +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ ${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \ diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile index b398b2be79a6..6d169bad6e8a 100644 --- a/misc/posixtestsuite/Makefile +++ b/misc/posixtestsuite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: posixtestsuite -# Date created: 11 November 2003 -# Whom: Alexey Zelkin <phantom@FreeBSD.org> -# +# Created by: Alexey Zelkin <phantom@FreeBSD.org> # $FreeBSD$ -# PORTNAME= posixtestsuite PORTVERSION= 1.5.2 @@ -21,6 +17,7 @@ NO_PACKAGE= "Nothing to package" USE_GMAKE= YES +NO_STAGE= yes .include <bsd.port.pre.mk> REGR_LOG= log.run-5current diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile index 8a88b1fe1dde..84ae9acc3596 100644 --- a/misc/projectionlib/Makefile +++ b/misc/projectionlib/Makefile @@ -19,6 +19,7 @@ USE_DOS2UNIX= *.cpp *.h USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/include/ProjectionLib ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ProjectionLib diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 99a3fc65e6bf..2e3b5b8d690c 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: distributed.net-v2personalproxy -# Date created: 31 Oct 1999 -# Whom: globalpanic@gmx.net -# +# Created by: globalpanic@gmx.net # $FreeBSD$ -# PORTNAME= proxyper PORTVERSION= 347 @@ -29,6 +25,7 @@ SHAREOWN= ${PROXYUSER} SHAREGRP= ${PROXYGROUP} SHAREMODE= 644 +NO_STAGE= yes .include <bsd.port.pre.mk> WRKSRC= ${WRKDIR}/proxyper${PORTVERSION}-freebsd-x86 diff --git a/misc/pspresent/Makefile b/misc/pspresent/Makefile index 052adb970070..8c5b98ab8647 100644 --- a/misc/pspresent/Makefile +++ b/misc/pspresent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pspresent -# Date created: 25 Jul 2007 -# Whom: Timothy Bourke <timbob@bigpond.com> -# +# Created by: Timothy Bourke <timbob@bigpond.com> # $FreeBSD$ -# PORTNAME= pspresent PORTVERSION= 1.3 @@ -27,6 +23,7 @@ PLIST_FILES= bin/pspresent CFLAGS+= -I${LOCALBASE}/include -DHAVE_LIBXINERAMA LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXext -lXinerama +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${MAN1PREFIX}/man/man1 diff --git a/misc/py-YABT/Makefile b/misc/py-YABT/Makefile index 0c2aed9692b6..272f26510aa0 100644 --- a/misc/py-YABT/Makefile +++ b/misc/py-YABT/Makefile @@ -13,4 +13,5 @@ COMMENT= General Purpose Braille Translation System USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile index c7ef129d5d35..c21f6c699434 100644 --- a/misc/py-osd/Makefile +++ b/misc/py-osd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-osd -# Date created: 08 Aug 2003 -# Whom: larse@isi.edu -# +# Created by: larse@isi.edu # $FreeBSD$ -# PORTNAME= osd PORTVERSION= 0.2.14 @@ -26,6 +22,7 @@ PYDISTUTILS_PKGNAME= pyosd PORTDOCS= AUTHORS ChangeLog ChangeLog.old README README.daemon pyosd.html DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/setup.py diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile index 9c3e15e58c56..9d1f65c0e404 100644 --- a/misc/py-pexpect/Makefile +++ b/misc/py-pexpect/Makefile @@ -14,4 +14,5 @@ COMMENT= Pure Python Expect-like module USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index ce43f3897632..dce6cfa9998e 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: progressbar -# Date created: Wed Apr 7 13:54:04 UTC 2010 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ PORTNAME= progressbar @@ -25,6 +22,7 @@ PLIST_FILES= \ %%PYTHON_SITELIBDIR%%/progressbar.pyc \ %%PYTHON_SITELIBDIR%%/progressbar.pyo +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e 's|/usr/bin/python|${PYTHON_CMD}|' \ ${WRKSRC}/${PORTNAME}.py diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile index dd06470743f4..f36661882785 100644 --- a/misc/py-qt4-demo/Makefile +++ b/misc/py-qt4-demo/Makefile @@ -22,6 +22,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 PORTEXAMPLES= * +NO_STAGE= yes .include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile index f7bf7297227f..aa8c406da818 100644 --- a/misc/py-qt4-doc/Makefile +++ b/misc/py-qt4-doc/Makefile @@ -19,6 +19,7 @@ USE_PYTHON= 2.5+ DOCSDIR= ${PREFIX}/share/doc/py-qt4 PORTDOCS= * +NO_STAGE= yes do-install: cd ${WRKSRC} &&\ ${MKDIR} ${DOCSDIR} &&\ diff --git a/misc/py-yolk/Makefile b/misc/py-yolk/Makefile index 7d1fabc139c3..388073bdfc06 100644 --- a/misc/py-yolk/Makefile +++ b/misc/py-yolk/Makefile @@ -18,6 +18,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= EXAMPLES MANPAGES OPTIONS_DEFAULT= MANPAGES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/misc/pylize/Makefile b/misc/pylize/Makefile index db5848f15ab2..9803f3df6b4a 100644 --- a/misc/pylize/Makefile +++ b/misc/pylize/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pylize -# Date created: Jun 10, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pylize PORTVERSION= 1.3.b @@ -31,6 +26,7 @@ PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.b/b/} PLIST_FILES= bin/pylize +NO_STAGE= yes post-install: @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} diff --git a/misc/pypanda/Makefile b/misc/pypanda/Makefile index 0c4bd9432431..6270d4ee1b6e 100644 --- a/misc/pypanda/Makefile +++ b/misc/pypanda/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pypanda -# Date created: 3 September 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pypanda PORTVERSION= 0.6 @@ -18,6 +14,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game USE_PYTHON= yes +NO_STAGE= yes do-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index e4c1ee9fb80e..d9ebce684240 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qbrew -# Date created: 22 September 2000 -# Whom: David Johnson <david@usermode.org> -# +# Created by: David Johnson <david@usermode.org> # $FreeBSD$ -# PORTNAME= qbrew PORTVERSION= 0.4.1 @@ -22,6 +18,7 @@ CONFIGURE_ENV+= BINDIR="${PREFIX}/bin" \ DATADIR="${DATADIR}" \ DOCDIR="${DOCSDIR}" +NO_STAGE= yes pre-configure: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/INSTALLS/s|doc||' \ diff --git a/misc/qlas/Makefile b/misc/qlas/Makefile index 4913ff42f7dc..546c79a70748 100644 --- a/misc/qlas/Makefile +++ b/misc/qlas/Makefile @@ -15,6 +15,7 @@ USES= shebangfix perl5 SHEBANG_FILES= qlas USE_DOS2UNIX= qlas qlas.conf.default +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/qlas ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${PREFIX}/etc/ diff --git a/misc/qmetro/Makefile b/misc/qmetro/Makefile index 1128d1a496b6..d09096d24130 100644 --- a/misc/qmetro/Makefile +++ b/misc/qmetro/Makefile @@ -17,6 +17,7 @@ USE_QT4= gui xml qmake_build uic_build moc_build multimedia \ rcc_build USE_DOS2UNIX= rc/alarm.pri +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} diff --git a/misc/qt4-doc/Makefile b/misc/qt4-doc/Makefile index bdffd18a99ca..6c1898724114 100644 --- a/misc/qt4-doc/Makefile +++ b/misc/qt4-doc/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= doc @@ -17,6 +17,7 @@ EXTRACT_AFTER_ARGS= '${DISTNAME}/doc' DOCSDIR= ${PREFIX}/share/doc/qt4 +NO_STAGE= yes do-install: ${MKDIR} ${DOCSDIR} && \ cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR} && \ diff --git a/misc/qt4-l10n/Makefile b/misc/qt4-l10n/Makefile index 872fdcad26c7..09caefbbfd19 100644 --- a/misc/qt4-l10n/Makefile +++ b/misc/qt4-l10n/Makefile @@ -14,6 +14,7 @@ QT_NONSTANDARD= yes EXTRACT_AFTER_ARGS+= --include '${DISTNAME}/translations' +NO_STAGE= yes do-build: ${LOCALBASE}/bin/lrelease-qt4 ${WRKSRC}/translations/*.ts diff --git a/misc/qt4-qtconfig/Makefile b/misc/qt4-qtconfig/Makefile index 6b570e8bffc7..93cdea1532db 100644 --- a/misc/qt4-qtconfig/Makefile +++ b/misc/qt4-qtconfig/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= qtconfig @@ -41,6 +41,7 @@ DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' .endfor +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPHONON} diff --git a/misc/qt4-qtdemo/Makefile b/misc/qt4-qtdemo/Makefile index dd05bcba7eb2..4b1776a43d28 100644 --- a/misc/qt4-qtdemo/Makefile +++ b/misc/qt4-qtdemo/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= qtdemo @@ -42,6 +42,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/app +=/s|"assistant"|"assistant-qt4"|' \ ${BUILD_WRKSRC}/${PORTNAME}/menumanager.cpp \ diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index dd2c11a22ea6..909e78e8614a 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -24,4 +24,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= quick-lounge.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index fd88bbac66e1..d8a333ee2f02 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -16,6 +16,7 @@ NO_BUILD= yes USES= shebangfix perl5 SHEBANG_FILES= quotes quotesmailer QuExample.pm +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/quranref/Makefile b/misc/quranref/Makefile index ccac6b110d20..a14ebd87c124 100644 --- a/misc/quranref/Makefile +++ b/misc/quranref/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: quranref -# Date created: 26 July 2000 -# Whom: Kim Scarborough <user@unknown.nu> -# +# Created by: Kim Scarborough <user@unknown.nu> # $FreeBSD$ -# PORTNAME= quranref PORTVERSION= 1.01 @@ -16,6 +12,7 @@ COMMENT= An interactive Quran (Koran) BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/misc/ree/Makefile b/misc/ree/Makefile index c7cf5bd56c02..3eb74ea61074 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -17,6 +17,7 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index b0635ca82592..1023d9d13e82 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rfc -# Date created: 05 October 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= rfc PORTVERSION= 3.2.3 @@ -22,6 +18,7 @@ MAN1= rfc.1 PLIST_FILES= bin/rfc \ "@unexec rm -f %%PREFIX%%/etc/rfc-index" +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \ s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap| ; \ diff --git a/misc/ringtonetools/Makefile b/misc/ringtonetools/Makefile index 1055ef31aa51..50a49234141d 100644 --- a/misc/ringtonetools/Makefile +++ b/misc/ringtonetools/Makefile @@ -13,6 +13,7 @@ RESTRICTED= no-commercial-use MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS}" +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/rname/Makefile b/misc/rname/Makefile index 7145560db852..14a4612c0a2b 100644 --- a/misc/rname/Makefile +++ b/misc/rname/Makefile @@ -13,6 +13,7 @@ COMMENT= Execute a program with a fake name WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/misc/rpl/Makefile b/misc/rpl/Makefile index cbb0b39b00de..b3386f071bae 100644 --- a/misc/rpl/Makefile +++ b/misc/rpl/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rpl -# Date created: Thu Jul 25, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= rpl PORTVERSION= 1.4.1 @@ -19,6 +14,7 @@ GNU_CONFIGURE= yes MAN1= rpl.1 PLIST_FILES= bin/rpl +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${MANPREFIX}/man/man1 diff --git a/misc/rtfm/Makefile b/misc/rtfm/Makefile index 03d384718cfb..199c2b82c0a2 100644 --- a/misc/rtfm/Makefile +++ b/misc/rtfm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rtfm -# Date created: 20 July 1999 -# Whom: Chris Costello <chris@FreeBSD.org> -# +# Created by: Chris Costello <chris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rtfm PORTVERSION= 1.0 @@ -17,4 +13,5 @@ COMMENT= A FreeBSD documentation search mechanism MAN1= rtfm.1 PLIST_FILES= bin/rtfm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile index dd4bc1dd5731..c3c2c0e03a57 100644 --- a/misc/ruby-progressbar/Makefile +++ b/misc/ruby-progressbar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-progressbar -# Date created: 2008-08-25 -# Whom: TAKATSU Tomonari <tota@rtfm.jp> -# +# Created by: TAKATSU Tomonari <tota@rtfm.jp> # $FreeBSD$ -# PORTNAME= progressbar PORTVERSION= 0.9 @@ -22,6 +18,7 @@ NO_BUILD= yes RUBY_RD_FILES= progressbar.en.rd progressbar.ja.rd DOCS= ChangeLog ${RUBY_RD_FILES} +NO_STAGE= yes do-install: ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTNAME}.rb ${RUBY_SITELIBDIR} .if !defined(NOPORTDOCS) diff --git a/misc/ruby-vpim/Makefile b/misc/ruby-vpim/Makefile index 8710ddb24be2..2bf33b110c09 100644 --- a/misc/ruby-vpim/Makefile +++ b/misc/ruby-vpim/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-vpim -# Date created: 12 August 2006 -# Whom: Yuichiro AIZAWA aka yaizawa <yaizawa@mdbl.sfc.keio.ac.jp> -# +# Created by: Yuichiro AIZAWA aka yaizawa <yaizawa@mdbl.sfc.keio.ac.jp> # $FreeBSD$ -# PORTNAME= vpim PORTVERSION= 0.695 @@ -19,4 +15,5 @@ COMMENT= vCard and iCalendar support for ruby USE_RUBY= yes USE_RUBY_SETUP= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/rubygem-mime-types/Makefile b/misc/rubygem-mime-types/Makefile index c7909a447872..10ed719c9b23 100644 --- a/misc/rubygem-mime-types/Makefile +++ b/misc/rubygem-mime-types/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile index 83cc14807725..aa3161a4805e 100644 --- a/misc/rubygem-ohcount/Makefile +++ b/misc/rubygem-ohcount/Makefile @@ -21,6 +21,7 @@ USE_RAKE= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ohcount +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.9 BROKEN= does not work with ruby 1.9 diff --git a/misc/rubygem-rabbit/Makefile b/misc/rubygem-rabbit/Makefile index c67bb1311807..f400d360a7da 100644 --- a/misc/rubygem-rabbit/Makefile +++ b/misc/rubygem-rabbit/Makefile @@ -34,6 +34,7 @@ PLIST_FILES= bin/rabbit bin/rabbirc bin/rabbit-command bin/rabbit-slide \ OPTIONS_DEFINE= MIMETEX MIMETEX_DESC= Run with mimetex +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMIMETEX} diff --git a/misc/rubygem-vpim/Makefile b/misc/rubygem-vpim/Makefile index 74c5c5721695..6766b8f5f94e 100644 --- a/misc/rubygem-vpim/Makefile +++ b/misc/rubygem-vpim/Makefile @@ -15,4 +15,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES+= bin/reminder bin/rrule +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/saaghar/Makefile b/misc/saaghar/Makefile index 3194111f10aa..b2672960e4ce 100644 --- a/misc/saaghar/Makefile +++ b/misc/saaghar/Makefile @@ -23,6 +23,7 @@ HAS_CONFIGURE= yes QMAKEFLAGS+= PREFIX=${PREFIX} WRKSRC= ${WRKDIR}/Saaghar +NO_STAGE= yes .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MDEBUG} diff --git a/misc/salias/Makefile b/misc/salias/Makefile index 3ecc85bbbb66..d7272b060730 100644 --- a/misc/salias/Makefile +++ b/misc/salias/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= salias.1 DOCS= NEWS README +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile index 8df2a4ea9cab..a3df377ab864 100644 --- a/misc/seq2/Makefile +++ b/misc/seq2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seq2 -# Date created: 31 Oct 2003 -# Whom: osa -# +# Created by: osa # $FreeBSD$ -# PORTNAME= seq2 PORTVERSION= 0.2 @@ -22,6 +18,7 @@ CONFIGURE_SCRIPT= configure.1 MAN1= seq2.1 PLIST_FILES= bin/seq2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \ ${WRKSRC}/Makefile.in diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index f6704b05ab68..2bd83fda3ef1 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -30,6 +30,7 @@ MIMEDIRS= ${LOCALBASE}/share/mime \ MIMESUBDIRS= application audio image inode message model multipart \ packages text video x-epoc x-content +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/update-mime-database.c diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 759117e3fd36..988055290675 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -14,6 +14,7 @@ COMMENT= Generic script compiler MAN1= shc.1 PLIST_FILES= bin/shc +NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/shc diff --git a/misc/shuffle-db/Makefile b/misc/shuffle-db/Makefile index f479eb7e7505..e3d9962c6bcb 100644 --- a/misc/shuffle-db/Makefile +++ b/misc/shuffle-db/Makefile @@ -16,6 +16,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/rebuild_db PLIST_FILES= bin/rebuild_db.py +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rebuild_db.py ${PREFIX}/bin diff --git a/misc/shuffle/Makefile b/misc/shuffle/Makefile index fab2b3f57134..c412411f27cd 100644 --- a/misc/shuffle/Makefile +++ b/misc/shuffle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: shuffle -# Date created: 3 June 2001 -# Whom: Dima Dorfman <dima@unixfreak.org> -# +# Created by: Dima Dorfman <dima@unixfreak.org> # $FreeBSD$ -# PORTNAME= shuffle PORTVERSION= 20010603 @@ -27,6 +23,7 @@ MANCOMPSUFFIX= PLIST_FILES= bin/shuffle +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/shuffle ${PREFIX}/bin/shuffle .for __s in ${MANSECTS} diff --git a/misc/since/Makefile b/misc/since/Makefile index 0116233bac57..548befa77c2b 100644 --- a/misc/since/Makefile +++ b/misc/since/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-martel -# Date created: 11 February 2002 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Created by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= since PORTVERSION= 1.1 @@ -23,4 +19,5 @@ ALL_TARGET= ${PORTNAME} MAN1= since.1 PLIST_FILES= bin/since +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index 91c7c39bb5f2..c255cab8578f 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -17,6 +17,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile index af2eaa213b95..a910118f6e2b 100644 --- a/misc/sloccount/Makefile +++ b/misc/sloccount/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: sloccount -# Date created: May 21, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sloccount PORTVERSION= 2.26 @@ -24,6 +19,7 @@ PORTDOCS= ChangeLog README TODO sloccount.html MAN1= sloccount.1 MANCOMPRESSED= yes +NO_STAGE= yes post-install: .for file in lexcount1 c_count java_count php_count @${STRIP_CMD} ${PREFIX}/bin/${file} diff --git a/misc/sls/Makefile b/misc/sls/Makefile index f65909fbe024..e8d3f5806b62 100644 --- a/misc/sls/Makefile +++ b/misc/sls/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sls -# Date created: 16. Dec 97 -# Whom: sec@42.org -# +# Created by: sec@42.org # $FreeBSD$ -# PORTNAME= sls PORTVERSION= 1.00 @@ -20,4 +16,5 @@ WRKSRC= ${WRKDIR}/sls MAN1= sls.1 PLIST_FILES= bin/sls +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/smssend/Makefile b/misc/smssend/Makefile index 07521ca4d142..0e75b498205a 100644 --- a/misc/smssend/Makefile +++ b/misc/smssend/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: SmsSend -# Date created: 1st January 2001 -# Whom: Miklos Niedermayer <mico@bsd.hu> -# +# Created by: Miklos Niedermayer <mico@bsd.hu> # $FreeBSD$ -# PORTNAME= smssend PORTVERSION= 3.5 @@ -23,6 +19,7 @@ MANLANG= "" fr GNU_CONFIGURE= yes +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/smssend diff --git a/misc/spamcalc/Makefile b/misc/spamcalc/Makefile index aaaf5baa0109..0cd572d809b5 100644 --- a/misc/spamcalc/Makefile +++ b/misc/spamcalc/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: spamcalc -# Date created: 13 August 2002 -# Whom: Harold Gutch <logix@foobar.franken.de> -# +# Created by: Harold Gutch <logix@foobar.franken.de> # $FreeBSD$ PORTNAME= spamcalc @@ -16,6 +13,7 @@ COMMENT= Calculates "DNS-spam"-values for hostnames USES= perl5 +NO_STAGE= yes do-build: ${REINPLACE_CMD} -e "s,sc.conf,${PREFIX}/etc/spamcalc.conf," \ ${WRKSRC}/sc.pl diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile index 50fd12d8d03c..f63ee3a895b1 100644 --- a/misc/sshbuddy/Makefile +++ b/misc/sshbuddy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshbuddy -# Date created: 26 September 1999 -# Whom: Dan Moschuk <dan@freebsd.org> -# +# Created by: Dan Moschuk <dan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sshbuddy PORTVERSION= 1.05 @@ -23,6 +19,7 @@ PLIST_FILES= bin/sshbuddy BROKEN= Broken dependency .endif +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy diff --git a/misc/sssnips/Makefile b/misc/sssnips/Makefile index ece99f7f6448..ee4c7e4171d1 100644 --- a/misc/sssnips/Makefile +++ b/misc/sssnips/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sssnips -# Date created: Fri Sep 10 16:37:35 EEST 2010 -# Whom: Peter Pentchev <roam@FreeBSD.org> -# +# Created by: Peter Pentchev <roam@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sssnips PORTVERSION= 0.04 @@ -25,4 +21,5 @@ USE_GMAKE= 1 MAKE_ENV+= BINGRP=wheel MANDIR=${PREFIX}/man/man +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/stan/Makefile b/misc/stan/Makefile index 7dbad637e4ca..1a45c75527ed 100644 --- a/misc/stan/Makefile +++ b/misc/stan/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: stan -# Date created: May 1, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= stan PORTVERSION= 0.4.1 @@ -19,6 +14,7 @@ GNU_CONFIGURE= yes MAN1= stan.1 PLIST_FILES= bin/stan +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS ?=|g" \ ${WRKSRC}/src/Makefile.in diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile index 7434237ae36a..e0cb94924060 100644 --- a/misc/susv2/Makefile +++ b/misc/susv2/Makefile @@ -16,6 +16,7 @@ USE_BZIP2= yes NO_BUILD= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/misc/susv3/Makefile b/misc/susv3/Makefile index 3bf21e674223..4f39b847958a 100644 --- a/misc/susv3/Makefile +++ b/misc/susv3/Makefile @@ -16,6 +16,7 @@ USE_BZIP2= yes NO_BUILD= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 8aa65b503b12..919bf31f7e4a 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= CURL CLUCENE CLUCENE_DESC= Include indexing capability OPTIONS_DEFAULT=CURL CLUCENE +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCURL} diff --git a/misc/table.el/Makefile b/misc/table.el/Makefile index 744ffb3ed5a2..b9a32eb99970 100644 --- a/misc/table.el/Makefile +++ b/misc/table.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: table.el -# Date created: Sun Aug 20 14:17:25 MSD 2006 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= table.el PORTVERSION= 1.5.54 @@ -21,6 +17,7 @@ NO_WRKSUBDIR= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp +NO_STAGE= yes do-extract: ${MKDIR} ${WRKDIR} ${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${PORTNAME} diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 1a90b864526e..c1ffec145973 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -38,6 +38,7 @@ MLINKS= talkfilters.1 austro.1 \ talkfilters.1 warez.1 INFO= talkfilters +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "Please note that some of the filters contain language that may" @${ECHO_MSG} "be objectionable to some. They are provided uncensored, in their" diff --git a/misc/tcb/Makefile b/misc/tcb/Makefile index 11610fa1a4c1..a06bb54131d6 100644 --- a/misc/tcb/Makefile +++ b/misc/tcb/Makefile @@ -15,6 +15,7 @@ USE_GMAKE= yes MAN1= tcb.1 +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/team/Makefile b/misc/team/Makefile index 7cc10c613d18..562f234d4ed5 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: team -# Date created: 1 July 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= team PORTVERSION= 3.1 @@ -19,4 +15,5 @@ MAN1= team.1 MANCOMPRESSED= maybe PLIST_FILES= bin/team +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/telbook/Makefile b/misc/telbook/Makefile index 66933c3d7da9..a04fbcb2a89b 100644 --- a/misc/telbook/Makefile +++ b/misc/telbook/Makefile @@ -18,6 +18,7 @@ USE_BZIP2= yes PORTDOCS= README PLIST_FILES= bin/telbook +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index e638ac8150df..2ffc18e3074c 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -25,4 +25,5 @@ USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \ USE_QT4= qmake_build moc_build uic_build rcc_build USES= cmake gettext +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/tempcontrol/Makefile b/misc/tempcontrol/Makefile index 0746ff1d4184..d2f5fcaac6b8 100644 --- a/misc/tempcontrol/Makefile +++ b/misc/tempcontrol/Makefile @@ -21,6 +21,7 @@ PLIST_DIRS= share/tempcontrol OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> # Must (re)generate depedencies, otherwise parallel builds would not work diff --git a/misc/termatrix/Makefile b/misc/termatrix/Makefile index 308870e588bf..02668f574e8c 100644 --- a/misc/termatrix/Makefile +++ b/misc/termatrix/Makefile @@ -13,6 +13,7 @@ COMMENT= Emulates Matrix terminal's "green tears" effect PLIST_FILES= bin/termatrix PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index 46d337c38714..21c4607842ca 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/teseq/Makefile b/misc/teseq/Makefile index 3bb74b22503b..4065ead79d19 100644 --- a/misc/teseq/Makefile +++ b/misc/teseq/Makefile @@ -17,4 +17,5 @@ MAN1= reseq.1 teseq.1 PLIST_FILES= bin/reseq bin/teseq +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/tet/Makefile b/misc/tet/Makefile index 5d9295f5e8d0..8cc3e67ce341 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -23,6 +23,7 @@ PLIST= ${WRKDIR}/PLIST TET_CONFIG_TARGET?= inet # options are `lite', `xti' and `inet' +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index a938236f17b4..ab5d1afca329 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tkcron-2.12 -# Date created: 30 July 1996 -# Whom: Sander Vesik <sander@haldjas.folklore.ee> -# +# Created by: Sander Vesik <sander@haldjas.folklore.ee> # $FreeBSD$ -# PORTNAME= tkcron PORTVERSION= 2.12 @@ -28,6 +24,7 @@ EXTRACT_AFTER_ARGS= > tkcron.tcl NO_WRKSUBDIR= yes PLIST_FILES= bin/tkcron +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index c5bedfe91c82..5a25c8c1751f 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -19,6 +19,7 @@ USE_TK_WRAPPER= yes MAN1= tkinfo.1 PLIST_FILES= bin/tkinfo +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local/info|${LOCALBASE}/info|' ${WRKSRC}/tkinfo diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 8ed3a45de332..18211bebd24e 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -24,6 +24,7 @@ MAKE_ARGS= WISH="${WISH}" \ manformat="{groff -Tlatin1 -te -mandoc}" \ manprint="{groff -mandoc -Tps -te -l}" +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 51df171ea6cf..51f506d5541b 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -15,6 +15,7 @@ USE_TK_RUN= yes NO_BUILD= yes PLIST_FILES= bin/tkregexp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|wish8.3|${WISH}|' ${WRKSRC}/visual_regexp.tcl diff --git a/misc/tkrunit/Makefile b/misc/tkrunit/Makefile index 0e315a5c127a..4246b9baca01 100644 --- a/misc/tkrunit/Makefile +++ b/misc/tkrunit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tkrunnit -# Date created: 6 February, 1999 -# Whom: Stephen Farrell <steve@farrell.org> -# +# Created by: Stephen Farrell <steve@farrell.org> # $FreeBSD$ -# PORTNAME= tkRunIt PORTVERSION= 0.94.1 @@ -25,6 +21,7 @@ USE_TK_WRAPPER= yes PORTEXAMPLES= ${PORTNAME:L} PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local/bin|${PREFIX}/bin|' ${WRKSRC}/runit.tcl diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index 46a092086856..d179b92d56b6 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -21,6 +21,7 @@ CFLAGS+= -fno-strength-reduce MAN1= ${PORTNAME}.1 PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/CFLAGS=/d;/ac_build_date=/s|=.*|="$$stamp"|'\ ${WRKSRC}/configure diff --git a/misc/tpp/Makefile b/misc/tpp/Makefile index 77649e079c99..f50e0ffdb838 100644 --- a/misc/tpp/Makefile +++ b/misc/tpp/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tpp -# Date created: 2004-08-30 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= tpp @@ -21,4 +18,5 @@ RUBY_NO_BUILD_DEPENDS= yes MAN1= tpp.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/translate/Makefile b/misc/translate/Makefile index 13d8a640d948..4f91741fd5d7 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: translate -# Date created: Thu Jun 13, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= translate PORTVERSION= 1.11 @@ -20,6 +15,7 @@ USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index 49f6bf9c4e29..ab909ab7d86d 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -20,6 +20,7 @@ BINS= ttyplay ttyrec ttytime OPTIONS_DEFINE= OPENPTY OPENPTY_DESC= Use openpty instead +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/tvbrowser/Makefile b/misc/tvbrowser/Makefile index 474adc1eaf8a..d99eebbc7c04 100644 --- a/misc/tvbrowser/Makefile +++ b/misc/tvbrowser/Makefile @@ -17,6 +17,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ SUB_FILES= tvbrowser +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/applications/ @${REINPLACE_CMD} -e "s/${PORTNAME}\.sh/${PORTNAME}/" ${WRKSRC}/${PORTNAME}.desktop diff --git a/misc/txt2regex/Makefile b/misc/txt2regex/Makefile index 9fa15ac37fe9..0d90f9a7f886 100644 --- a/misc/txt2regex/Makefile +++ b/misc/txt2regex/Makefile @@ -18,6 +18,7 @@ NO_BUILD= yes MAN1= txt2regex.1 PLIST_FILES= bin/txt2regex +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ "s,/bin/bash,${LOCALBASE}/bin/bash,g" ${WRKSRC}/${DISTNAME}.sh diff --git a/misc/typetrainer/Makefile b/misc/typetrainer/Makefile index 2a4059d45806..dbd8a3a9de3b 100644 --- a/misc/typetrainer/Makefile +++ b/misc/typetrainer/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: typetrainer -# Date created: 29 January 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= typetrainer PORTVERSION= 0.5.2 @@ -21,4 +16,5 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/uf-view/Makefile b/misc/uf-view/Makefile index d3e9f5c35e0f..fc121d7db510 100644 --- a/misc/uf-view/Makefile +++ b/misc/uf-view/Makefile @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile index cc1c9411af4a..c0e4433d0d91 100644 --- a/misc/uk-phone/Makefile +++ b/misc/uk-phone/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: United Kingdom phone codes. -# Date created: 1998-01-01 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= uk-phone PORTVERSION= 2.7 @@ -22,6 +18,7 @@ EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.phone NO_BUILD= yes PLIST_FILES= share/misc/uk.phone +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/uk.phone ${PREFIX}/share/misc diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile index e5c46409575d..e925f54ab73d 100644 --- a/misc/uk-postcodes/Makefile +++ b/misc/uk-postcodes/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: United Kingdom post codes. -# Date created: 1998-01-01 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ PORTNAME= uk-postcodes @@ -21,6 +18,7 @@ EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.postcodes NO_BUILD= yes PLIST_FILES= share/misc/uk.postcodes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${PREFIX}/share/misc diff --git a/misc/umodunpack/Makefile b/misc/umodunpack/Makefile index 556caf5dd50b..4e425c831ad8 100644 --- a/misc/umodunpack/Makefile +++ b/misc/umodunpack/Makefile @@ -18,6 +18,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/${DISTNAME} +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${DISTNAME} diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile index d497fd30db4c..37c2c87519e2 100644 --- a/misc/unclutter/Makefile +++ b/misc/unclutter/Makefile @@ -18,4 +18,5 @@ USE_XORG= x11 xext MAN1= unclutter.1 PLIST_FILES= bin/unclutter +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index f9dbb719fa41..9800d42077ea 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -28,6 +28,7 @@ DOC_FILES= AUTHORS COPYING FAQ HISTORY INSTALL README TODO DOC_FILES+= doc/UptimesProtocol5 DOC_FILES+= HISTORY-BETA +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: rename-doc diff --git a/misc/us-zipcodes/Makefile b/misc/us-zipcodes/Makefile index bacc30c71c0a..3da70b12baf1 100644 --- a/misc/us-zipcodes/Makefile +++ b/misc/us-zipcodes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: USA zipcodes -# Date created: 1997-12-30 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= zipcodes PORTVERSION= 1.0 @@ -22,6 +18,7 @@ EXTRACT_AFTER_ARGS= > ${WRKSRC}/zipcodes NO_BUILD= yes PLIST_FILES= share/misc/us.zipcodes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/zipcodes ${PREFIX}/share/misc/us.zipcodes diff --git a/misc/usbrh-libusb/Makefile b/misc/usbrh-libusb/Makefile index d64b705a3c17..df3ee4df30a5 100644 --- a/misc/usbrh-libusb/Makefile +++ b/misc/usbrh-libusb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: usbrh-libusb -# Date created: 2009-07-20 -# Whom: sanpei@FreeBSD.org -# +# Created by: sanpei@FreeBSD.org # $FreeBSD$ -# PORTNAME= usbrh-libusb PORTVERSION= 0.05 @@ -18,6 +14,7 @@ COMMENT= Yet another reads temperatures and humidity from a Strawberry Linux USB PLIST_FILES= bin/usbrh +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 800097 diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile index d272e20e97b0..181169e59fa5 100644 --- a/misc/utftools/Makefile +++ b/misc/utftools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: utftools -# Date created: Sat May 10 13:31:49 EDT 2003 -# Whom: Serge Gagnon <gagnon__s@videotron.ca> -# +# Created by: Serge Gagnon <gagnon__s@videotron.ca> # $FreeBSD$ -# PORTNAME= utftools PORTVERSION= 1.6 @@ -20,4 +16,5 @@ CONFIGURE_ARGS+= '--libdir=${PREFIX}/lib' MAN1= utf8-expand.1 utf8-fmt.1 utf8-unexpand.1 utf8-wc.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/vera/Makefile b/misc/vera/Makefile index f1b8a42c06f4..e3fbc320350d 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: V.E.R.A. -# Date created: 9 March 1999 -# Whom: Dima Sivachenko <dima@chg.ru> -# +# Created by: Dima Sivachenko <dima@chg.ru> # $FreeBSD$ -# PORTNAME= vera PORTVERSION= 1.17 @@ -17,6 +13,7 @@ COMMENT= Virtual Entity of Relevant Acronyms INFO= vera LICENSE= GFDL +NO_STAGE= yes do-build: @ cd ${WRKSRC} && makeinfo --no-split vera.texi diff --git a/misc/vifm/Makefile b/misc/vifm/Makefile index 93d17285e768..4afb02007a1a 100644 --- a/misc/vifm/Makefile +++ b/misc/vifm/Makefile @@ -29,4 +29,5 @@ PLIST_FILES= bin/vifm \ %%DATADIR%%/vifmrc PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/viz/Makefile b/misc/viz/Makefile index cffcaa8ce022..90da393a26bb 100644 --- a/misc/viz/Makefile +++ b/misc/viz/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: viz -# Date created: 8 Mar 1997 -# Whom: Brent J. Nordquist <bjn@visi.com> -# +# Created by: Brent J. Nordquist <bjn@visi.com> # $FreeBSD$ -# PORTNAME= viz PORTVERSION= 1.1.1 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" DEFS="${CFLAGS}" MAN1= viz.1 inviz.1 PLIST_FILES= bin/viz bin/inviz +NO_STAGE= yes do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:T} ${PREFIX}/bin/ cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1/ diff --git a/misc/whichman/Makefile b/misc/whichman/Makefile index 351153007413..98a889141bb4 100644 --- a/misc/whichman/Makefile +++ b/misc/whichman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: whichman -# Date created: 6 June 2000 -# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> -# +# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> # $FreeBSD$ -# PORTNAME= whichman PORTVERSION= 2.4 @@ -19,6 +15,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= ftff.1 ftwhich.1 whichman.1 PLIST_FILES= bin/ftff bin/ftwhich bin/whichman +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/man:||g' ${WRKSRC}/whichman.c diff --git a/misc/window/Makefile b/misc/window/Makefile index ff8e3f4b78df..1a1fa0572faa 100644 --- a/misc/window/Makefile +++ b/misc/window/Makefile @@ -17,6 +17,7 @@ CFLAGS+= -Wno-return-type MAN1= window.1 PLIST_FILES= bin/window +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/window ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 diff --git a/misc/wmScoreBoard/Makefile b/misc/wmScoreBoard/Makefile index 9e9431eb9dce..fcc120d5c17f 100644 --- a/misc/wmScoreBoard/Makefile +++ b/misc/wmScoreBoard/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_GMAKE= yes USE_XORG= xpm +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 3c28ec0c8d65..ce54e9ed334f 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= wmCalendar.1 PLIST_FILES= bin/wmCalendar +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ -e 's#/usr/X11R6#${LOCALBASE}#g' \ diff --git a/misc/wmfirew/Makefile b/misc/wmfirew/Makefile index 1c46d1229303..bccc4964243d 100644 --- a/misc/wmfirew/Makefile +++ b/misc/wmfirew/Makefile @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XORG= xpm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^void main|int main|' ${WRKSRC}/wmfirew.c diff --git a/misc/wminfo/Makefile b/misc/wminfo/Makefile index cf426dc14bbb..8259a84a4453 100644 --- a/misc/wminfo/Makefile +++ b/misc/wminfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wminfo -# Date created: 09 February 2004 -# Whom: Thomas Kempka <t.kempka@web.de> -# +# Created by: Thomas Kempka <t.kempka@web.de> # $FreeBSD$ -# PORTNAME= wminfo PORTVERSION= 1.51 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} USE_XORG= xpm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(LIBS)$$|& $$(OBJS)|g' \ -e 's|/usr/X11R6|$$(LOCALBASE)|g' \ diff --git a/misc/wmjulia/Makefile b/misc/wmjulia/Makefile index e03193c3a472..23a474240f19 100644 --- a/misc/wmjulia/Makefile +++ b/misc/wmjulia/Makefile @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XORG= xpm xext +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/misc/wmpal/Makefile b/misc/wmpal/Makefile index ccd3cad62d63..19da9881a837 100644 --- a/misc/wmpal/Makefile +++ b/misc/wmpal/Makefile @@ -17,6 +17,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lX11 PORTDOCS= README PLIST_FILES= bin/wmpal +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/wmtunlo/Makefile b/misc/wmtunlo/Makefile index 415743d094fa..83d354032fb8 100644 --- a/misc/wmtunlo/Makefile +++ b/misc/wmtunlo/Makefile @@ -14,6 +14,7 @@ COMMENT= Falling-down-a-tunnel dockapp USE_XORG= x11 xpm xextproto ALL_TARGET= wmtunlo +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin .ifndef NOPORTEXAMPLES diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 9507576269fb..db9a1c4ce6d9 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -45,6 +45,7 @@ MAN1= wmweather+.1 PLIST_FILES= bin/wmweather+ +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWM} diff --git a/misc/wmwork/Makefile b/misc/wmwork/Makefile index 231d64e35712..ed117c8c44f5 100644 --- a/misc/wmwork/Makefile +++ b/misc/wmwork/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmwork -# Date created: 16 May 2002 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= wmwork PORTVERSION= 0.2.5 @@ -28,6 +24,7 @@ PLIST_FILES= bin/wmwork CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmwork ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmwork.1 ${MANPREFIX}/man/man1 diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 42800a89afe0..959e182bc262 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -18,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/pks2wot bin/wotsap PORTSCOUT= ignore:1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/wotsap ${PREFIX}/bin diff --git a/misc/xbiso/Makefile b/misc/xbiso/Makefile index dbc12b21fe72..c527a7ee613b 100644 --- a/misc/xbiso/Makefile +++ b/misc/xbiso/Makefile @@ -19,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/xbiso +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(CPPFLAGS)|@CPPFLAGS@|g ; \ s|= @LIBS@|= @LDFLAGS@ @LIBS@|g' ${WRKSRC}/Makefile.in diff --git a/misc/xd/Makefile b/misc/xd/Makefile index 5b10899501aa..0d18def2df39 100644 --- a/misc/xd/Makefile +++ b/misc/xd/Makefile @@ -19,4 +19,5 @@ MAN1= xd.1 MANCOMPRESSED= maybe PLIST_FILES= bin/xd +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index d42f91265d5f..3ac3b01e20a1 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -20,4 +20,5 @@ MAN1= xdelta.1 NO_LATEST_LINK= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile index bc0b1aba35fe..e67b7bb1131a 100644 --- a/misc/xdelta3/Makefile +++ b/misc/xdelta3/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= xdelta3.1 PLIST_FILES= bin/xdelta3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/_POSIX_/d ; \ diff --git a/misc/xdg-menu/Makefile b/misc/xdg-menu/Makefile index b4b4609b4006..70eaeeda748c 100644 --- a/misc/xdg-menu/Makefile +++ b/misc/xdg-menu/Makefile @@ -37,6 +37,7 @@ ROX_DESC= Enable ROX panel applet support SUB_FILES= ${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index 0d21299f9bd0..299e47bb5a12 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -1,6 +1,5 @@ # Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfce4-appfinder PORTVERSION= 4.10.1 @@ -23,6 +22,7 @@ USE_XFCE= configenv garcon libmenu libutil xfconf OPTIONS_DEFINE= NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/misc/xfce4-artwork/Makefile b/misc/xfce4-artwork/Makefile index 85ee82658810..a88d15bd882a 100644 --- a/misc/xfce4-artwork/Makefile +++ b/misc/xfce4-artwork/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfwm4-artwork -# Date created: 3 August 2003 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfce4-artwork PORTVERSION= 0.0.4 @@ -19,4 +15,5 @@ RUN_DEPENDS= xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 0422e44ad27a..86ec42d1d8c6 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Filippo Natali <filippo@widestore.net> # $FreeBSD$ -# PORTNAME= xfce4-weather-plugin PORTVERSION= 0.8.3 @@ -26,6 +25,7 @@ USE_XFCE= configenv libmenu libutil panel OPTIONS_DEFINE= UPOWER UPOWER_DESC= Power state support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUPOWER} diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index bebea6bb2cf9..267ff742b8ba 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfwm4-themes -# Date created: 7 June 2003 -# Whom: James Earl <jdearl@telus.net> -# +# Created by: James Earl <jdearl@telus.net> # $FreeBSD$ -# PORTNAME= xfce4-wm-themes PORTVERSION= 4.10.0 @@ -22,4 +18,5 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile index 4dc37978919e..8d05f885eaa3 100644 --- a/misc/xgas/Makefile +++ b/misc/xgas/Makefile @@ -17,6 +17,7 @@ USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xgas.1 PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas +NO_STAGE= yes post-install: @${CHMOD} 755 ${PREFIX}/bin/xgas @${CHOWN} bin:bin ${PREFIX}/bin/xgas diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index feed7301a962..712e4ce2b369 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -31,6 +31,7 @@ WEBKIT_DESC= Use webkit for rendering (preferred) OPTIONS_DEFAULT= WEBKIT +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWEBKIT} diff --git a/misc/xless/Makefile b/misc/xless/Makefile index 0c5c1b680500..a6d827b0e403 100644 --- a/misc/xless/Makefile +++ b/misc/xless/Makefile @@ -19,4 +19,5 @@ MAKE_ARGS= MAKE="${MAKE_CMD}" MAN1= xless.1 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/xmonad-log-applet/Makefile b/misc/xmonad-log-applet/Makefile index 91c3317b1f80..1f166ce90c16 100644 --- a/misc/xmonad-log-applet/Makefile +++ b/misc/xmonad-log-applet/Makefile @@ -16,4 +16,5 @@ USE_GNOME= gnomeprefix gnomehack gnomepanel GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-panel=gnome2 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index c66bf7b2b48a..db253f94092b 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -39,6 +39,7 @@ XMMS_DESC= Build and install XMMS-OSD plugin MSEC_DESC= Use milliseconds timeout (breaks compatibility!) XFT_DESC= Unofficial Xft support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXMMS} diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile index faec58908660..a091153028c4 100644 --- a/misc/xpns/Makefile +++ b/misc/xpns/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/xpns \ PLIST_DIRS= %%DATADIR%% \ libexec/xpns +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/misc/xsw/Makefile b/misc/xsw/Makefile index 0368770c9e5c..ec950dba9be9 100644 --- a/misc/xsw/Makefile +++ b/misc/xsw/Makefile @@ -40,6 +40,7 @@ DOCS= AUTHORS \ TODO \ doc/xsw.vim +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile index fbb8ec449ef5..0333bc793a79 100644 --- a/misc/xtail/Makefile +++ b/misc/xtail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtail -# Date created: 20 January 1999 -# Whom: gmarco@giovannelli.it -# +# Created by: gmarco@giovannelli.it # $FreeBSD$ -# PORTNAME= xtail PORTVERSION= 2.1 @@ -19,6 +15,7 @@ HAS_CONFIGURE= yes MAN1= xtail.1 PLIST_FILES= bin/xtail +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1 diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index 02fb5dbe3879..7513ead1d1c9 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -19,6 +19,7 @@ MAKE_ARGS= XINC="-I${LOCALBASE}/include" XMLIB="${MOTIFLIB}" \ APPDIR="${PREFIX}/lib/X11/app-defaults" \ BINDIR="${PREFIX}/bin" LIBDIR="${PREFIX}/lib/X11/xtar" \ MANDIR="${MAN1PREFIX}/man/man1" OPTIMISATION="${CFLAGS}" \ +NO_STAGE= yes ANSIFLAG=-ansi CC="${CC}" RANLIB=: MAN1= xtar.1 diff --git a/misc/xtypo/Makefile b/misc/xtypo/Makefile index fa1489e0d1d6..8b489b265649 100644 --- a/misc/xtypo/Makefile +++ b/misc/xtypo/Makefile @@ -17,4 +17,5 @@ ALL_TARGET= xtypo WRKSRC= ${WRKDIR}/xtypo +NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/xyzcmd/Makefile b/misc/xyzcmd/Makefile index 34f71a56644e..b54123d073aa 100644 --- a/misc/xyzcmd/Makefile +++ b/misc/xyzcmd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xyzcmd -# Date created: 2010-01-18 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= xyzcmd PORTVERSION= 0.0.4 @@ -21,6 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes INSTALLS_EGGINFO=yes +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/misc/yaunc/Makefile b/misc/yaunc/Makefile index 3b8848446183..1bfef440d298 100644 --- a/misc/yaunc/Makefile +++ b/misc/yaunc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yaunc -# Date created: 5 March 2000 -# Whom: nsayer@freebsd.org -# +# Created by: nsayer@FreeBSD.org # $FreeBSD$ -# PORTNAME= yaunc PORTVERSION= 1.02 @@ -23,6 +19,7 @@ USE_RC_SUBR= yaunc MAN1= yaunc.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/yaunc.1 diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index 04c20a228416..0e21d7a07ecc 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -12,6 +12,7 @@ COMMENT= DOS-XTREE(tm) look-a-like file manager ALL_TARGET= ytree MAN1= ytree.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ytree ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/ytree.conf ${PREFIX}/etc/ytree.conf.sample diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index 662da617daab..d544ad4d9dfa 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: zoneinfo -# Date created: 27 March 2006 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ PORTNAME= zoneinfo @@ -32,6 +29,7 @@ NO_PACKAGE= Overwrites files in the base system MASTER_SITES+= http://people.freebsd.org/~edwin/ .endif +NO_STAGE= yes .include <bsd.port.pre.mk> # The following country codes can be missing from /usr/share/misc/iso3166 and |