diff options
161 files changed, 213 insertions, 262 deletions
diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile index 7df67e84d56d..d3aa799749bd 100644 --- a/converters/R-cran-RJSONIO/Makefile +++ b/converters/R-cran-RJSONIO/Makefile @@ -15,4 +15,5 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile index 490309a76a1f..e743b1e99970 100644 --- a/converters/R-cran-rjson/Makefile +++ b/converters/R-cran-rjson/Makefile @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/aish/Makefile b/converters/aish/Makefile index 96e67c872325..7a0d4e91362f 100644 --- a/converters/aish/Makefile +++ b/converters/aish/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aish -# Date created: 01 Aug 1998 -# Whom: Masanori Kiriake <seiken@nbs.co.jp> -# +# Created by: Masanori Kiriake <seiken@nbs.co.jp> # $FreeBSD$ -# PORTNAME= aish PORTVERSION= 1.13 @@ -14,6 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u MAINTAINER= ports@FreeBSD.org COMMENT= Ish/uuencode/Base64 converter +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ja/aish diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index 0c0df897d9b6..af6ba173002a 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ascii2binary -# Date created: Sun 29 January 2006 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= ascii2binary PORTVERSION= 2.14 @@ -27,6 +23,7 @@ PLIST_FILES= bin/ascii2binary bin/binary2ascii MAN1= ascii2binary.1 binary2ascii.1 +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in diff --git a/converters/asr10/Makefile b/converters/asr10/Makefile index a938ee3208ee..8f6fa6f30c9a 100644 --- a/converters/asr10/Makefile +++ b/converters/asr10/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asr10 -# Date created: 7 October 2003 -# Whom: M.Indlekofer@gmx.de -# +# Created by: M.Indlekofer@gmx.de # $FreeBSD$ -# PORTNAME= asr10 PORTVERSION= 1.0 @@ -13,6 +9,7 @@ MASTER_SITES= http://members.tripod.com/kmi9000/files/ MAINTAINER= M.Indlekofer@gmx.de COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/wav2asr ${PREFIX}/bin/ diff --git a/converters/base64/Makefile b/converters/base64/Makefile index c6a854e2a130..f313f65138a8 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: base64 -# Date created: 29 Oct 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= base64 PORTVERSION= 1.5 @@ -20,4 +16,5 @@ ALL_TARGET= prog MAN1= base64.1 PLIST_FILES= bin/base64 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index 6e3667f9d3c6..f79701f48c93 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -23,6 +23,7 @@ PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \ web-example.export text-example.export MAN1= bibtexconv.1 bibtexconv-odt.1 +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \ ${WRKSRC}/src/Makefile.in diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile index 65bc7e33800a..20dc394602e0 100644 --- a/converters/bsdconv/Makefile +++ b/converters/bsdconv/Makefile @@ -26,6 +26,7 @@ MAKE_ARGS= PREFIX=${PREFIX} ALL_TARGET= libbsdconv bsdconv-mktable meta bsdconv-man bsdconv-completion bsdconv codecs_basic INSTALL_TARGET= installdir install_main install_basic +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCHINESE} diff --git a/converters/btoa/Makefile b/converters/btoa/Makefile index 23b5e0f97778..a7a2f7fb3b2b 100644 --- a/converters/btoa/Makefile +++ b/converters/btoa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: btoa -# Date created: 4 Apr 1996 -# Whom: Brent J. Nordquist <bjn@visi.com> -# +# Created by: Brent J. Nordquist <bjn@visi.com> # $FreeBSD$ -# PORTNAME= btoa PORTVERSION= 5.2 @@ -20,4 +16,5 @@ MAKE_FLAGS= DESTDIR=${PREFIX} -f MAKEFILE= Makefile.sun MAN1= btoa.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/chmview/Makefile b/converters/chmview/Makefile index bd0ce949cd05..4365f5b91b82 100644 --- a/converters/chmview/Makefile +++ b/converters/chmview/Makefile @@ -22,6 +22,7 @@ USE_DOS2UNIX= chmview.c utf8.c utf8.h WRKSRC= ${WRKDIR}/src PLIST_FILES= bin/chmview +NO_STAGE= yes pre-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/converters/cl-babel-clisp/Makefile b/converters/cl-babel-clisp/Makefile index 6cad8f1f6f60..31d5af3abe91 100644 --- a/converters/cl-babel-clisp/Makefile +++ b/converters/cl-babel-clisp/Makefile @@ -24,5 +24,6 @@ FASL_TARGET= clisp FASL_BUILD= yes ASDF_MODULES= babel babel-streams +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index a4bad9bdf5f3..71f55201ce73 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -24,5 +24,6 @@ FASL_TARGET= sbcl FASL_BUILD= yes ASDF_MODULES= babel babel-streams +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> diff --git a/converters/cl-babel/Makefile b/converters/cl-babel/Makefile index 9eb21a883022..16ed959a8b3c 100644 --- a/converters/cl-babel/Makefile +++ b/converters/cl-babel/Makefile @@ -22,6 +22,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${MKDIR} ${ASDF_PATHNAME}/src diff --git a/converters/cmios9/Makefile b/converters/cmios9/Makefile index f73a443b2612..27712bd940f3 100644 --- a/converters/cmios9/Makefile +++ b/converters/cmios9/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmios9 -# Date created: 7 June 2003 -# Whom: M.Indlekofer@gmx.de -# +# Created by: M.Indlekofer@gmx.de # $FreeBSD$ -# PORTNAME= cmios9 PORTVERSION= 2.1 @@ -17,4 +13,5 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" PLIST_FILES= bin/cmios9 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/cocot/Makefile b/converters/cocot/Makefile index f06b33c47368..cfa4376a5949 100644 --- a/converters/cocot/Makefile +++ b/converters/cocot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cocot -# Date created: 24 July 2007 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= cocot PORTVERSION= 20120313 @@ -27,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCS_EN= COPYING ChangeLog DOCS_JA= ChangeLog.ja README.ja +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index c371a67da338..7660dc8741a3 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -18,4 +18,5 @@ PLIST_FILES= bin/convmv MAN1= convmv.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/dosunix/Makefile b/converters/dosunix/Makefile index 722ed837d082..e1da82f8c360 100644 --- a/converters/dosunix/Makefile +++ b/converters/dosunix/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dosunix -# Date created: Nov 17, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dosunix PORTVERSION= 1.0.14 @@ -16,4 +11,5 @@ COMMENT= Manipulation of text files in a mixed DOS/Windows and Unix environment GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/drg2sbg/Makefile b/converters/drg2sbg/Makefile index e301e02e4e06..540fac949398 100644 --- a/converters/drg2sbg/Makefile +++ b/converters/drg2sbg/Makefile @@ -16,4 +16,5 @@ GNU_CONFIGURE= yes MAN1= drgbuilder.1 drg2sbg.1 PLIST_FILES= bin/drg2sbg bin/drgbuilder +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/dumpasn1/Makefile b/converters/dumpasn1/Makefile index 7bf1edb58a2e..9d9cf770f564 100644 --- a/converters/dumpasn1/Makefile +++ b/converters/dumpasn1/Makefile @@ -12,6 +12,7 @@ EXTRACT_ONLY= yes MAINTAINER= ale@FreeBSD.org COMMENT= Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/dumpasn1.c ${WRKSRC} diff --git a/converters/enca/Makefile b/converters/enca/Makefile index 771a9295d7aa..bdc86f3052d6 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: enca -# Date created: Fri Sep 20, 2002 -# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua> -# +# Created by: Alexandr Kovalenko <never@nevermind.kiev.ua> # $FreeBSD$ -# PORTNAME= enca PORTVERSION= 1.13 @@ -33,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= enca.1 MLINKS= enca.1 enconv.1 +NO_STAGE= yes post-patch:: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's#\ devel-docs##g' ${WRKSRC}/Makefile.in diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile index 609a802ae3c2..beaaaf913d17 100644 --- a/converters/fconv/Makefile +++ b/converters/fconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fconv -# Date created: 21 April 1999 -# Whom: Chris Costello <chris@FreeBSD.org> -# +# Created by: Chris Costello <chris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fconv PORTVERSION= 1.1 @@ -17,6 +13,7 @@ COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa MAKE_ENV+= INSTALLDIR=${PREFIX}/bin +NO_STAGE= yes post-extract: @${REINPLACE_CMD} "s|^INSTALLDIR.*=|INSTALLDIR?=|" \ ${WRKSRC}/Makefile diff --git a/converters/fix-mime-charset/Makefile b/converters/fix-mime-charset/Makefile index 6070b09f9d89..09459e7be83f 100644 --- a/converters/fix-mime-charset/Makefile +++ b/converters/fix-mime-charset/Makefile @@ -24,6 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include MAN1= fix-mime-charset.1 PLIST_FILES= bin/fix-mime-charset +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/converters/fondu/Makefile b/converters/fondu/Makefile index 858ef9831742..3ce89129550c 100644 --- a/converters/fondu/Makefile +++ b/converters/fondu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fondu -# Date created: 2009-11-14 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= fondu PORTVERSION= 051010 @@ -35,6 +31,7 @@ PLIST_FILES= bin/dfont2res \ WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/dfont2res.1 ${MANPREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/fondu.1 ${MANPREFIX}/man/man1/ diff --git a/converters/fpc-iconvenc/Makefile b/converters/fpc-iconvenc/Makefile index 728a5dbf1bd6..295e5e3702aa 100644 --- a/converters/fpc-iconvenc/Makefile +++ b/converters/fpc-iconvenc/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/converters/fribidi/Makefile b/converters/fribidi/Makefile index c0a4b10acb68..320146be0fe4 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -32,6 +32,7 @@ MAN3= fribidi_charset_to_unicode.3 fribidi_debug_status.3 \ fribidi_unicode_to_charset.3 fribidi_unicode_version.3 \ fribidi_version_info.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(WITH_DEBUG) diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index eed5a7b6549f..09ffb88060a7 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -17,6 +17,7 @@ OPTIONS_DEFINE= GTK2 PLIST_FILES= bin/${PORTNAME} USES= pkgconfig +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile index 492219c6d453..ff747e06c5bd 100644 --- a/converters/gbsdconv/Makefile +++ b/converters/gbsdconv/Makefile @@ -33,6 +33,7 @@ PLIST_FILES= bin/gbsdconv \ %%DATADIR%%/gbsdconv2.png PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/gbsdconv diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile index db11418df644..d63cfa9c3a5a 100644 --- a/converters/hs-aeson/Makefile +++ b/converters/hs-aeson/Makefile @@ -14,5 +14,6 @@ USE_CABAL= attoparsec>=0.8.6.1 blaze-builder>=0.2.1.4 dlist>=0.2 \ hashable>=1.1.2.0 mtl syb text>=0.11.1.0 \ unordered-containers>=0.1.3.0 vector>=0.7.1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile index accabd48fff1..cbbc758bb8c3 100644 --- a/converters/hs-dataenc/Makefile +++ b/converters/hs-dataenc/Makefile @@ -10,5 +10,6 @@ COMMENT= Data encoding library LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile index ad65d02fbb50..3995d42ba87a 100644 --- a/converters/hs-json/Makefile +++ b/converters/hs-json/Makefile @@ -15,5 +15,6 @@ USE_CABAL= mtl syb>=0.3.3 text CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict" +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/converters/htx/Makefile b/converters/htx/Makefile index dcf3f1bf10d9..dcca81d1d069 100644 --- a/converters/htx/Makefile +++ b/converters/htx/Makefile @@ -14,6 +14,7 @@ SHEBANG_FILES= htx NO_BUILD= yes PLIST_FILES= bin/htx +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin diff --git a/converters/i18ntools/Makefile b/converters/i18ntools/Makefile index be6c18f44669..efbdfa7f2edd 100644 --- a/converters/i18ntools/Makefile +++ b/converters/i18ntools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: i18ntools -# Date created: 17 April 1999 -# Whom: G. Adam Stanislav -# +# Created by: G. Adam Stanislav # $FreeBSD$ -# PORTNAME= i18ntools PORTVERSION= 1.0 @@ -51,6 +47,7 @@ DOCFILES= fgetu8.html fputu8.html index.html libutf-8.html rfc1641.txt \ rfc2277.txt rfc2279.txt sgetu8.html sputu8.html utrans.html MAN1= hutrans.1 ptrans.1 utrans.1 uhtrans.1 +NO_STAGE= yes do-install: .for f in ${BINARIES} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index c1d1d6ecf556..9c8c2d54a4cc 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ical2html -# Date created: Thu Apr 14 18:08:52 BST 2005 -# Whom: keiichi@iijlab.net -# +# Created by: keiichi@iijlab.net # $FreeBSD$ -# PORTNAME= ical2html PORTVERSION= 2.0 @@ -21,4 +17,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/iconv-extra/Makefile b/converters/iconv-extra/Makefile index 3d05d315a9c1..d06559516ab8 100644 --- a/converters/iconv-extra/Makefile +++ b/converters/iconv-extra/Makefile @@ -14,4 +14,5 @@ LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv USES= perl5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index f2d569a3ba65..4da99781bd8d 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -14,4 +14,5 @@ LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv USES= perl5 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index bd3f02e01a7d..da7402adcb45 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -27,6 +27,7 @@ OPTIONS_SUB= yes CCSUTIL_DESC= Install Coded character set (CCS) util +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCCSUTIL} diff --git a/converters/igbinary/Makefile b/converters/igbinary/Makefile index a4a3837a8249..1f88dc02bd40 100644 --- a/converters/igbinary/Makefile +++ b/converters/igbinary/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: igbinary -# Date created: 2009-06-05 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= igbinary PORTVERSION= 1.1.1 @@ -19,4 +15,5 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/ish/Makefile b/converters/ish/Makefile index e65f146305fc..7ac3426ea687 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ish -# Date created: 13 August 1997 -# Whom: hosokawa -# +# Created by: hosokawa # $FreeBSD$ PORTNAME= ish @@ -19,6 +16,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" DEST=${PREFIX}/bin PLIST_FILES= bin/ish ALL_TARGET= ish +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/converters/konwert/Makefile b/converters/konwert/Makefile index 31db1b644346..afd2bf007495 100644 --- a/converters/konwert/Makefile +++ b/converters/konwert/Makefile @@ -30,6 +30,7 @@ USE_GMAKE= yes MAN1= konwert.1 trs.1 filterm.1 MANLANG= "" pl +NO_STAGE= yes post-patch: @${GREP} -Rl '#\!/bin/bash' ${WRKSRC}/* 2>/dev/null | ${XARGS} \ ${REINPLACE_CMD} -e 's|^#\!/bin/bash|#\!${LOCALBASE}/bin/bash|' diff --git a/converters/libb64/Makefile b/converters/libb64/Makefile index ee7defc9bbf6..d83e27456456 100644 --- a/converters/libb64/Makefile +++ b/converters/libb64/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libb64 -# Date created: 5 April 2012 -# Whom: Ismail Yenigul <ismail.yenigul@surgate.com> -# +# Created by: Ismail Yenigul <ismail.yenigul@surgate.com> # $FreeBSD$ -# PORTNAME= libb64 PORTVERSION= 1.2 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_ZIP= yes USE_GMAKE= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/src/libb64.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/b64 diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 91086fc2f964..1543549aa316 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFAULT=ENCODINGS ENCODINGS_DESC= Include extra character sets PATCHES_DESC= Apply patches to fix CP932, add EUCJP-MS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MENCODINGS} diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index b9099c0287ee..af134939d533 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -17,4 +17,5 @@ USE_GNOME= glib20 USE_LDCONFIG= yes USES= pathfix pkgconfig +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index 1d509e141ce0..92f54d3fe4f4 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libutf-8 -# Date created: 1 April 1999 -# Whom: G. Adam Stanislav <adam@whizkidtech.net> -# +# Created by: G. Adam Stanislav <adam@whizkidtech.net> # $FreeBSD$ -# PORTNAME= libutf-8 PORTVERSION= 1.0 @@ -19,6 +15,7 @@ USE_LDCONFIG= yes MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libutf-8.so.1 ${PREFIX}/lib ${LN} -fs ${PREFIX}/lib/libutf-8.so.1 ${PREFIX}/lib/libutf-8.so diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile index 8dacfe99119c..024c12091090 100644 --- a/converters/lua-iconv/Makefile +++ b/converters/lua-iconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua-iconv -# Date created: 04 Dec 2009 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= iconv PORTVERSION= 6 @@ -20,6 +16,7 @@ USES= pkgconfig iconv PLIST_FILES= %%LUA_MODLIBDIR%%/iconv.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%INCDIR%%|-I${PREFIX}/include| ; \ s|%%LIBDIR%%|-L${PREFIX}/lib|; \ diff --git a/converters/mimelib/Makefile b/converters/mimelib/Makefile index d29ce3420f65..fea63537e602 100644 --- a/converters/mimelib/Makefile +++ b/converters/mimelib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mimelib -# Date created: 20 November 2000 -# Whom: never@nevermind.kiev.ua -# +# Created by: never@nevermind.kiev.ua # $FreeBSD$ -# PORTNAME= mimelib PORTVERSION= 1.1.2 @@ -20,6 +16,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/converters/mmencode/Makefile b/converters/mmencode/Makefile index a1a1bbe86fb9..ef8945e11494 100644 --- a/converters/mmencode/Makefile +++ b/converters/mmencode/Makefile @@ -21,6 +21,7 @@ MLINKS= mmencode.1 mimencode.1 ALL_TARGET= mmencode MAKE_ARGS= CFLAGS="${CFLAGS}" +NO_STAGE= yes do-install: @cd ${WRKSRC} && ${INSTALL_PROGRAM} mmencode ${PREFIX}/bin @cd ${WRKSRC}/../man && ${INSTALL_MAN} mmencode.1 ${PREFIX}/man/man1 diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile index 19d37e611902..978d97e09a95 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -17,4 +17,5 @@ MAN1= mpack.1 munpack.1 PLIST_FILES= bin/mpack bin/munpack +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/mule-ucs/Makefile b/converters/mule-ucs/Makefile index 8263c3d4196d..83125de6d946 100644 --- a/converters/mule-ucs/Makefile +++ b/converters/mule-ucs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Mule-UCS for GNU Emacs 21 -# Date created: 14 January 2000 -# Whom: OKAZAKI Tetsurou -# +# Created by: OKAZAKI Tetsurou # $FreeBSD$ -# PORTNAME= mule-ucs PORTVERSION= 0.85.r3 @@ -32,6 +28,7 @@ EMACS_PORT_NAME?= emacs21 MULEUCS_DESTDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mule-ucs EMACS_ARGS= -q --no-site-file -batch +NO_STAGE= yes do-build: cd ${WRKSRC}/lisp/big5conv && \ ${EMACS_CMD} ${EMACS_ARGS} -l big5-comp.el diff --git a/converters/nomyso/Makefile b/converters/nomyso/Makefile index 5dbef640d767..0a313f00117d 100644 --- a/converters/nomyso/Makefile +++ b/converters/nomyso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nomyso -# Date created: Thu Dec 22 18:29:59 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nomyso PORTVERSION= 4.3 @@ -22,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|[[:cntrl:]]$$||' \ diff --git a/converters/o3read/Makefile b/converters/o3read/Makefile index 7cb79068df29..ef86548619d4 100644 --- a/converters/o3read/Makefile +++ b/converters/o3read/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: o3read -# Date created: Aug 07, 2008 -# Whom: samm -# +# Created by: samm # $FreeBSD$ PORTNAME= o3read @@ -20,6 +16,7 @@ MLINKS= o3read.1 o3totxt.1 o3read.1 o3tohtml.1 PORTDOCS= README COPYING ChangeLog PLIST_FILES= bin/o3read bin/o3totxt bin/o3tohtml bin/utf8tolatin1 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/o3read ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${PREFIX}/bin diff --git a/converters/osm2mp/Makefile b/converters/osm2mp/Makefile index cd75fb9e6887..1a6b582d26ed 100644 --- a/converters/osm2mp/Makefile +++ b/converters/osm2mp/Makefile @@ -27,6 +27,7 @@ NO_BUILD= yes SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|garmin.yml|${DATADIR}/&|' ${WRKSRC}/osm2mp.pl diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index e6b3c1ed2d43..54c1997ad72a 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -28,6 +28,7 @@ PORTDOCS= ChangeLog README AUTHORS TODO MAN1= osm2pgsql.1 +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/converters/p5-Boulder/Makefile b/converters/p5-Boulder/Makefile index 0d3031b19218..9c9f54caa7fa 100644 --- a/converters/p5-Boulder/Makefile +++ b/converters/p5-Boulder/Makefile @@ -34,4 +34,5 @@ MAN3= Boulder.3 \ Stone::Cursor.3 \ Stone::GB_Sequence.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-ASCII-Armour/Makefile b/converters/p5-Convert-ASCII-Armour/Makefile index 7e523b4f121b..7d99bf58dce8 100644 --- a/converters/p5-Convert-ASCII-Armour/Makefile +++ b/converters/p5-Convert-ASCII-Armour/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile index 47058b1894ea..a8e802d4aeb1 100644 --- a/converters/p5-Convert-ASN1/Makefile +++ b/converters/p5-Convert-ASN1/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Convert::ASN1.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-BER/Makefile b/converters/p5-Convert-BER/Makefile index 8ab4b30e0cfd..7c02b8fe0b8d 100644 --- a/converters/p5-Convert-BER/Makefile +++ b/converters/p5-Convert-BER/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Convert-BER -# Date created: October 27, 2000 -# Whom: Marc Fournier <scrappy@FreeBSD.org> -# +# Created by: Marc Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Convert-BER PORTVERSION= 1.32 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Convert::BER.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-Bencode/Makefile b/converters/p5-Convert-Bencode/Makefile index f0089a6b694d..1207e7d69303 100644 --- a/converters/p5-Convert-Bencode/Makefile +++ b/converters/p5-Convert-Bencode/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Convert::Bencode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-Bencode_XS/Makefile b/converters/p5-Convert-Bencode_XS/Makefile index 5c26829123fb..a47d85296e81 100644 --- a/converters/p5-Convert-Bencode_XS/Makefile +++ b/converters/p5-Convert-Bencode_XS/Makefile @@ -17,6 +17,7 @@ USE_PERL5= configure MAN3= Convert::Bencode_XS.3 +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/extras/* ${EXAMPLESDIR} diff --git a/converters/p5-Convert-BinHex/Makefile b/converters/p5-Convert-BinHex/Makefile index 7d3447835cee..ad90d1b45a8b 100644 --- a/converters/p5-Convert-BinHex/Makefile +++ b/converters/p5-Convert-BinHex/Makefile @@ -23,4 +23,5 @@ MAN1= binhex.pl.1 \ debinhex.pl.1 MAN3= Convert::BinHex.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile index 5f73bc11dd80..82467e0deb0b 100644 --- a/converters/p5-Convert-Binary-C/Makefile +++ b/converters/p5-Convert-Binary-C/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN1= ccconfig.1 MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-IBM390/Makefile b/converters/p5-Convert-IBM390/Makefile index 8b25f6098d69..d9308d27610e 100644 --- a/converters/p5-Convert-IBM390/Makefile +++ b/converters/p5-Convert-IBM390/Makefile @@ -40,4 +40,5 @@ MAN3= Convert::IBM390.3 \ Convert::IBM390::CP01149.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 9a4436c11302..f2d483f00b45 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Convert::Morse.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-NLS_DATE_FORMAT/Makefile b/converters/p5-Convert-NLS_DATE_FORMAT/Makefile index 5eda7d9831a3..5881ce2c73f9 100644 --- a/converters/p5-Convert-NLS_DATE_FORMAT/Makefile +++ b/converters/p5-Convert-NLS_DATE_FORMAT/Makefile @@ -16,4 +16,5 @@ USES= perl5 MAN3= Convert::NLS_DATE_FORMAT.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile index f538fbad294f..cd2071271415 100644 --- a/converters/p5-Convert-PEM/Makefile +++ b/converters/p5-Convert-PEM/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Convert::PEM.3 Convert::PEM::CBC.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-Recode/Makefile b/converters/p5-Convert-Recode/Makefile index 1efb3097c0da..eb83d5938156 100644 --- a/converters/p5-Convert-Recode/Makefile +++ b/converters/p5-Convert-Recode/Makefile @@ -19,6 +19,7 @@ USE_PERL5= configure MAN3= Convert::Recode.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|recode -\$$|${LOCALBASE}/bin/recode -\$$|' \ ${WRKSRC}/Recode.pm diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile index ab8d6f9eb17e..5fe655050978 100644 --- a/converters/p5-Convert-TNEF/Makefile +++ b/converters/p5-Convert-TNEF/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= Convert::TNEF.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-UU/Makefile b/converters/p5-Convert-UU/Makefile index 46cdd95b0886..53ee854f8727 100644 --- a/converters/p5-Convert-UU/Makefile +++ b/converters/p5-Convert-UU/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN1= puuencode.1 puudecode.1 MAN3= Convert::UU.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index 0b053a061bca..8569ee014177 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -21,6 +21,7 @@ MAN3= Convert::UUlib.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} diff --git a/converters/p5-Cstools/Makefile b/converters/p5-Cstools/Makefile index 469c41027529..3f9aeb81a310 100644 --- a/converters/p5-Cstools/Makefile +++ b/converters/p5-Cstools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Cstools -# Date created: 12th October 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# +# Created by: Pav Lucistnik <pav@oook.cz> # $FreeBSD$ -# PORTNAME= Cstools PORTVERSION= 3.42 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN1= cssort.1 cstocs.1 dbfcstocs.1 MAN3= Cz::Cstocs.3 Cz::Sort.3 Cz::Time.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Data-AMF/Makefile b/converters/p5-Data-AMF/Makefile index c78a50a8bb28..b56c1f5fbb61 100644 --- a/converters/p5-Data-AMF/Makefile +++ b/converters/p5-Data-AMF/Makefile @@ -35,4 +35,5 @@ MAN3= Data::AMF.3 \ Data::AMF::Type::ByteArray.3 \ Data::AMF::Type::Null.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-Detect-CJK/Makefile b/converters/p5-Encode-Detect-CJK/Makefile index 079123832d5a..3aaeb899a52c 100644 --- a/converters/p5-Encode-Detect-CJK/Makefile +++ b/converters/p5-Encode-Detect-CJK/Makefile @@ -18,4 +18,5 @@ USES= perl5 MAN3= Encode::Detect::CJK.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-Detect/Makefile b/converters/p5-Encode-Detect/Makefile index ed961ee0fd2f..4a31c8757c62 100644 --- a/converters/p5-Encode-Detect/Makefile +++ b/converters/p5-Encode-Detect/Makefile @@ -18,4 +18,5 @@ USE_PERL5= modbuild MAN3= Encode::Detect.3 Encode::Detect::Detector.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-DoubleEncodedUTF8/Makefile b/converters/p5-Encode-DoubleEncodedUTF8/Makefile index 88bf22e52172..6f74e6a823c0 100644 --- a/converters/p5-Encode-DoubleEncodedUTF8/Makefile +++ b/converters/p5-Encode-DoubleEncodedUTF8/Makefile @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Encode::DoubleEncodedUTF8.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-IMAPUTF7/Makefile b/converters/p5-Encode-IMAPUTF7/Makefile index 5d485c7077d0..912b1296a177 100644 --- a/converters/p5-Encode-IMAPUTF7/Makefile +++ b/converters/p5-Encode-IMAPUTF7/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Encode::IMAPUTF7.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-JIS2K/Makefile b/converters/p5-Encode-JIS2K/Makefile index 31f1294fa4bf..64a48571ccf6 100644 --- a/converters/p5-Encode-JIS2K/Makefile +++ b/converters/p5-Encode-JIS2K/Makefile @@ -13,4 +13,5 @@ COMMENT= JIS X 0212 (aka JIS 2000) Encodings USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-Locale/Makefile b/converters/p5-Encode-Locale/Makefile index 6a2c17a5f3f8..1aebadc61685 100644 --- a/converters/p5-Encode-Locale/Makefile +++ b/converters/p5-Encode-Locale/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Encode::Locale.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-Punycode/Makefile b/converters/p5-Encode-Punycode/Makefile index 0feaffff0695..f3e94429c836 100644 --- a/converters/p5-Encode-Punycode/Makefile +++ b/converters/p5-Encode-Punycode/Makefile @@ -19,4 +19,5 @@ USE_PERL5= modbuild MAN3= Encode::Punycode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-compat/Makefile b/converters/p5-Encode-compat/Makefile index c89fbb9f98ae..f6a84761912f 100644 --- a/converters/p5-Encode-compat/Makefile +++ b/converters/p5-Encode-compat/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Encode::compat.3 Encode::compat::Alias.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index e7b84aea7853..1dd59221562f 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -36,6 +36,7 @@ MAN3= Encode.3 \ Encode::Unicode::UTF7.3 \ encoding.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL diff --git a/converters/p5-Encoding-FixLatin/Makefile b/converters/p5-Encoding-FixLatin/Makefile index 3ffd4f73d52d..9c2da1341558 100644 --- a/converters/p5-Encoding-FixLatin/Makefile +++ b/converters/p5-Encoding-FixLatin/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN1= fix_latin.1 MAN3= Encoding::FixLatin.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Format-Human-Bytes/Makefile b/converters/p5-Format-Human-Bytes/Makefile index 8737ee1f6751..dc26ab473f96 100644 --- a/converters/p5-Format-Human-Bytes/Makefile +++ b/converters/p5-Format-Human-Bytes/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Format::Human::Bytes.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index f85f0d0d5d87..927c6dab63b3 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= JSON::Any.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON-DWIW/Makefile b/converters/p5-JSON-DWIW/Makefile index d47ef941e17e..5ca3be6a4b9a 100644 --- a/converters/p5-JSON-DWIW/Makefile +++ b/converters/p5-JSON-DWIW/Makefile @@ -15,4 +15,5 @@ MAN3= JSON::DWIW.3 JSON::DWIW::Boolean.3 JSON::DWIW::Changes.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile index 7f5b873ba423..6774342d27b8 100644 --- a/converters/p5-JSON-PP/Makefile +++ b/converters/p5-JSON-PP/Makefile @@ -23,6 +23,7 @@ MAN3= JSON::PP.3 \ SUB_FILES= pkg-install +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/converters/p5-JSON-XS-VersionOneAndTwo/Makefile b/converters/p5-JSON-XS-VersionOneAndTwo/Makefile index 9c9334b7bc35..856c66b6e3a9 100644 --- a/converters/p5-JSON-XS-VersionOneAndTwo/Makefile +++ b/converters/p5-JSON-XS-VersionOneAndTwo/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= JSON::XS::VersionOneAndTwo.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 82788a7742ab..2cf6cd64dffb 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -21,4 +21,5 @@ MAN3= JSON::XS.3 JSON::XS::Boolean.3 PORTSCOUT= skipv:2.232 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index 1f670b0893ab..45fb61e0b975 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -19,4 +19,5 @@ MAN3= JSON.3 \ JSON::backportPP::Compat5005.3 \ JSON::backportPP::Compat5006.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON1/Makefile b/converters/p5-JSON1/Makefile index fa2be37a8d4f..59fda83cf67f 100644 --- a/converters/p5-JSON1/Makefile +++ b/converters/p5-JSON1/Makefile @@ -20,4 +20,5 @@ MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \ JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \ JSONRPC.3 JSONRPC::Transport::HTTP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-MIME-Base32/Makefile b/converters/p5-MIME-Base32/Makefile index 45c74fe21002..b7eb06af547b 100644 --- a/converters/p5-MIME-Base32/Makefile +++ b/converters/p5-MIME-Base32/Makefile @@ -19,6 +19,7 @@ USE_PERL5= configure MAN3= MIME::Base32.3 +NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/test1.pl diff --git a/converters/p5-MIME-Base64-URLSafe/Makefile b/converters/p5-MIME-Base64-URLSafe/Makefile index 78c6b602ac39..8c3afd221cf6 100644 --- a/converters/p5-MIME-Base64-URLSafe/Makefile +++ b/converters/p5-MIME-Base64-URLSafe/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= MIME::Base64::URLSafe.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 1957d8b78ef9..cae02e15260f 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -1,4 +1,4 @@ -# Created by: ache@freebsd.org +# Created by: ache@FreeBSD.org # $FreeBSD$ PORTNAME= MIME-Base64 @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= MIME::Base64.3 \ MIME::QuotedPrint.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Net-IDN-Nameprep/Makefile b/converters/p5-Net-IDN-Nameprep/Makefile index 80d49380a234..5bc755e5e401 100644 --- a/converters/p5-Net-IDN-Nameprep/Makefile +++ b/converters/p5-Net-IDN-Nameprep/Makefile @@ -19,4 +19,5 @@ USE_PERL5= modbuild MAN3= Net::IDN::Nameprep.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Number-Nary/Makefile b/converters/p5-Number-Nary/Makefile index 2f1d7e04217e..b6050b1d59a4 100644 --- a/converters/p5-Number-Nary/Makefile +++ b/converters/p5-Number-Nary/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Number::Nary.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Number-RecordLocator/Makefile b/converters/p5-Number-RecordLocator/Makefile index 3eb386894490..f3839920025d 100644 --- a/converters/p5-Number-RecordLocator/Makefile +++ b/converters/p5-Number-RecordLocator/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Number::RecordLocator.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-PerlIO-via-Unidecode/Makefile b/converters/p5-PerlIO-via-Unidecode/Makefile index 930bdb59be7f..9d5161b81669 100644 --- a/converters/p5-PerlIO-via-Unidecode/Makefile +++ b/converters/p5-PerlIO-via-Unidecode/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= PerlIO::via::Unidecode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Sereal-Decoder/Makefile b/converters/p5-Sereal-Decoder/Makefile index 0d9bfd91132c..81bea86af02e 100644 --- a/converters/p5-Sereal-Decoder/Makefile +++ b/converters/p5-Sereal-Decoder/Makefile @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Sereal::Decoder.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Sereal-Encoder/Makefile b/converters/p5-Sereal-Encoder/Makefile index 492867c27eb1..4d8ca96c553a 100644 --- a/converters/p5-Sereal-Encoder/Makefile +++ b/converters/p5-Sereal-Encoder/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Sereal::Encoder.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Sereal/Makefile b/converters/p5-Sereal/Makefile index 86ce50600801..a88730b34530 100644 --- a/converters/p5-Sereal/Makefile +++ b/converters/p5-Sereal/Makefile @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Sereal.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Storable-AMF/Makefile b/converters/p5-Storable-AMF/Makefile index 0c0acd62a088..3575b6942d6f 100644 --- a/converters/p5-Storable-AMF/Makefile +++ b/converters/p5-Storable-AMF/Makefile @@ -18,4 +18,5 @@ MAN3= Storable::AMF.3 \ Storable::AMF3.3 \ Storable::AMF::Mapper.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-String-Multibyte/Makefile b/converters/p5-String-Multibyte/Makefile index ff34b76553c9..1fab2359d1f6 100644 --- a/converters/p5-String-Multibyte/Makefile +++ b/converters/p5-String-Multibyte/Makefile @@ -37,4 +37,5 @@ MAN3= String::Multibyte.3 \ String::Multibyte::UTF8.3 \ String::Multibyte::Unicode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-String-SetUTF8/Makefile b/converters/p5-String-SetUTF8/Makefile index 29331889c9a4..3982ea58891f 100644 --- a/converters/p5-String-SetUTF8/Makefile +++ b/converters/p5-String-SetUTF8/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= String::SetUTF8.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Text-Bidi/Makefile b/converters/p5-Text-Bidi/Makefile index cbbfcb73b944..05655aa04ee5 100644 --- a/converters/p5-Text-Bidi/Makefile +++ b/converters/p5-Text-Bidi/Makefile @@ -26,4 +26,5 @@ MAN3= Text::Bidi.3 \ Text::Bidi::Array::Long.3 \ Text::Bidi::Paragraph.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index bac197b30dd4..379bee1369b5 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -17,4 +17,5 @@ CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \ MAN3= Text::Iconv.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Text-Unidecode/Makefile b/converters/p5-Text-Unidecode/Makefile index 31e6782e783f..115bc34b3485 100644 --- a/converters/p5-Text-Unidecode/Makefile +++ b/converters/p5-Text-Unidecode/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Text::Unidecode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-URI-UTF8-Punycode/Makefile b/converters/p5-URI-UTF8-Punycode/Makefile index fa529a2c4114..b5ff9a450c70 100644 --- a/converters/p5-URI-UTF8-Punycode/Makefile +++ b/converters/p5-URI-UTF8-Punycode/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= URI::UTF8::Punycode.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-IMAPUtf7/Makefile b/converters/p5-Unicode-IMAPUtf7/Makefile index b950f900d3ee..d5fa81e24a68 100644 --- a/converters/p5-Unicode-IMAPUtf7/Makefile +++ b/converters/p5-Unicode-IMAPUtf7/Makefile @@ -26,4 +26,5 @@ MAN3= Unicode::IMAPUtf7.3 post-extract: # breaks non-root build otherwise @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} a+rx +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-Lite/Makefile b/converters/p5-Unicode-Lite/Makefile index 594259c4c76e..e6ba8f3bce4b 100644 --- a/converters/p5-Unicode-Lite/Makefile +++ b/converters/p5-Unicode-Lite/Makefile @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= Unicode::Lite.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-Map/Makefile b/converters/p5-Unicode-Map/Makefile index 368de2433d0d..724630fafe5f 100644 --- a/converters/p5-Unicode-Map/Makefile +++ b/converters/p5-Unicode-Map/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Unicode-Map -# Date created: 9 April 2002 -# Whom: Ryan T. Dean <rtdean@cytherianage.net> -# +# Created by: Ryan T. Dean <rtdean@cytherianage.net> # $FreeBSD$ PORTNAME= Unicode-Map @@ -19,4 +16,5 @@ USE_PERL5= configure MAN1= map.1 mkmapfile.1 MAN3= Unicode::Map.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index 469f244671b3..44f8765a263a 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Unicode-Map8 -# Date created: 20 September 2000 -# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su> -# +# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su> # $FreeBSD$ PORTNAME= Unicode-Map8 @@ -22,4 +19,5 @@ USE_PERL5= configure MAN1= umap.1 MAN3= Unicode::Map8.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile index 4f10a0e656d0..a434b98f6a99 100644 --- a/converters/p5-Unicode-MapUTF8/Makefile +++ b/converters/p5-Unicode-MapUTF8/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Unicode-MapUTF8 -# Date created: 28 February 2002 -# Whom: Ryan T. Dean <rtdean@cytherianage.net> -# +# Created by: Ryan T. Dean <rtdean@cytherianage.net> # $FreeBSD$ PORTNAME= Unicode-MapUTF8 @@ -24,4 +21,5 @@ USE_PERL5= configure MAN3= Unicode::MapUTF8.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-RecursiveDowngrade/Makefile b/converters/p5-Unicode-RecursiveDowngrade/Makefile index 2571b794ba20..428a8bd0933b 100644 --- a/converters/p5-Unicode-RecursiveDowngrade/Makefile +++ b/converters/p5-Unicode-RecursiveDowngrade/Makefile @@ -13,4 +13,5 @@ USES= perl5 USE_PERL5= configure MAN3= Unicode::RecursiveDowngrade.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index ddd53844f292..983ef9421a2a 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Unicode::CharName.3 Unicode::String.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-Stringprep/Makefile b/converters/p5-Unicode-Stringprep/Makefile index a858d256fc85..896157c2bad8 100644 --- a/converters/p5-Unicode-Stringprep/Makefile +++ b/converters/p5-Unicode-Stringprep/Makefile @@ -27,4 +27,5 @@ MAN3= Unicode::Stringprep.3 \ Unicode::Stringprep::Unassigned.3 \ Unicode::Stringprep::_Common.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-UTF8simple/Makefile b/converters/p5-Unicode-UTF8simple/Makefile index 2399230af5da..208a0d6d1ae7 100644 --- a/converters/p5-Unicode-UTF8simple/Makefile +++ b/converters/p5-Unicode-UTF8simple/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Unicode-UTF8simple -# Date created: Tue Dec 20 14:31:48 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ PORTNAME= Unicode-UTF8simple @@ -18,4 +15,5 @@ USE_PERL5= configure MAN3= Unicode::UTF8simple.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-WAP-wbxml/Makefile b/converters/p5-WAP-wbxml/Makefile index 842ab13f2073..c50a27a19ff8 100644 --- a/converters/p5-WAP-wbxml/Makefile +++ b/converters/p5-WAP-wbxml/Makefile @@ -22,6 +22,7 @@ USE_PERL5= configure MAN1= wbxmlc.1 MAN3= WAP::wbxml.3 WAP::wbxml::WbRules.3 +NO_STAGE= yes post-patch: .for file in syncml.wbrules.xml wap.wbrules.xml wv.wbrules.xml @${REINPLACE_CMD} -i '' -e 's/^M$$//' ${WRKSRC}/lib/WAP/wbxml/${file} diff --git a/converters/p5-XML-WBXML/Makefile b/converters/p5-XML-WBXML/Makefile index 23ffe09bf69f..b2390754b6f4 100644 --- a/converters/p5-XML-WBXML/Makefile +++ b/converters/p5-XML-WBXML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-WBXML -# Date created: 25 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-WBXML PORTVERSION= 0.03 @@ -21,6 +17,7 @@ MAN3= XML::WBXML.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,-I.,-I. -I${LOCALBASE}/include,' ${WRKSRC}/Makefile.PL diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile index 77a8e26b5c94..39164457e41b 100644 --- a/converters/p5-bsdconv/Makefile +++ b/converters/p5-bsdconv/Makefile @@ -24,6 +24,7 @@ USE_PERL5= configure MAN3= bsdconv.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL diff --git a/converters/p5-plutil/Makefile b/converters/p5-plutil/Makefile index be6a22f1b440..719da633cf11 100644 --- a/converters/p5-plutil/Makefile +++ b/converters/p5-plutil/Makefile @@ -19,6 +19,7 @@ SHEBANG_FILES= ${PORTNAME}.pl PLIST_FILES= bin/plutil.pl +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index dc9c6b89ef93..051b2652bc28 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -29,6 +29,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1 diff --git a/converters/pear-Services_JSON/Makefile b/converters/pear-Services_JSON/Makefile index d476e8da2dbd..61199c131e75 100644 --- a/converters/pear-Services_JSON/Makefile +++ b/converters/pear-Services_JSON/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/converters/pecl-fribidi/Makefile b/converters/pecl-fribidi/Makefile index 278187ac0f7a..44e6e1e4fd9f 100644 --- a/converters/pecl-fribidi/Makefile +++ b/converters/pecl-fribidi/Makefile @@ -20,4 +20,5 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --with-fribidi=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile index 8e74bed8611b..5ab561dfc7eb 100644 --- a/converters/php5-bsdconv/Makefile +++ b/converters/php5-bsdconv/Makefile @@ -26,4 +26,5 @@ USE_PHP_BUILD= yes PHP_MODNAME= ${PORTNAME} CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/php5-iconv/Makefile b/converters/php5-iconv/Makefile index f4a02b0b612e..d1cd33506b44 100644 --- a/converters/php5-iconv/Makefile +++ b/converters/php5-iconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-iconv -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -iconv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php5-mbstring/Makefile b/converters/php5-mbstring/Makefile index 82710b4834c7..59cf127d7b94 100644 --- a/converters/php5-mbstring/Makefile +++ b/converters/php5-mbstring/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-mbstring -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -mbstring +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php5-recode/Makefile b/converters/php5-recode/Makefile index a1044cb76fec..fc133b403766 100644 --- a/converters/php5-recode/Makefile +++ b/converters/php5-recode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-recode -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -recode +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php52-iconv/Makefile b/converters/php52-iconv/Makefile index 3ec86f5d58ce..389554118453 100644 --- a/converters/php52-iconv/Makefile +++ b/converters/php52-iconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-iconv -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -iconv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php52-mbstring/Makefile b/converters/php52-mbstring/Makefile index 5dfb09658087..5eeb9bd34060 100644 --- a/converters/php52-mbstring/Makefile +++ b/converters/php52-mbstring/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-mbstring -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -mbstring +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php52-recode/Makefile b/converters/php52-recode/Makefile index 825ef5093df0..f5213be56adf 100644 --- a/converters/php52-recode/Makefile +++ b/converters/php52-recode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-recode -# Date created: 17 Apr 2010 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -recode +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php53-iconv/Makefile b/converters/php53-iconv/Makefile index 617b1bf6aea3..c69621dd919e 100644 --- a/converters/php53-iconv/Makefile +++ b/converters/php53-iconv/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-iconv -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -iconv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php53-mbstring/Makefile b/converters/php53-mbstring/Makefile index 42ccea395d6b..991700dbcd1d 100644 --- a/converters/php53-mbstring/Makefile +++ b/converters/php53-mbstring/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-mbstring -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -mbstring +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php53-recode/Makefile b/converters/php53-recode/Makefile index b7671b0035a5..ba1adbc1e617 100644 --- a/converters/php53-recode/Makefile +++ b/converters/php53-recode/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-recode -# Date created: 12 Apr 2012 -# Whom: Florian Smeets <flo@FreeBSD.org> -# # $FreeBSD$ -# CATEGORIES= converters @@ -11,4 +6,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -recode +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php55-iconv/Makefile b/converters/php55-iconv/Makefile index 1727279f21e3..7ce046133479 100644 --- a/converters/php55-iconv/Makefile +++ b/converters/php55-iconv/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -iconv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php55-mbstring/Makefile b/converters/php55-mbstring/Makefile index 0cc3d45751b5..68cf6e0191a1 100644 --- a/converters/php55-mbstring/Makefile +++ b/converters/php55-mbstring/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -mbstring +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php55-recode/Makefile b/converters/php55-recode/Makefile index 131bf9fd4bce..cd6475438fee 100644 --- a/converters/php55-recode/Makefile +++ b/converters/php55-recode/Makefile @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -recode +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index b1a31bb975a7..b61804610aa0 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libiconv -# Date created: 21 August 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= psiconv PORTVERSION= 0.9.8 @@ -22,4 +18,5 @@ CONFIGURE_ARGS= --with-imagemagick=no MAN1= psiconv.1 psiconv-config.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/py-bsdconv/Makefile b/converters/py-bsdconv/Makefile index 992159837493..d2a29524f5b4 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -23,6 +23,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py diff --git a/converters/py-iconv/Makefile b/converters/py-iconv/Makefile index 354ce37b243a..8f42afbbb617 100644 --- a/converters/py-iconv/Makefile +++ b/converters/py-iconv/Makefile @@ -26,6 +26,7 @@ SETUPINFO= ,libraries=["iconv"],library_dirs=["${LOCALBASE}/lib"],\ include_dirs=["${LOCALBASE}/include"] .endif +NO_STAGE= yes post-patch: cd ${WRKSRC} && ${SED} 's!^\(.*ext_mod.*\)\()]\)$$!\1${SETUPINFO}\2!g'\ setup.py > setup.py.tmp && ${CAT} setup.py.tmp > setup.py diff --git a/converters/py-pisa/Makefile b/converters/py-pisa/Makefile index 6b4714bedee2..9cd55624d839 100644 --- a/converters/py-pisa/Makefile +++ b/converters/py-pisa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-pisa -# Date created: 15 Aug, 2009 -# Whom: Wen Heping <wenheping@wenheping.com> -# +# Created by: Wen Heping <wenheping@wenheping.com> # $FreeBSD$ -# PORTNAME= pisa PORTVERSION= 3.0.33 @@ -22,4 +18,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/py-svglib/Makefile b/converters/py-svglib/Makefile index 24114f32ef0f..d58b927832c9 100644 --- a/converters/py-svglib/Makefile +++ b/converters/py-svglib/Makefile @@ -21,4 +21,5 @@ LICENSE= LGPL3 USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/py-unidecode/Makefile b/converters/py-unidecode/Makefile index 183c7591bf83..651a040f156c 100644 --- a/converters/py-unidecode/Makefile +++ b/converters/py-unidecode/Makefile @@ -17,6 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Unidecode +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 320 diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index 6684fb596b6f..e0a3c9545bb4 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-zfec -# Date created: 2 March 2012 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ PORTNAME= zfec @@ -28,6 +25,7 @@ PYEASYINSTALL_ARCHDEP= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/converters/rcctools/Makefile b/converters/rcctools/Makefile index db5abdaf02d9..a30f78c9a614 100644 --- a/converters/rcctools/Makefile +++ b/converters/rcctools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rcctools -# Date created: 20-08-2009 -# Whom: Alex Keda <admin@lissyara.su> -# +# Created by: Alex Keda <admin@lissyara.su> # $FreeBSD$ -# PORTNAME= rcctools PORTVERSION= 0.1.1 @@ -24,4 +20,5 @@ CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/rcc-recode +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/recode/Makefile b/converters/recode/Makefile index cb73c61cc5e2..b0076d4d5b3d 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -25,6 +25,7 @@ INFO= recode post-extract: copy-po-files remove-info-files +NO_STAGE= yes copy-po-files: @${CP} ${FILESDIR}/ru.po ${WRKSRC}/i18n diff --git a/converters/ruby-dump.rb/Makefile b/converters/ruby-dump.rb/Makefile index 2854b43cd253..00f4b025bbdf 100644 --- a/converters/ruby-dump.rb/Makefile +++ b/converters/ruby-dump.rb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dump.rb -# Date created: 20 July 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= dump.rb PORTVERSION= 0.2 @@ -27,6 +23,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # none EXTRACT_AFTER_ARGS= . +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${RUBY_SITELIBDIR}/${PORTNAME} diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 2cff791fc673..6b5ca285275c 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby-iconv -# Date created: 7 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= iconv PORTVERSION= ${RUBY_PORTVERSION} @@ -31,6 +27,7 @@ INSTALL_TARGET= site-install PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so +NO_STAGE= yes .include <bsd.port.pre.mk> RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR diff --git a/converters/rubygem-bsdconv/Makefile b/converters/rubygem-bsdconv/Makefile index 1e5e965c0acd..e457160d705e 100644 --- a/converters/rubygem-bsdconv/Makefile +++ b/converters/rubygem-bsdconv/Makefile @@ -22,4 +22,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/shftool/Makefile b/converters/shftool/Makefile index 3c0d2c78bd56..672f5e732baf 100644 --- a/converters/shftool/Makefile +++ b/converters/shftool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: shftool -# Date created: 2003-10-28 -# Whom: Joachim Strombergson <watchman@ludd.ltu.se> -# +# Created by: Joachim Strombergson <watchman@ludd.ltu.se> # $FreeBSD$ -# PORTNAME= shftool PORTVERSION= 1.2.0 @@ -18,6 +14,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \ ${WRKSRC}/configure diff --git a/converters/showkey/Makefile b/converters/showkey/Makefile index b553f6a5bb5e..1ab6f0461d0f 100644 --- a/converters/showkey/Makefile +++ b/converters/showkey/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= showkey MAN1= showkey.1 PLIST_FILES= bin/showkey +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/showkey ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/showkey.1 ${MANPREFIX}/man/man1 diff --git a/converters/ta2as/Makefile b/converters/ta2as/Makefile index b759d7410612..c65af6e0e764 100644 --- a/converters/ta2as/Makefile +++ b/converters/ta2as/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: TASM TO AT&T asm -# Date created: Thu Dec 22 14:46:11 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ta2as PORTVERSION= 0.8.2 @@ -23,6 +19,7 @@ USE_ZIP= yes PORTDOCS= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile index 70811adcc46e..3a438d88395e 100644 --- a/converters/tnef/Makefile +++ b/converters/tnef/Makefile @@ -17,6 +17,7 @@ MAN1= tnef.1 PORTDOCS= AUTHORS NEWS README THANKS TODO PLIST_FILES= bin/tnef +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/converters/trans/Makefile b/converters/trans/Makefile index b33caeebffc6..256bb07eade2 100644 --- a/converters/trans/Makefile +++ b/converters/trans/Makefile @@ -14,6 +14,7 @@ LIBDIR= ${PREFIX}/lib/trans MAN1= transhtm.1 transiso.1 transce8.1 transtab.1 checkiso.1 \ checkuni.1 +NO_STAGE= yes post-patch: # Fix the build against arbitrary make(1) implementation @${REINPLACE_CMD} -e 's/cd src ; make/$$(MAKE) -C src/' \ diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile index 1a0329d50af5..fd9907899bae 100644 --- a/converters/tuc/Makefile +++ b/converters/tuc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tuc -# Date created: 30 March 1999 -# Whom: G. Adam Stanislav <adam@whizkidtech.net> -# +# Created by: G. Adam Stanislav <adam@whizkidtech.net> # $FreeBSD$ -# PORTNAME= tuc PORTVERSION= 1.10 @@ -18,6 +14,7 @@ MAN1= tuc.1 NO_CDROM= Author does not allow CD-ROM distribution PLIST_FILES= bin/tuc +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${PREFIX}/bin $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${PREFIX}/man/man1 diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index 8f0224fd29c6..c6cc34dd4592 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -13,6 +13,7 @@ MAN1= unix2dos.1 dos2unix.1 PLIST_FILES= bin/dos2unix bin/unix2dos NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos ${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 85f6c4d859b1..9fac87793438 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uudeview -# Date Created: 04 Aug 1996 -# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> -# +# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # $FreeBSD$ -# PORTNAME= uudeview PORTVERSION= 0.5.20 @@ -26,6 +22,7 @@ MAN1= uudeview.1 uuenview.1 PORTDOCS= HISTORY porting.notes PLIST_FILES= bin/uudeview bin/uuenview +NO_STAGE= yes .include <bsd.port.pre.mk> # Try and catch some of the different places that inn and cnews put inews diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 86b90c1647af..97fde67a1a5b 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uudx -# Date created: 2 June 1996 -# Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> -# +# Created by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> # $FreeBSD$ -# PORTNAME= uudx PORTVERSION= 2.99 @@ -22,6 +18,7 @@ MANLANG= ja MAN1= uudx.1 PLIST_FILES= bin/uudx +NO_STAGE= yes pre-patch: @${ECHO_MSG} "===> Installing custom Makefile for ${DISTNAME}" @(${CP} ${FILESDIR}/Makefile ${WRKSRC}) diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 2abb76262a75..edf0e9316afc 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uulib -# Date Created: 04 Aug 1996 -# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> -# +# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # $FreeBSD$ -# PORTNAME= uulib PORTVERSION= 0.5.20 @@ -33,6 +29,7 @@ DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ doc/library.ltx doc/structure.fig doc/td-v1.c doc/td-v2.c \ doc/td-v3.c doc/test.txt +NO_STAGE= yes post-patch: @${SED} -e 's,FUNKYTOKENHERE,${PREFIX}/,' \ < ${FILESDIR}/uulib.3 > ${WRKDIR}/uulib.3 diff --git a/converters/vda2fbd/Makefile b/converters/vda2fbd/Makefile index 2989a96d1a18..a06ba3827a1e 100644 --- a/converters/vda2fbd/Makefile +++ b/converters/vda2fbd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vda2fbd -# Date created: 19 April 2003 -# Whom: Pedro Giffuni <giffunip@asme.org> -# +# Created by: Pedro Giffuni <giffunip@asme.org> # $FreeBSD$ -# PORTNAME= vda2fbd PORTVERSION= 1.0 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" YACC="${YACC}" PORTDOCS= model.ps.gz PLIST_FILES= bin/vda2fbd +NO_STAGE= yes post-build: cd ${WRKSRC}/../doc && ${GZIP_CMD} -c model.ps > model.ps.gz diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 48f50a3825bf..087885749e46 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -49,6 +49,7 @@ CONFIGURE_ARGS= -prefix ${WRKDIR}/wkqt \ MAKE_ARGS+= INSTALL_ROOT="${PREFIX}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index f9dcf50f0e57..33edbaaab644 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdeview -# Date Created: 9 Feb 1997 -# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> -# +# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # $FreeBSD$ -# PORTNAME= xdeview PORTVERSION= 0.5.20 @@ -38,6 +34,7 @@ MAN1= xdeview.1 PORTDOCS= porting.notes PLIST_FILES= bin/uuwish bin/xdeview +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile index d252eb4806e2..a7e841413605 100644 --- a/converters/ytnef/Makefile +++ b/converters/ytnef/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/ytnef bin/ytnefprocess.pl bin/ytnefprint PORTDOCS= AUTHORS NEWS README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' \ ${WRKSRC}/src/ytnef/ytnefprocess.pl diff --git a/converters/zbase32/Makefile b/converters/zbase32/Makefile index c5fa700c2dc4..9f9e42330aef 100644 --- a/converters/zbase32/Makefile +++ b/converters/zbase32/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zbase32 -# Date created: 1st,Oct 2008 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= zbase32 PORTVERSION= 1.1.5 @@ -20,4 +16,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> |