diff options
89 files changed, 119 insertions, 155 deletions
diff --git a/news/atp/Makefile b/news/atp/Makefile index aac300e55207..4099193d924b 100644 --- a/news/atp/Makefile +++ b/news/atp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: atp -# Date created: 9 Nov 1997 -# Whom: Donald Burr <dburr@FreeBSD.org> -# +# Created by: Donald Burr <dburr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= atp PORTVERSION= 1.50 @@ -27,6 +23,7 @@ MAN1= atp.1 \ rot13.1 MAN3= editline.3 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/news/aub/Makefile b/news/aub/Makefile index 6e4772b0b49e..2aaf85646f68 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: aub -# Date created: Sun Oct 12, 1997 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= aub PORTVERSION= 2.2 @@ -22,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOC_FILES= COPYING README aubconf.example +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/aub ${PREFIX}/bin .for manpage in ${MAN1} diff --git a/news/brag/Makefile b/news/brag/Makefile index 33eba10086fe..3e89a1ada1ea 100644 --- a/news/brag/Makefile +++ b/news/brag/Makefile @@ -21,6 +21,7 @@ TCLSH= tclsh8.4 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index a812041b30bb..2901600d5ae4 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -27,4 +27,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK} PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/cg/Makefile b/news/cg/Makefile index c40e99f6d53f..8906b757c43b 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cg -# Date created: 17 August 2004 -# Whom: bkhl@elektrubadur.se -# +# Created by: bkhl@elektrubadur.se # $FreeBSD$ -# PORTNAME= cg PORTVERSION= 0.4 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= cg.1 PLIST_FILES= bin/cg +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/cleanfeed/Makefile b/news/cleanfeed/Makefile index f83962c2d43e..81f0e985a54c 100644 --- a/news/cleanfeed/Makefile +++ b/news/cleanfeed/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cleanfeed -# Date created: 09 October 2000 -# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> -# +# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> # $FreeBSD$ -# PORTNAME= cleanfeed PORTVERSION= 20110224 @@ -25,6 +21,7 @@ INSTALL+= -b PKGDEINSTALL= ${PKGINSTALL} WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "/debug_batch_directory/s:'.*':'/var/log/cleanfeed':" ${WRKSRC}/etc/cleanfeed.local diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 3b8c1d532471..1e869336becf 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -71,6 +71,7 @@ NEWSARTS?= ${VARBASE}/news NEWSOV?= ${VARBASE}/news PGPVERIFY?= pgpverify-1.12 +NO_STAGE= yes .include <bsd.port.pre.mk> .if make(makesum) || defined(FETCH_ALL) diff --git a/news/crashmail/Makefile b/news/crashmail/Makefile index d597852aee9f..66d2e3a10460 100644 --- a/news/crashmail/Makefile +++ b/news/crashmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: crashmail -# Date created: 21 January 2003 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= crashmail PORTVERSION= 0.71 @@ -22,6 +18,7 @@ ALL_TARGET= linux USE_ZIP= yes USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's^"crashmail.prefs"^"${PREFIX}/etc/crashmail/crashmail.prefs"^' \ diff --git a/news/diablo/Makefile b/news/diablo/Makefile index 338a64d53c22..0439ba85a9f7 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Diablo -# Date created: June 2nd 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= diablo PORTVERSION= 5.1 @@ -25,6 +21,7 @@ MAN8= dicmd.8 didump.8 dexpireover.8 dfeedinfo.8 dgrpctl.8 \ doverctl.8 drequeue.8 dhisexpire.8 PORTDOCS= COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES +NO_STAGE= yes post-patch: @${CP} ${SCRIPTDIR}/diablo.sh-sample ${WRKDIR} @${REINPLACE_CMD} -E 's|%%PREFIX%%|${PREFIX}|g ;\ diff --git a/news/dnews/Makefile b/news/dnews/Makefile index 6cdbddb65720..c61e9cd52a78 100644 --- a/news/dnews/Makefile +++ b/news/dnews/Makefile @@ -18,6 +18,7 @@ IS_INTERACTIVE= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf @${REINPLACE_CMD} -e "s|lib/sendmail|sbin/sendmail|" ${WRKSRC}/dnews.conf diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile index 1ca6b3d2abb6..0babb199af91 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -85,6 +85,7 @@ DOCS= doc/README.ru doc/README doc/FAQ.ru doc/FIDOGATE+tracker.ru \ doc/old/fidogate.txt doc/old/fidogate.texi doc/old/msgid.doc .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} .for a in ${DOCS} diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 1088019a0092..0333c2148aa6 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -22,6 +22,7 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \ template.html fido howto misc rfc gatebau/msgid.sgml \ gatebau/msgid.tex gatebau/msgid.txt +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/news/golded+/Makefile b/news/golded+/Makefile index 32323cdf48f4..772846d31e2e 100644 --- a/news/golded+/Makefile +++ b/news/golded+/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: golded+ -# Date created: 20 October 2003 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= golded+ PORTVERSION= 1.1.5.a${SNAPDATE} @@ -31,6 +27,7 @@ SUB_LIST= NOTEWORK="Please read the ${DOCSDIR}/notework.txt before using ${PORTN SUB_LIST= NOTEWORK="" .endif +NO_STAGE= yes post-patch: @${SED}\ -e 's,^\(#define __GVER_VENDOR_NAME__\).*,\1 "",'\ diff --git a/news/grn/Makefile b/news/grn/Makefile index 394c0caabec9..e53949c7be3d 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure ${WRKSRC}/libmutt/configure diff --git a/news/gup/Makefile b/news/gup/Makefile index 6c6634975d6e..4e86a3186ef4 100644 --- a/news/gup/Makefile +++ b/news/gup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gup -# Date created: 22 November 1998 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= gup PORTVERSION= 0.4 @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/gup MAN1= gup.1 PLIST_FILES= libexec/gup +NO_STAGE= yes do-configure: @${CP} ${FILESDIR}/freebsd ${WRKSRC}/config diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 58d1451f5461..1d13ed74c82c 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -23,6 +23,7 @@ USE_PYDISTUTILS=yes USE_TWISTED_RUN= web PORTDOCS= CHANGELOG CREDITS README +NO_STAGE= yes .include <bsd.port.options.mk> # more fully-featured rar needs i386 diff --git a/news/husky-base-devel/Makefile b/news/husky-base-devel/Makefile index f55cc7081bbc..4400bf5b63d6 100644 --- a/news/husky-base-devel/Makefile +++ b/news/husky-base-devel/Makefile @@ -17,6 +17,7 @@ CONFLICTS= husky-base-[0-9]* WRKSRC= ${WRKDIR}/huskybse NO_BUILD= yes +NO_STAGE= yes pre-install: @ ${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL diff --git a/news/husky-base/Makefile b/news/husky-base/Makefile index ce8710f909b7..b2ac01e096cb 100644 --- a/news/husky-base/Makefile +++ b/news/husky-base/Makefile @@ -19,6 +19,7 @@ NO_BUILD= yes USERS= fido GROUPS= fido +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/etc/fido ${PREFIX}/share/doc/husky @${CHOWN} fido:fido ${PREFIX}/etc/fido diff --git a/news/husky-bsopack/Makefile b/news/husky-bsopack/Makefile index 0ceace03ac2d..0c8f5a0a8a6d 100644 --- a/news/husky-bsopack/Makefile +++ b/news/husky-bsopack/Makefile @@ -17,5 +17,6 @@ MAN1= bsopack.1 MANCOMPRESSED= yes INFO= bsopack +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include <bsd.port.mk> diff --git a/news/husky-fidoconf-devel/Makefile b/news/husky-fidoconf-devel/Makefile index 58d744394888..d12efed05182 100644 --- a/news/husky-fidoconf-devel/Makefile +++ b/news/husky-fidoconf-devel/Makefile @@ -31,6 +31,7 @@ MLINKS= fconf2.1 fconf2aquaed.1 \ fconf2.1 fecfg2fconf.1 INFO= fidoconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/dumpfcfg.1 diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index 3cbd89a0f949..be17873cdff5 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -29,6 +29,7 @@ MLINKS= fconf2.1 fconf2aquaed.1 \ fconf2.1 fconf2squish.1 INFO= fidoconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/dumpfcfg.1 diff --git a/news/husky-hpt-devel/Makefile b/news/husky-hpt-devel/Makefile index 28ce59a84fd1..062f8e805ea8 100644 --- a/news/husky-hpt-devel/Makefile +++ b/news/husky-hpt-devel/Makefile @@ -27,6 +27,7 @@ INFO= hpt DOCSDIR= ${PREFIX}/share/doc/husky PORTDOCS= hpt.html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/hptlink.1 diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index ffb685181dfc..65bf0795063f 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -26,6 +26,7 @@ MAN1= hpt.1 hptlink.1 hpttree.1 txt2pkt.1 MANCOMPRESSED= yes INFO= hpt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/hptlink.1 diff --git a/news/husky-hptkill/Makefile b/news/husky-hptkill/Makefile index 5a54744ba4ab..cf2d8ec2cc29 100644 --- a/news/husky-hptkill/Makefile +++ b/news/husky-hptkill/Makefile @@ -17,5 +17,6 @@ MAN1= hptkill.1 MANCOMPRESSED= yes PLIST_FILES= bin/hptkill +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include <bsd.port.mk> diff --git a/news/husky-hptsqfix/Makefile b/news/husky-hptsqfix/Makefile index 77ad08780024..2f35c351a80b 100644 --- a/news/husky-hptsqfix/Makefile +++ b/news/husky-hptsqfix/Makefile @@ -17,5 +17,6 @@ MAN1= hptsqfix.1 MANCOMPRESSED= yes PLIST_FILES= bin/hptsqfix +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include <bsd.port.mk> diff --git a/news/husky-hpucode/Makefile b/news/husky-hpucode/Makefile index 7c8b7da53bb8..96bd6769af1d 100644 --- a/news/husky-hpucode/Makefile +++ b/news/husky-hpucode/Makefile @@ -17,5 +17,6 @@ MAN1= hpucode.1 MANCOMPRESSED= yes INFO= hpucode +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include <bsd.port.mk> diff --git a/news/husky-htick-devel/Makefile b/news/husky-htick-devel/Makefile index 42cc96071310..ac13207d3af0 100644 --- a/news/husky-htick-devel/Makefile +++ b/news/husky-htick-devel/Makefile @@ -21,6 +21,7 @@ INFO= htick PLIST_FILES= bin/htick \ share/doc/husky/htick.html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/htick.1 diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile index 24b4eea19eab..c447ca8c8d89 100644 --- a/news/husky-htick/Makefile +++ b/news/husky-htick/Makefile @@ -18,6 +18,7 @@ CONFLICTS= husky-htick-devel-[0-9]* MAN1= htick.1 INFO= htick +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/htick.1 diff --git a/news/husky-msged/Makefile b/news/husky-msged/Makefile index dd35d578c106..ff91351d3360 100644 --- a/news/husky-msged/Makefile +++ b/news/husky-msged/Makefile @@ -18,6 +18,7 @@ MAKE_ARGS= MSGEDCFG="\\\"~/.msged\\\"" INFO= msged +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,html info,info,' \ -e 's,install-html install-info,install-info,' \ diff --git a/news/husky-nltools/Makefile b/news/husky-nltools/Makefile index 793b4c007d9c..de9c475ded80 100644 --- a/news/husky-nltools/Makefile +++ b/news/husky-nltools/Makefile @@ -13,5 +13,6 @@ COMMENT= Nodelist tools LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include <bsd.port.mk> diff --git a/news/husky-smapi-devel/Makefile b/news/husky-smapi-devel/Makefile index 05b4ec599700..73b05f70df46 100644 --- a/news/husky-smapi-devel/Makefile +++ b/news/husky-smapi-devel/Makefile @@ -13,5 +13,6 @@ CONFLICTS= husky-smapi-[0-9]* USE_LDCONFIG= yes +NO_STAGE= yes .include "${.CURDIR}/../husky-base-devel/Makefile.inc" .include <bsd.port.mk> diff --git a/news/husky-smapi/Makefile b/news/husky-smapi/Makefile index c275401ba810..4303592b4ccd 100644 --- a/news/husky-smapi/Makefile +++ b/news/husky-smapi/Makefile @@ -16,5 +16,6 @@ CONFLICTS= husky-smapi-devel-[0-9]* MAKE_ARGS= ADDCDEFS=-fPIC USE_LDCONFIG= yes +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include <bsd.port.mk> diff --git a/news/husky-sqpack/Makefile b/news/husky-sqpack/Makefile index 256cc82d1d81..53580c0142c9 100644 --- a/news/husky-sqpack/Makefile +++ b/news/husky-sqpack/Makefile @@ -17,6 +17,7 @@ MAN1= sqpack.1 MANCOMPRESSED= yes PLIST_FILES= bin/sqpack +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/sqpack.1 diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 78ecca079e61..1d164721bfbf 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -17,6 +17,7 @@ PLIST_SUB+= IFMAIL_RUNAS="${IFMAIL_RUNAS}" # USERS does not work here #USERS= ifmail +NO_STAGE= yes pre-configure: @${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.sed ${SED} -e "s/OWNER = ifmail/OWNER = ${IFMAIL_RUNAS}/" \ diff --git a/news/inn/Makefile b/news/inn/Makefile index 992345cbe61b..ebe1af1c01e5 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: inn -# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1), 14 Feb 1999 (2.2) -# Whom: torstenb -# +# Created by: torstenb # $FreeBSD$ -# PORTNAME?= inn PORTVERSION?= 2.5.2 @@ -48,6 +44,7 @@ GNUPG_DESC= GnuPG support (for pgpverify control message) VARBASE?= /var +NO_STAGE= yes .include "Makefile.layout" HAS_CONFIGURE= yes diff --git a/news/knews/Makefile b/news/knews/Makefile index 1293ac82cb85..e4859a791a69 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -27,4 +27,5 @@ MAKE_ARGS+= -j${MAKE_JOBS} .endif MAN1= knews.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 4d909e537d74..df5a889c7598 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFLICTS= newsx-1* s-news-0* +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(/var/spool/news/leaf.node) && !defined(PACKAGE_BUILDING) diff --git a/news/lusernet/Makefile b/news/lusernet/Makefile index 054f8f288776..8a369e231678 100644 --- a/news/lusernet/Makefile +++ b/news/lusernet/Makefile @@ -21,4 +21,5 @@ USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT} PANTOMIME_PORT?= mail/pantomime +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/mail2nntp/Makefile b/news/mail2nntp/Makefile index f14b2c528ccd..da20a0a2f23f 100644 --- a/news/mail2nntp/Makefile +++ b/news/mail2nntp/Makefile @@ -20,6 +20,7 @@ NO_BUILD= yes PORTDOCS= * PLIST_FILES= bin/mail2nntp.pl +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/news/mmail/Makefile b/news/mmail/Makefile index 93853a4d04c3..9a0744ceb01d 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mmail -# Date created: 18 September 2002 -# Whom: Frederic Cambus -# +# Created by: Frederic Cambus # $FreeBSD$ -# PORTNAME= mmail PORTVERSION= 0.49 @@ -23,6 +18,7 @@ MAKE_ARGS= OPTS="" MAN1= mmail.1 PLIST_FILES= bin/mmail +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail ${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1 diff --git a/news/multisuck/Makefile b/news/multisuck/Makefile index 23cdfda93970..18535e21a109 100644 --- a/news/multisuck/Makefile +++ b/news/multisuck/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: multisuck -# Date created: Aug 11, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= multisuck PORTVERSION= 1.0.4 @@ -16,6 +11,7 @@ COMMENT= Multi-server/conn news suck GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 45534404ae47..e8334cb57375 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: newscache -# Date created: 23 February 2002 -# Whom: Tilman Linneweh <arved@FreeBSD.org> -# +# Created by: Tilman Linneweh <arved@FreeBSD.org> # $FreeBSD$ -# PORTNAME= newscache PORTVERSION= 1.2.r.6 @@ -28,6 +24,7 @@ MAN5= newscache.conf.5 MAN8= newscache.8 newscacheclean.8 updatenews.8 INFO= NewsCache +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure.in diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile index 47d62669229e..c505153ba127 100644 --- a/news/newsfetch/Makefile +++ b/news/newsfetch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: newsfetch -# Date created: 12 September 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# +# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> # $FreeBSD$ -# PORTNAME= newsfetch PORTVERSION= 1.21 @@ -21,6 +17,7 @@ MAN1= newsfetch.1 MANCOMPRESSED= maybe PLIST_FILES= bin/newsfetch +NO_STAGE= yes do-configure: cd ${WRKSRC} && ( \ ${ECHO_CMD} "PROG= newsfetch"; \ diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile index 3f4ba07b7efe..e4cc1a59b667 100644 --- a/news/newsfish/Makefile +++ b/news/newsfish/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: newsfish -# Date created: 17 January 1999 -# Whom: asaddi@philosophysw.com -# +# Created by: asaddi@philosophysw.com # $FreeBSD$ -# PORTNAME= newsfish PORTVERSION= 1.2.6 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= newsfish.1 PLIST_FILES= bin/newsfish +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile index f5876e95aec5..bc0a69ea2295 100644 --- a/news/newsgrab/Makefile +++ b/news/newsgrab/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-NNTPClient>=0:${PORTSDIR}/news/p5-NNTPClient \ NO_BUILD= yes USES= perl5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/newsgrab.pl diff --git a/news/newspost/Makefile b/news/newspost/Makefile index 6443872c8b2d..9387c86e7d28 100644 --- a/news/newspost/Makefile +++ b/news/newspost/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> # Change "cd foo; $(MAKE)" into "$(MAKE) -C foo" to unbreak parallel builds diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index 6e404908e40a..822958028154 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/news/newsx/Makefile b/news/newsx/Makefile index 1c03ae345a55..b0edbed7974f 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: newsx -# Date created: 10th February, 2001 -# Whom: Thierry Thomas <tthomas@mail.dotcom.fr> -# +# Created by: Thierry Thomas <tthomas@mail.dotcom.fr> # $FreeBSD$ -# PORTNAME= newsx PORTVERSION= 1.6 @@ -42,6 +38,7 @@ CONFIGURE_ARGS+= --without-history DOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/configure diff --git a/news/nget/Makefile b/news/nget/Makefile index eedb58b441ca..38e672880f17 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nget -# Date created: 20 June 2002 -# Whom: George Sorsby <george@crackpipe.net> -# +# Created by: George Sorsby <george@crackpipe.net> # $FreeBSD$ -# PORTNAME= nget PORTVERSION= 0.27.1 @@ -20,6 +16,7 @@ MANCOMPRESSED= no GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes post-extract: ${LN} -s nget-${PORTVERSION} ${WRKDIR}/${DISTNAME} diff --git a/news/nn/Makefile b/news/nn/Makefile index c665441f7a37..b64174c9f80e 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nn -# Date created: 24 September 1994 -# Whom: adam -# +# Created by: adam # $FreeBSD$ -# PORTNAME= nn PORTVERSION= 6.7.3 @@ -22,6 +18,7 @@ MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m MAN8= nnmaster.8 nnspew.8 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: diff --git a/news/nnap/Makefile b/news/nnap/Makefile index c165423798ed..df16c065d894 100644 --- a/news/nnap/Makefile +++ b/news/nnap/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: nnap -# Date created: Sun May 26, 2002 -# Whom: Lasse L. Johnsen (lasse@freebsdcluster.org) -# +# Created by: Lasse L. Johnsen (lasse@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= nnap PORTVERSION= 1.1 @@ -19,6 +14,7 @@ COMMENT= Nnap is a lightweight NNTP authentication proxy NO_WRKSUBDIR= yes PLIST_FILES= sbin/nnap +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff --git a/news/nntp/Makefile b/news/nntp/Makefile index d20aae83a096..624e73b7f08b 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -38,6 +38,7 @@ MAKE_ENV+= MANDIR="${LOCALBASE}/man" OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile index f5ea7140675f..ccd4e07efe7c 100644 --- a/news/nntpbtr/Makefile +++ b/news/nntpbtr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nntpbtr -# Date created: 1 July 1996 -# Whom: dk -# +# Created by: dk # $FreeBSD$ -# PORTNAME= nntpbtr PORTVERSION= 1.7 @@ -18,6 +14,7 @@ MAN1= nntpbtr.1 PLIST_FILES= sbin/nntpbtr # "patch" complains otherwise +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/RCS diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 685008efe3ab..6ed69f9711b4 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -27,6 +27,7 @@ USE_RC_SUBR= nntpcached OPTIONS_DEFINE= LDAP RADIUS SPAMPHOBIA SPAMPHOBIA_DESC= Spamphobia NoCeM support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRADIUS} diff --git a/news/noffle/Makefile b/news/noffle/Makefile index f93bcfa19784..1931ffa4263c 100644 --- a/news/noffle/Makefile +++ b/news/noffle/Makefile @@ -27,6 +27,7 @@ MAN5= noffle.conf.5 DOCS= ChangeLog docs/FAQ INSTALL docs/INTERNALS README \ docs/testing.txt docs/noffle.lsm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/etc/noffle.conf|${PREFIX}/etc/noffle.conf|g' \ diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index e5f6a503d271..9046de6bacd2 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -29,6 +29,7 @@ OPTIONS_SINGLE= TLSLIB OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL OPTIONS_DEFAULT= PAR GNUTLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPAR} diff --git a/news/nzbperl/Makefile b/news/nzbperl/Makefile index f858a40d12cf..14c0609b12ef 100644 --- a/news/nzbperl/Makefile +++ b/news/nzbperl/Makefile @@ -27,6 +27,7 @@ USE_PERL5= run RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay .endif +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR} diff --git a/news/p5-NNML/Makefile b/news/p5-NNML/Makefile index ebb2b6c97c1d..19ad7c94e041 100644 --- a/news/p5-NNML/Makefile +++ b/news/p5-NNML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-NNML -# Date created: 2006-07-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= NNML PORTVERSION= 1.14 @@ -28,4 +24,5 @@ CONFIGURE_ARGS+= < /dev/null IS_INTERACTIVE= yes .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile index 17f2168b3c0c..dc4ec0714649 100644 --- a/news/p5-NNTPClient/Makefile +++ b/news/p5-NNTPClient/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= News::NNTPClient.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/p5-News-Article-NoCeM/Makefile b/news/p5-News-Article-NoCeM/Makefile index dbf6ed8d1b2c..73980435abff 100644 --- a/news/p5-News-Article-NoCeM/Makefile +++ b/news/p5-News-Article-NoCeM/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-News-Article-NoCeM -# Date created: 10 December 2004 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= News-Article-NoCeM PORTVERSION= 0.08 @@ -23,4 +19,5 @@ USE_PERL5= configure MAN3= News::Article::NoCeM.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 1a7478e7deba..e79463cc7d6f 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= PGP_SIGN OPTIONS_DEFAULT= PGP_SIGN PGP_SIGN_DESC= PGP::Sign support for header signing +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPGP_SIGN} diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile index 22f66d8fbe73..4d72907f7dd8 100644 --- a/news/p5-News-Newsrc/Makefile +++ b/news/p5-News-Newsrc/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= News::Newsrc.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/p5-POE-Component-Client-NNTP/Makefile b/news/p5-POE-Component-Client-NNTP/Makefile index ac5fa3deadaf..164d603bb3e0 100644 --- a/news/p5-POE-Component-Client-NNTP/Makefile +++ b/news/p5-POE-Component-Client-NNTP/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= POE::Component::Client::NNTP.3 \ POE::Component::Client::NNTP::Constants.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/p5-POE-Component-Server-NNTP/Makefile b/news/p5-POE-Component-Server-NNTP/Makefile index c8824e44d06a..dc609dad52ba 100644 --- a/news/p5-POE-Component-Server-NNTP/Makefile +++ b/news/p5-POE-Component-Server-NNTP/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= POE::Component::Server::NNTP.3 \ POE::Component::Server::NNTP::Constants.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/pan/Makefile b/news/pan/Makefile index 8f679a909298..e9b00b454f83 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFAULT=GTKSPELL GTKSPELL_DESC= Spell checking support (gtk+2 only) GTK3_DESC= Use gtk+3 based UI instead of gtk+2 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK3} diff --git a/news/papercut/Makefile b/news/papercut/Makefile index 29c3cfe2dfe8..02ac356ea791 100644 --- a/news/papercut/Makefile +++ b/news/papercut/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: papercut -# Date created: 2003-07-01 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# +# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> # $FreeBSD$ -# PORTNAME= papercut PORTVERSION= 0.9.13 @@ -18,6 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQ USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes do-configure: @${CP} ${FILESDIR}/papercut-wrapper ${WRKDIR}/papercut-wrapper @${REINPLACE_CMD} -e "s,__DATADIR__,${DATADIR}," ${WRKDIR}/papercut-wrapper diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile index faaf70a5133c..17d6f4a52f68 100644 --- a/news/pgpmoose/Makefile +++ b/news/pgpmoose/Makefile @@ -22,6 +22,7 @@ BIN1= pmapp pmcanon pmcheck pmnewsgroups \ NO_WRKSUBDIR= yes NEWSCTL?= ${PREFIX}/news/lib +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s=/usr/local/news=${NEWSCTL}=" \ ${WRKSRC}/pmapp diff --git a/news/plor/Makefile b/news/plor/Makefile index 5ec650f86de9..5f1f7f34caa7 100644 --- a/news/plor/Makefile +++ b/news/plor/Makefile @@ -22,6 +22,7 @@ MAN1= plor.1 DOCFILES= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \ plor.html plor.txt +NO_STAGE= yes post-install: .if !defined{NOPORTDOCS} @${MKDIR} ${PREFIX}/share/doc/plor diff --git a/news/py-pynzb/Makefile b/news/py-pynzb/Makefile index 56b3a81a5e6f..bf29bd9c7ced 100644 --- a/news/py-pynzb/Makefile +++ b/news/py-pynzb/Makefile @@ -21,6 +21,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= LXML LXML_DESC= Add support for py-lxml +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLXML} diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile index 882e52bdcc80..6f33dec44eba 100644 --- a/news/py-twistedNews/Makefile +++ b/news/py-twistedNews/Makefile @@ -22,4 +22,5 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/py-yenc/Makefile b/news/py-yenc/Makefile index d70387ce19c9..747c072b53bf 100644 --- a/news/py-yenc/Makefile +++ b/news/py-yenc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-yenc -# Date created: 24 Aug 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -# PORTNAME= yenc PORTVERSION= 0.3 @@ -18,4 +14,5 @@ COMMENT= A yenc decoding module for Python in C USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/rawdog/Makefile b/news/rawdog/Makefile index 217db1347db7..6c7b35acd079 100644 --- a/news/rawdog/Makefile +++ b/news/rawdog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rawdog -# Date created: 9 September 2003 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= rawdog PORTVERSION= 2.13 @@ -19,6 +15,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAN1= rawdog.1 +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR} diff --git a/news/s-news/Makefile b/news/s-news/Makefile index 6331e8f7a719..0b0ad5e4d723 100644 --- a/news/s-news/Makefile +++ b/news/s-news/Makefile @@ -31,6 +31,7 @@ PORTDOCS= README README.conf README.suck TODO OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index e2abb7210ffc..f2ca3c323463 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -92,6 +92,7 @@ UNRAR_DESC= Often required for unpacking many downloads FEEDPARSER_DESC= rss-feed support YENC_DESC= yenc support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPAR2CMDLINE} diff --git a/news/slnr/Makefile b/news/slnr/Makefile index 37d39d993662..4162b5bf5d94 100644 --- a/news/slnr/Makefile +++ b/news/slnr/Makefile @@ -18,6 +18,7 @@ MAKEFILE= src/Makefile DOCFILES= ${FILESDIR}/porting.notes other/soup12.doc other/slnr.doc \ LICENSE other/default.dot.slnrrc +NO_STAGE= yes do-install: .if !defined{NOPORTDOCS} @${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/slnr" diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 2362cb0cf1e4..191a679170e7 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -28,6 +28,7 @@ MAN1= slrn.1 slrnpull.1 OPTIONS_DEFINE= SSL DEVIEW OPTIONS_DEFAULT=SSL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/news/slrnconf/Makefile b/news/slrnconf/Makefile index 118dbeefe2d6..d71c2bcd236a 100644 --- a/news/slrnconf/Makefile +++ b/news/slrnconf/Makefile @@ -17,6 +17,7 @@ USE_BZIP2= yes USES= perl5 MAKE_ARGS+= PREFIX=${PREFIX} +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/help @${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help diff --git a/news/slrnface/Makefile b/news/slrnface/Makefile index 016efe48b75f..621c64e9523d 100644 --- a/news/slrnface/Makefile +++ b/news/slrnface/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slrnface -# Date created: 10 April 2002 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# +# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de> # $FreeBSD$ -# PORTNAME= slrnface PORTVERSION= 2.1.1 @@ -29,6 +25,7 @@ MAN1= slrnface.1 PLIST_FILES= bin/slrnface share/examples/slrnface/slrnface.sl PLIST_DIRS= share/examples/slrnface +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/slrnface ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/slrnface.1 ${MAN1PREFIX}/man/man1/slrnface.1 diff --git a/news/sn/Makefile b/news/sn/Makefile index c90175bee297..7b80ecde2fe0 100644 --- a/news/sn/Makefile +++ b/news/sn/Makefile @@ -28,6 +28,7 @@ MAN8= sn.8 sncancel.8 sncat.8 sndelgroup.8 sndumpdb.8 \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> # Try to fix parallel builds (-jX); respect CFLAGS diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile index 0bb353b857cf..155a7b79ab63 100644 --- a/news/suck-cnews/Makefile +++ b/news/suck-cnews/Makefile @@ -11,6 +11,7 @@ NEWSBIN?= ${PREFIX}/libexec/cnews NEWSCTL?= ${VARBASE}/lib/news .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/news/suck/Makefile b/news/suck/Makefile index 9a0fbb8372fb..6f375bb5387f 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -27,6 +27,7 @@ EX_DATA= suckkillfile.sample sucknewsrc.sample suckothermsgs.sample OPTIONS_DEFINE= SSL EXAMPLES OPTIONS_DEFAULT= SSL +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(NEWSBIN) && !defined(SUCK_WITH_INN) diff --git a/news/tin/Makefile b/news/tin/Makefile index 552b8cc8fc87..a24e22cc13c5 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -37,6 +37,7 @@ OPTIONS_DEFAULT=GNUPG ISPELL METAMAIL CANLOCK_DESC= Enable Cancel-Lock key support via libcanlock NNTP_ONLY= Only read news via NNTP (no spool dir support) +NO_STAGE= yes .include <bsd.port.options.mk> # --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii diff --git a/news/trn/Makefile b/news/trn/Makefile index 83b79bf1a50b..29731c21d5f7 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trn -# Date created: 21 October 1994 -# Whom: smace -# +# Created by: smace # $FreeBSD$ -# PORTNAME= trn PORTVERSION= 3.6 @@ -26,6 +22,7 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS= -S +NO_STAGE= yes post-install: .if !defined(BATCH) @${ECHO_MSG} "" diff --git a/news/trn4/Makefile b/news/trn4/Makefile index ba3a2329cf39..84fe9a0d1fe9 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -15,6 +15,7 @@ CONFLICTS_INSTALL=trn-3.[0-9]* cnews-* s-news-[0-9]* NO_LATEST_LINK= yes MAN1= trn.1 Pnews.1 Rnmail.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/news/ubh/Makefile b/news/ubh/Makefile index a6fc9a87e616..fe59c728fc0c 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ubh -# Date created: 1 January 2002 -# Whom: John Holland <john@zoner.org> -# +# Created by: John Holland <john@zoner.org> # $FreeBSD$ -# PORTNAME= ubh PORTVERSION= 2.5 @@ -24,6 +20,7 @@ RUN_DEPENDS= \ NO_BUILD= YES USES= perl5 +NO_STAGE= yes pre-patch: @${MV} ${WRKSRC}/ubh ${WRKSRC}/ubh.old @${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ diff --git a/news/xpn/Makefile b/news/xpn/Makefile index c71710a872de..374fd69f9d85 100644 --- a/news/xpn/Makefile +++ b/news/xpn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpn -# Date created: 2007-01-14 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xpn PORTVERSION= 1.2.6 @@ -31,6 +27,7 @@ USES= gettext XPN= ${PORTNAME}.py +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/${XPN} ${DATADIR}/${XPN} diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 575179abd0a1..24599207d9d8 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -19,6 +19,7 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e "s|^#error.+||g" \ -e "s|/usr/lib/sendmail|/usr/sbin/sendmail|g" \ diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 14de2abf3ce9..3c97de77e64b 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: yencode -# Date created: Mar 24, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= yencode PORTVERSION= 0.46 @@ -24,4 +19,5 @@ MAN5= ypostrc.5 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/yydecode/Makefile b/news/yydecode/Makefile index d9f1e4cf9209..f7f798cabc4f 100644 --- a/news/yydecode/Makefile +++ b/news/yydecode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yydecode -# Date created: 14 Dec 2004 -# Whom: Mikolaj Rydzewski <miki@ceti.pl> -# +# Created by: Mikolaj Rydzewski <miki@ceti.pl> # $FreeBSD$ -# PORTNAME= yydecode PORTVERSION= 0.2.10 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/yydecode +NO_STAGE= yes .include <bsd.port.mk> |