diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:36:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:36:23 +0000 |
commit | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (patch) | |
tree | 7d489d520969c0d33b61d0c9aea1a4e8d6ec4545 | |
parent | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (diff) | |
download | ports-68ede13b4964032ff878ab9cc8d9d58cdf364374.tar.gz ports-68ede13b4964032ff878ab9cc8d9d58cdf364374.zip |
Notes
298 files changed, 360 insertions, 293 deletions
diff --git a/editors/2bsd-vi/Makefile b/editors/2bsd-vi/Makefile index 866ff7d6e8d4..aaf86aa3bfe0 100644 --- a/editors/2bsd-vi/Makefile +++ b/editors/2bsd-vi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 2bsd-vi -# Date created: 2004-07-12 -# Whom: David Thiel <lx@redundancy.redundancy.org> -# +# Created by: David Thiel <lx@redundancy.redundancy.org> # $FreeBSD$ -# PORTNAME= vi PORTVERSION= 050325 @@ -30,6 +26,7 @@ MLINKS= ex.1 edit.1 vi.1 vedit.1 vi.1 view.1 post-extract: .SILENT ${RM} -fr ${WRKSRC}/libuxre ${WRKSRC}/regexp.h +NO_STAGE= yes post-patch: .for f in Makefile ex.1 expreserve.c exrecover.c vi.1 @${REINPLACE_CMD} -e 's|/var/preserve|${PRESERVEDIR}|' ${WRKSRC}/${f} diff --git a/editors/abiword-docs/Makefile b/editors/abiword-docs/Makefile index d6b2580e49d4..3da79964eb82 100644 --- a/editors/abiword-docs/Makefile +++ b/editors/abiword-docs/Makefile @@ -21,4 +21,5 @@ USES= gmake pkgconfig CONFIGURE_ENV= DISPLAY="" MAKE_ENV= DISPLAY="" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 55b719f207a2..74b8b40c8b2b 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -74,6 +74,7 @@ ABIWORD_PLUGINS= garble loadbindings opml xslfo bmp iscii sdw babelfish \ # Plugins we don't support: # gda +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMATHVIEW} diff --git a/editors/aee/Makefile b/editors/aee/Makefile index 483f22ed22e0..41524cafce75 100644 --- a/editors/aee/Makefile +++ b/editors/aee/Makefile @@ -21,6 +21,7 @@ MAN1= aee.1 PLIST_FILES= bin/aee bin/rae %%DATADIR%%/help.ae PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXAE} diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile index 857765312432..0d69807f9eb8 100644 --- a/editors/aewan/Makefile +++ b/editors/aewan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aewan -# Date created: 07.05.2004 -# Whom: krion -# +# Created by: krion # $FreeBSD$ -# PORTNAME= aewan PORTVERSION= 1.0.01 @@ -24,6 +20,7 @@ PLIST_FILES= bin/aecat bin/aewan bin/aemakeflic PORTDOCS= * .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure diff --git a/editors/apel-emacs21/Makefile b/editors/apel-emacs21/Makefile index e4df7eaf02c1..3d3af84615cd 100644 --- a/editors/apel-emacs21/Makefile +++ b/editors/apel-emacs21/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: apel for emacs21 -# Date created: 29 July 2007 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= A Portable Emacs Library for emacs21 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/apel USE_EMACS= yes EMACS_PORT_NAME= emacs21 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/apel-emacs22/Makefile b/editors/apel-emacs22/Makefile index b184ec58f4f2..6898cb63e500 100644 --- a/editors/apel-emacs22/Makefile +++ b/editors/apel-emacs22/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: apel for emacs22 -# Date created: 27 January 2010 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= A Portable Emacs Library for emacs22 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/apel USE_EMACS= yes EMACS_PORT_NAME= emacs22 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/apel/Makefile b/editors/apel/Makefile index bf2bcb7f7e91..33b353729a82 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -34,6 +34,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ OPTIONS_DEFINE= DOCS OPTINOS_DEFAULT= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index 921311b8cabd..9428c14f3b16 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -17,4 +17,5 @@ USE_XORG= ice sm x11 xext xmu xp xt MAN1= asedit.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/axe/Makefile b/editors/axe/Makefile index 1590c3b27c18..027532f7ce4c 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -21,4 +21,5 @@ MAN1= axe.1 axinfo.1 MAKE_JOBS_UNSAFE= yes CFLAGS= -Wno-return-type +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 819898bd081c..6259af7d84b2 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: beav -# Date created: 01 July 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= beav PORTVERSION= 1.40.18 @@ -25,6 +21,7 @@ ALL_TARGET= beav MAN1= beav.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=-DUNIX -DBSD -DNOPROTO#|g ; \ s|^CC=|CC?=|g ; \ diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 9f5412bd4002..b66887ec4be8 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -33,6 +33,7 @@ OPTIONS_DEFAULT= SLANG SLANG_DESC= Use S-Lang based display renderer +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/editors/bitedit/Makefile b/editors/bitedit/Makefile index 150d65b20c70..ed94123f9941 100644 --- a/editors/bitedit/Makefile +++ b/editors/bitedit/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: bitedit -# Date created: Tue Jul 18, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ PORTNAME= bitedit @@ -17,6 +13,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS} -DVERSION=\\\"${PORTVERSION}\\\"" DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bitedit ${PREFIX}/bin/ .if !defined(NOPORTDOCS) diff --git a/editors/bless/Makefile b/editors/bless/Makefile index 19a9d7e5e41e..821e14df1e79 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|tests$$||g' \ ${WRKSRC}/Makefile.in diff --git a/editors/boiling-egg/Makefile b/editors/boiling-egg/Makefile index 905e65cc44b2..b1f4a9056272 100644 --- a/editors/boiling-egg/Makefile +++ b/editors/boiling-egg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: boiling-egg -# Date created: 9 January 2001 -# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> -# +# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> # $FreeBSD$ -# PORTNAME= boiling-egg PORTVERSION= 0.02 @@ -23,6 +19,7 @@ NO_BUILD= yes ELISPDIR= share/emacs/site-lisp PLIST_SUB+= ELISPDIR=${ELISPDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${ELISPDIR} ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISPDIR} diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index 6765b5ec6bfe..99599c3288c7 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bpatch -# Date created: 18 March 1996 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= bpatch PORTVERSION= 1.0 @@ -19,4 +15,5 @@ MAN1= bpatch.1 NO_WRKSUBDIR= yes PLIST_FILES= bin/bpatch +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index cefc228a8af3..bbd41bd66b54 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bvi -# Date created: 05 November 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= bvi PORTVERSION= 1.3.2 @@ -21,4 +17,5 @@ MAN1= bvi.1 bmore.1 MLINKS= bvi.1 bview.1 \ bvi.1 bvedit.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/calligra-l10n-bs/Makefile b/editors/calligra-l10n-bs/Makefile index 6c1ce532e681..b7168e337beb 100644 --- a/editors/calligra-l10n-bs/Makefile +++ b/editors/calligra-l10n-bs/Makefile @@ -9,5 +9,6 @@ COMMENT= Bosnian messages and documentation for Calligra CALLIGRA_L10N= bs +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-ca/Makefile b/editors/calligra-l10n-ca/Makefile index dea26eb8d707..058778ecb696 100644 --- a/editors/calligra-l10n-ca/Makefile +++ b/editors/calligra-l10n-ca/Makefile @@ -9,5 +9,6 @@ COMMENT= Catalan messages and documentation for Calligra CALLIGRA_L10N= ca +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-ca_valencia/Makefile b/editors/calligra-l10n-ca_valencia/Makefile index a0e5f2a1a742..fedf82d067de 100644 --- a/editors/calligra-l10n-ca_valencia/Makefile +++ b/editors/calligra-l10n-ca_valencia/Makefile @@ -9,5 +9,6 @@ COMMENT= Valencian (southern Catalan) messages and documentation for Calligra CALLIGRA_L10N= ca@valencia +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-cs/Makefile b/editors/calligra-l10n-cs/Makefile index 924ab7a40da3..b0dd71a113a9 100644 --- a/editors/calligra-l10n-cs/Makefile +++ b/editors/calligra-l10n-cs/Makefile @@ -9,5 +9,6 @@ COMMENT= Czech messages and documentation for Calligra CALLIGRA_L10N= cs +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-da/Makefile b/editors/calligra-l10n-da/Makefile index a48ac74f5144..8620f79080b0 100644 --- a/editors/calligra-l10n-da/Makefile +++ b/editors/calligra-l10n-da/Makefile @@ -9,5 +9,6 @@ COMMENT= Danish messages and documentation for Calligra CALLIGRA_L10N= da +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-el/Makefile b/editors/calligra-l10n-el/Makefile index 8e146f8c55e4..4ed83b43e790 100644 --- a/editors/calligra-l10n-el/Makefile +++ b/editors/calligra-l10n-el/Makefile @@ -9,5 +9,6 @@ COMMENT= Modern Greek messages and documentation for Calligra CALLIGRA_L10N= el +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-en_GB/Makefile b/editors/calligra-l10n-en_GB/Makefile index ffb439ce9e7a..d29341d3b7a2 100644 --- a/editors/calligra-l10n-en_GB/Makefile +++ b/editors/calligra-l10n-en_GB/Makefile @@ -9,5 +9,6 @@ COMMENT= British messages and documentation for Calligra CALLIGRA_L10N= en_GB +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-es/Makefile b/editors/calligra-l10n-es/Makefile index fdd5b0982d90..d14821c2928b 100644 --- a/editors/calligra-l10n-es/Makefile +++ b/editors/calligra-l10n-es/Makefile @@ -9,5 +9,6 @@ COMMENT= Spanish messages and documentation for Calligra CALLIGRA_L10N= es +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-et/Makefile b/editors/calligra-l10n-et/Makefile index ab16922e91bb..46ab3b88ad1b 100644 --- a/editors/calligra-l10n-et/Makefile +++ b/editors/calligra-l10n-et/Makefile @@ -9,5 +9,6 @@ COMMENT= Estonian messages and documentation for Calligra CALLIGRA_L10N= et +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-fi/Makefile b/editors/calligra-l10n-fi/Makefile index 923539423904..3d6a7dd50d29 100644 --- a/editors/calligra-l10n-fi/Makefile +++ b/editors/calligra-l10n-fi/Makefile @@ -9,5 +9,6 @@ COMMENT= Finnish messages and documentation for Calligra CALLIGRA_L10N= fi +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-gl/Makefile b/editors/calligra-l10n-gl/Makefile index d55e8ef45625..7e62e0e5a4f0 100644 --- a/editors/calligra-l10n-gl/Makefile +++ b/editors/calligra-l10n-gl/Makefile @@ -9,5 +9,6 @@ COMMENT= Gallegan messages and documentation for Calligra CALLIGRA_L10N= gl +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-it/Makefile b/editors/calligra-l10n-it/Makefile index 51b68db8391e..77eb38a33e8e 100644 --- a/editors/calligra-l10n-it/Makefile +++ b/editors/calligra-l10n-it/Makefile @@ -9,5 +9,6 @@ COMMENT= Italian messages and documentation for Calligra CALLIGRA_L10N= it +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-kk/Makefile b/editors/calligra-l10n-kk/Makefile index 9d0e0e3cd3b2..a54c45458ac0 100644 --- a/editors/calligra-l10n-kk/Makefile +++ b/editors/calligra-l10n-kk/Makefile @@ -9,5 +9,6 @@ COMMENT= Kazakh messages and documentation for Calligra CALLIGRA_L10N= kk +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-nb/Makefile b/editors/calligra-l10n-nb/Makefile index 0226284efe0d..806c6bf6da45 100644 --- a/editors/calligra-l10n-nb/Makefile +++ b/editors/calligra-l10n-nb/Makefile @@ -9,5 +9,6 @@ COMMENT= Norwegian Bokmaal messages and documentation for Calligra CALLIGRA_L10N= nb +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-nds/Makefile b/editors/calligra-l10n-nds/Makefile index 0533bf558b58..e3cfb1e42d83 100644 --- a/editors/calligra-l10n-nds/Makefile +++ b/editors/calligra-l10n-nds/Makefile @@ -9,5 +9,6 @@ COMMENT= Low German messages and documentation for Calligra CALLIGRA_L10N= nds +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-nl/Makefile b/editors/calligra-l10n-nl/Makefile index 95fff404ab00..d4ec8ee59239 100644 --- a/editors/calligra-l10n-nl/Makefile +++ b/editors/calligra-l10n-nl/Makefile @@ -9,5 +9,6 @@ COMMENT= Dutch messages and documentation for Calligra CALLIGRA_L10N= nl +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-sk/Makefile b/editors/calligra-l10n-sk/Makefile index 2b272ee674e8..09800afc80d7 100644 --- a/editors/calligra-l10n-sk/Makefile +++ b/editors/calligra-l10n-sk/Makefile @@ -9,5 +9,6 @@ COMMENT= Slovak messages and documentation for Calligra CALLIGRA_L10N= sk +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-sl/Makefile b/editors/calligra-l10n-sl/Makefile index 76f932562715..29cc915ed31b 100644 --- a/editors/calligra-l10n-sl/Makefile +++ b/editors/calligra-l10n-sl/Makefile @@ -9,5 +9,6 @@ COMMENT= Slovenian messages and documentation for Calligra CALLIGRA_L10N= sl +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-sv/Makefile b/editors/calligra-l10n-sv/Makefile index 33cf4db125c4..1283c2fb0dbc 100644 --- a/editors/calligra-l10n-sv/Makefile +++ b/editors/calligra-l10n-sv/Makefile @@ -9,5 +9,6 @@ COMMENT= Swedish messages and documentation for Calligra CALLIGRA_L10N= sv +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n-tr/Makefile b/editors/calligra-l10n-tr/Makefile index dbefecc6cbac..c83c1ab338d0 100644 --- a/editors/calligra-l10n-tr/Makefile +++ b/editors/calligra-l10n-tr/Makefile @@ -9,5 +9,6 @@ COMMENT= Turkish Bokmaal messages and documentation for Calligra CALLIGRA_L10N= tr +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile index cd6162f54cb5..6b769fb740d1 100644 --- a/editors/calligra-l10n/Makefile +++ b/editors/calligra-l10n/Makefile @@ -30,6 +30,7 @@ uk_PORT= ukrainian/calligra-l10n zh_CN_PORT= chinese/calligra-l10n-zh_CN zh_TW_PORT= chinese/calligra-l10n-zh_TW +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/kde4-lang-names" nb_NAME= Norwegian Bokmal diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 821977165550..7a36790336e9 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -74,6 +74,7 @@ CMAKE_ARGS+= -DWITH_PACKAGERS_BUILD:BOOL=TRUE CMAKE_ARGS+= -DWITH_PACKAGERS_BUILD:BOOL=FALSE .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTL} || exists(${LOCALBASE}/lib/libQtShiva.so) diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 4cc6ca54e2d9..e07f55ce9db4 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/chexedit MAN1= chexedit.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1 diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index a7b5648b862d..92a9e9cb9ce3 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SVN_REVISION= 6213 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSCOPE} diff --git a/editors/color-mate/Makefile b/editors/color-mate/Makefile index a5da69f29e34..4351a2a9e5a2 100644 --- a/editors/color-mate/Makefile +++ b/editors/color-mate/Makefile @@ -19,6 +19,7 @@ XELISPDIR= ${SITEPKGDIR}/lisp/color-mate THEME_DIR= ${ELISPDIR}/theme MANIFEST= MANIFEST.color-mate +NO_STAGE= yes do-build: # Create color-mate-rgb.el cd ${WRKSRC}; \ diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index d192292f1bde..afbe789ac7c3 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index c5c8d1c1ce30..5aeaf7f4c7f2 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cooledit -# Date created: 18 November 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= cooledit PORTVERSION= 3.17.17 @@ -33,6 +29,7 @@ CFLAGS+= -DHAVE_MBRTOWC CONFIGURE_ARGS+= --enable-NeXT-look .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in diff --git a/editors/cream/Makefile b/editors/cream/Makefile index 8eca5046394a..31ea9b9dd07a 100644 --- a/editors/cream/Makefile +++ b/editors/cream/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gvim:${PORTSDIR}/editors/vim NO_BUILD= yes PLIST_SUB= VIMRUNTIME="${VIMRUNTIME:S/${PREFIX}\///}" +NO_STAGE= yes .include <bsd.port.pre.mk> VIMRUNTIME!= cd ${PORTSDIR}/editors/vim && ${MAKE} -V DATADIR diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index 023401f6dcb9..ed1c1b8322e2 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -20,4 +20,5 @@ MAKE_ARGS= PREFIX=${PREFIX} USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index c0e9365efacb..694f1dfe4ca7 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -17,6 +17,7 @@ MAN1= dhex.1 MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 PLIST_FILES= bin/dhex +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 diff --git a/editors/diakonos/Makefile b/editors/diakonos/Makefile index a8bd0ace1e3d..cd03515d2502 100644 --- a/editors/diakonos/Makefile +++ b/editors/diakonos/Makefile @@ -18,6 +18,7 @@ NO_BUILD= yes SUB_FILES= installation.rb SUB_LIST= RUBY_SITELIBDIR=${RUBY_SITELIBDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/bin/env ruby|${RUBY}|g' ${WRKSRC}/bin/${PORTNAME} diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile index 42b10c4927d0..c86527a87548 100644 --- a/editors/dkns/Makefile +++ b/editors/dkns/Makefile @@ -16,4 +16,5 @@ MANCOMPRESSED= yes PLIST_FILES= bin/dkns +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/drjava/Makefile b/editors/drjava/Makefile index e86e83627305..4e4d75db8ecc 100644 --- a/editors/drjava/Makefile +++ b/editors/drjava/Makefile @@ -25,6 +25,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} DRJAVAJAR= ${DISTFILES} +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR}/${DRJAVAJAR} diff --git a/editors/e3/Makefile b/editors/e3/Makefile index 183c628550da..bc95cf71d4ce 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: e3 -# Date created: Tue 5 Dec 2000 -# Whom: joseph@randomnetworks.com -# +# Created by: joseph@randomnetworks.com # $FreeBSD$ -# PORTNAME= e3 PORTVERSION= 2.8 @@ -26,6 +22,7 @@ PLIST_FILES= bin/e3 bin/e3em bin/e3ne bin/e3pi bin/e3vi bin/e3ws FETCH_ARGS= -p -o ${DISTDIR}/${DISTFILES} +NO_STAGE= yes do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${FETCH_CMD} ${MASTER_SITES}${DISTFILES}?attredirects=0\&d=1 ; \ diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 8d863edcab4e..7a86f6d316ab 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: e93 -# Date created: 21 June 1995 -# Whom: Satoshi Asami (asami) -# +# Created by: Satoshi Asami (asami) # $FreeBSD$ -# PORTNAME= e93 PORTVERSION= 1.4.2 @@ -34,6 +30,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" \ MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g ; \ s|;make|;$$(MAKE)|g' ${WRKSRC}/Makefile diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 1b35dbfdd941..62481fd3bd4e 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -25,6 +25,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/edith EDITHDIR= ${PREFIX}/lib/edith +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${PREFIX}/bin ${MKDIR} ${EDITHDIR} diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 235089496d1e..6a06f5ae7ad1 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -20,6 +20,7 @@ ALL_TARGET= all doc/elvtags.man MAN1= elvfmt.1 elvis.1 elvtags.1 ref.1 +NO_STAGE= yes .include <bsd.port.pre.mk> # Support building on systems with or without X11 installed. diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 75447a16f014..9ecd38826420 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -75,6 +75,7 @@ OPTIONS_SINGLE_X11TOOLKIT= GTK2 GTK3 XAW XAW3D MOTIF OPTIONS_DEFAULT=ACL DBUS GCONF GIF GTK2 JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYNC_INPUT \ SCROLLBARS XFT XIM XML XPM MAGICK GNUTLS GSETTINGS +NO_STAGE= yes .include <bsd.port.options.mk> DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 60bfb7cac32a..5b208cce618a 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: emacs-devel -# Date created: Sep 07 2008 -# Whom: phoffman@proper.com -# +# Created by: phoffman@proper.com # $FreeBSD$ -# PORTREVISION= 8 PKGNAMESUFFIX= -nox11 @@ -33,4 +29,5 @@ EMACS_NO_X11_SLAVE= yes MASTERDIR= ${.CURDIR}/../emacs LATEST_LINK= emacs-nox11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index ab9a711d808d..70937edcd900 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -70,6 +70,7 @@ OPTIONS_DEFAULT=DBUS GCONF GIF GTK2 JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYN SCROLLBARS XFT XIM XML XPM MAGICK GNUTLS GSETTINGS .endif +NO_STAGE= yes .include <bsd.port.options.mk> DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 48b2710722f9..1f636e993611 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -56,6 +56,7 @@ INFO= ada-mode autotype ccmode cl dired-x ebrowse ediff \ LATEST_LINK= emacs21 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 9a5fc0de7a64..53737be4867e 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -64,6 +64,7 @@ INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \ LATEST_LINK= emacs22 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index e932c7887ecb..e706363faa6c 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -70,6 +70,7 @@ OPTIONS_SINGLE_X11TOOLKIT= GTK2 XAW XAW3D MOTIF OPTIONS_DEFAULT=DBUS GCONF GIF GTK2 JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYNC_INPUT \ SCROLLBARS XFT XIM XPM +NO_STAGE= yes .include <bsd.port.options.mk> DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} diff --git a/editors/fb/Makefile b/editors/fb/Makefile index d01b206bcd99..8270ea821f85 100644 --- a/editors/fb/Makefile +++ b/editors/fb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fb -# Date created: Oct 15, 1999 -# Whom: Mikhail Teterin -# +# Created by: Mikhail Teterin # $FreeBSD$ -# PORTNAME= fb PORTVERSION= 1.5 @@ -23,4 +19,5 @@ PLIST_FILES= bin/fb MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ARGS+= PREFIX="${PREFIX}" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/flim-emacs21/Makefile b/editors/flim-emacs21/Makefile index d452fb144850..c5e4b98f632d 100644 --- a/editors/flim-emacs21/Makefile +++ b/editors/flim-emacs21/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flim for emacs21 -# Date created: 29 July 2007 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= FLIM, message representation or encoding elisp library for emacs21 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/flim USE_EMACS= yes EMACS_PORT_NAME= emacs21 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/flim-emacs22/Makefile b/editors/flim-emacs22/Makefile index acc558eef2c3..e2aa4a261c4c 100644 --- a/editors/flim-emacs22/Makefile +++ b/editors/flim-emacs22/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flim for emacs22 -# Date created: 27 January 2010 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= FLIM, message representation or encoding elisp library for emacs22 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/flim USE_EMACS= yes EMACS_PORT_NAME= emacs22 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/flim-xemacs21-mule/Makefile b/editors/flim-xemacs21-mule/Makefile index 0c889eb06c6e..7842c8f36f2f 100644 --- a/editors/flim-xemacs21-mule/Makefile +++ b/editors/flim-xemacs21-mule/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flim for xemacs21-mule -# Date created: 25 July 1999 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# +# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org @@ -56,4 +52,5 @@ xemacs-package: install ${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\ ) +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/flim/Makefile b/editors/flim/Makefile index fc570b0272eb..07d192b7c033 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -43,6 +43,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ LISPDIR="${FLIM_LISPDIR}" \ VERSION_SPECIFIC_LISPDIR="${FLIM_VERSION_SPECIFIC_LISPDIR}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(EMACS_PORT_NAME) diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 21bc7deed1e4..39a9c2aef6ee 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper et al +# Created by: John Merryweather Cooper et al # $FreeBSD$ PORTREVISION= 0 @@ -16,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/fv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/fte/Makefile b/editors/fte/Makefile index 4b9cf249e1d1..cbd27167696d 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -20,6 +20,7 @@ USE_ZIP= yes USES= perl5 USE_PERL5= build +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^PREFIX=,PREFIX?=,' \ ${WRKSRC}/Makefile diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index 286bbc99ddc7..43f8b0f09e64 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--with-system-lua \ CONFIGURE_ENV+= FOX_CFLAGS="${FOX_CFLAGS}" \ FOX_LIBS="${FOX_LIBS}" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFOX16} diff --git a/editors/gate/Makefile b/editors/gate/Makefile index 5d95ecc62ca7..29c0e59ed853 100644 --- a/editors/gate/Makefile +++ b/editors/gate/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= gate gate.1 MAN1= gate.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 8dc9eaf6a745..2f4570f47823 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -33,6 +33,7 @@ GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas \ OPTIONS_DEFINE= PYTHON +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYTHON} diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index a2bdd444e4e9..5c8d8eb393c7 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -39,6 +39,7 @@ GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas WITH_GNOME= yes .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mpygtksourceview}!="" diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index c14627fff470..76d724cab81f 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -24,4 +24,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ghex2.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 3f28edc78ba8..65c0971d29a9 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -18,6 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gmanedit.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/<argz\.h>/d' ${WRKSRC}/src/callbacks.c diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile index 3c661fc92b45..4052294e3cc3 100644 --- a/editors/gnome2-office/Makefile +++ b/editors/gnome2-office/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome2-office -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/editors/gnome2-office/Makefile,v 1.41 2006/04/12 22:11:33 marcus Exp $ -# PORTREVISION= 0 CATEGORIES= editors gnome @@ -24,4 +20,5 @@ GNOME_SLAVE= yes DESCR= ${.CURDIR}/pkg-descr +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 8c9b299228c2..2d6ccc777331 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnotepad+ -# Date created: 08 March 1999 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= gnotepad+ PORTVERSION= 1.3.3 @@ -35,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCVERSION= 1.2.0 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomelibs}!="" diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 5984ca4c82a0..3ab46af23549 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnuserv -# Date created: 10 February 2001 -# Whom: ilya -# +# Created by: ilya # $FreeBSD$ -# PORTNAME= gnuserv PORTVERSION= 3.12.8 @@ -46,6 +42,7 @@ PLIST_SUB= EMACS_PORT_NAME=${EMACS_PORT_NAME} \ lispdir= ${PREFIX}/${EMACS_SITE_LISPDIR}/gnuserv +NO_STAGE= yes post-patch: .for i in gnudoit gnuattach @${REINPLACE_CMD} 's/gnuclient/gnuclient${BINSUFFIX}/' ${WRKSRC}/${i} diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 15eed22080ad..22aa38f662cb 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -26,6 +26,7 @@ INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTKSPELL} diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index 1a1a614a612f..9d4e34b39e90 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -28,6 +28,7 @@ WANT_PHP_CLI= yes RUN_DEPENDS+= ${LOCALBASE}/share/doc/php-en/about.html:${PORTSDIR}/lang/php_doc .endif +NO_STAGE= yes pre-everything:: .if !defined(WITHOUT_PHP) || !defined(WITHOUT_PHPDOC) @${ECHO_MSG} "You may specify the following on the command line:" diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index ba1cfea25507..0955250055b3 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -32,6 +32,7 @@ LATEXMK_DESC= Use latexmk typesetter RUBBER_DESC= Use rubber typesetter TEXCOUNT_DESC= With texcount statistics +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/editors/gwrite/Makefile b/editors/gwrite/Makefile index df8ea17e9df3..c9820d83be29 100644 --- a/editors/gwrite/Makefile +++ b/editors/gwrite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gwrite -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# +# Created by: Ju Pengfei <jupengfei@gmail.com> # $FreeBSD$ -# PORTNAME= gwrite PORTVERSION= 0.5.1 @@ -30,4 +26,5 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/heme/Makefile b/editors/heme/Makefile index e236973b71cf..8066054c0e6b 100644 --- a/editors/heme/Makefile +++ b/editors/heme/Makefile @@ -20,6 +20,7 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index cb8039b44626..af26865149be 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: hexcurse -# Date created: Jun 3, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= hexcurse PORTVERSION= 1.55 @@ -20,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= hexcurse.1 PLIST_FILES= bin/hexcurse +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 5c86e5d34671..c754d2aa5920 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -19,6 +19,7 @@ MAN1= hexedit.1 PLIST_FILES= bin/hexedit +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1 diff --git a/editors/hexpert/Makefile b/editors/hexpert/Makefile index 25eaca922797..d6276f5d6404 100644 --- a/editors/hexpert/Makefile +++ b/editors/hexpert/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hexpert -# Date created: 09 March 2001 -# Whom: Peter Wemm <peter@FreeBSD.org> -# +# Created by: Peter Wemm <peter@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hexpert PORTVERSION= 2.4.1 @@ -16,4 +12,5 @@ COMMENT= Hexpert - a simple but flexible binary file editor PLIST_FILES= bin/hex +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 4c733ad7e655..2fae1c31ad44 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -17,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= hnb.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} != "i386" diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 6aff5b26927a..774106234ca6 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -1,4 +1,4 @@ -# Created By: Ying-Chieh Liao +# Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= hte @@ -26,6 +26,7 @@ X11_DESC= X11 textmode support NOT_FOR_ARCHS= ia64 NOT_FOR_ARCHS_REASON= does not build on ia64 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLZO2} diff --git a/editors/impress/Makefile b/editors/impress/Makefile index 02fe345f139d..925b983a9667 100644 --- a/editors/impress/Makefile +++ b/editors/impress/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: impress -# Date created: 23 Aug 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= impress PORTVERSION= 1.1b9 @@ -27,6 +23,7 @@ USE_TK_WRAPPER= yes PORTDOCS= * PLIST_FILES= bin/impress +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/impress.tcl ${PREFIX}/bin/impress .if !defined(NOPORTDOCS) diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 010fba8816a6..adef06032c38 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -41,6 +41,7 @@ MAKE_ENV+= JED_DOC_FILES="" \ ALL_TARGET= all getmail MAN1= jed.1 rgrep.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MX11} diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 3df03416c044..818fd181cdb5 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -22,6 +22,7 @@ MACROS_DESC= Install default set of macros (highly recommended) OPTIONS_DEFAULT= MACROS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/editors/jext/Makefile b/editors/jext/Makefile index e57d2720bfc9..01e3fe5b1a85 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -22,6 +22,7 @@ SUB_FILES= jext.sh INSTALL_FILES= Jython-LICENSE LICENSE README History.txt Names.txt bin lib +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/jext.sh ${PREFIX}/bin/jext diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 6fdd25549986..2e5b51eed61f 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -28,6 +28,7 @@ MAN1= ${PORTNAME}.1 MANLANG= "" ru +NO_STAGE= yes .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MDOCS} diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 756b339c55d4..0ac3bedb57a2 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: joe -# Date created: 01 Jul 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= joe PORTVERSION= 2.9.8 @@ -27,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include ALL_TARGET= ${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/editors/jove/Makefile b/editors/jove/Makefile index efa804802e86..6771857371ce 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jove -# Date created: 21 August 1994 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= jove PORTVERSION= 4.16 @@ -19,4 +15,5 @@ COMMENT= Jonathan's Own Version of Emacs WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= jove.1 teachjove.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile index a1bbff4a428e..67156292aeda 100644 --- a/editors/jupp/Makefile +++ b/editors/jupp/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= joe.1 MLINKS= joe.1 jmacs.1 - jpico.1 - jstar.1 - jupp.1 - rjoe.1 +NO_STAGE= yes pre-configure: @${CHMOD} +x ${WRKSRC}/configure diff --git a/editors/kate-plugin-pate/Makefile b/editors/kate-plugin-pate/Makefile index f35ed48f11e2..2d23add22e50 100644 --- a/editors/kate-plugin-pate/Makefile +++ b/editors/kate-plugin-pate/Makefile @@ -24,6 +24,7 @@ DISTINFO_FILE= ${PORTSDIR}/editors/kate/distinfo # cmake.mk doesn't allow to overwrite BUILD_WRKSRC for out-of-source builds _pate_WRKSRC= ${BUILD_WRKSRC}/kate/plugins/pate +NO_STAGE= yes do-build: cd ${_pate_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET} diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 736bb2d3c72a..8d35e86b0126 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -28,4 +28,5 @@ MAN1= kate.1 # editors/kate-plugin-pate installs pate CMAKE_ARGS+= -DBUILD_pate=off +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index 7ea668c898cc..cd5f02fcea25 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -22,6 +22,7 @@ LATEST_LINK= ${PORTNAME}-kde4 OPTIONS_DEFINE= OKULAR OKULAR_DESC= Use Okular for viewing +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOKULAR} diff --git a/editors/klat4/Makefile b/editors/klat4/Makefile index 2141777b6673..2de7ed25ac4d 100644 --- a/editors/klat4/Makefile +++ b/editors/klat4/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: klat4 -# Date created: 14 September 2008 -# Whom: laddassm -# +# Created by: laddassm # $FreeBSD$ -# PORTNAME= klat4 PORTVERSION= 0.6.1 @@ -21,4 +17,5 @@ USES= cmake USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 5bce308953ee..dec137fd8195 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: komodo-edit -# Date created: 2008-02-13 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= komodo-edit @@ -31,6 +28,7 @@ DESKTOP_ENTRIES="Komodo Edit" \ "Development;Utility;TextEditor;" \ ${FALSE} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/editors/komodo-ide/Makefile b/editors/komodo-ide/Makefile index f7d239566241..a8b140a8b484 100644 --- a/editors/komodo-ide/Makefile +++ b/editors/komodo-ide/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: komodo-ide -# Date created: 2010-11-22 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ PORTNAME= komodo-ide @@ -27,6 +24,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_NAME= ActiveState Komodo IDE license agreement LICENSE_PERMS= +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(BATCH) || defined(PACKAGE_BUILDING) diff --git a/editors/lazarus-lcl-gtk/Makefile b/editors/lazarus-lcl-gtk/Makefile index 0f1e5fea2644..8121df00861a 100644 --- a/editors/lazarus-lcl-gtk/Makefile +++ b/editors/lazarus-lcl-gtk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lazarus-lcl-gtk -# Date Created: 2012-05-01 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 PKGNAMESUFFIX= -lcl-gtk @@ -18,4 +14,5 @@ LCL_INTERFACE= gtk MASTERDIR= ${.CURDIR}/../../editors/lazarus +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile index f708ec9c653d..0b317d9c5d94 100644 --- a/editors/lazarus-lcl-gtk2/Makefile +++ b/editors/lazarus-lcl-gtk2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lazarus-lcl-gtk2 -# Date Created: 2012-05-01 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 PKGNAMESUFFIX= -lcl-gtk2 @@ -18,4 +14,5 @@ LCL_INTERFACE= gtk2 MASTERDIR= ${.CURDIR}/../../editors/lazarus +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile index 2403e0380193..548710f7e97f 100644 --- a/editors/lazarus-lcl-nogui/Makefile +++ b/editors/lazarus-lcl-nogui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lazarus-lcl-nogui -# Date Created: 2012-05-01 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 PKGNAMESUFFIX= -lcl-nogui @@ -16,4 +12,5 @@ LCL_INTERFACE= nogui MASTERDIR= ${.CURDIR}/../../editors/lazarus +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile index 26d2641e6e40..1ca6701656ba 100644 --- a/editors/lazarus-lcl-qt/Makefile +++ b/editors/lazarus-lcl-qt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lazarus-lcl-qt -# Date Created: 2012-05-01 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 PKGNAMESUFFIX= -lcl-qt @@ -18,4 +14,5 @@ LCL_INTERFACE= qt MASTERDIR= ${.CURDIR}/../../editors/lazarus +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile index 49b9e9b942e2..62dc7e354494 100644 --- a/editors/lazarus-lcl-units/Makefile +++ b/editors/lazarus-lcl-units/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lazarus-lcl-units -# Date Created: 2012-05-01 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 PKGNAMESUFFIX= -lcl-units @@ -16,4 +12,5 @@ LCL_INTERFACE= # MASTERDIR= ${.CURDIR}/../../editors/lazarus +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index bf42d2cee02c..0736131bec8d 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -1,4 +1,4 @@ -# Created by: Shaun Amott <shaun@inerd.com> +# Created by: Shaun Amott <shaun@inerd.com> # $FreeBSD$ PORTNAME= lazarus @@ -44,6 +44,7 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "i386" diff --git a/editors/le/Makefile b/editors/le/Makefile index aa650608689d..48fcd73d14c0 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -27,6 +27,7 @@ MISC_DATA= colors-black colors-blue colors-defbg colors-green \ colors-white keymap-emacs mainmenu mainmenu-ru syntax SRC_DATA= le.hlp +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 87d644c0030c..a08eef4be48d 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -27,6 +27,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/editors/led/Makefile b/editors/led/Makefile index 390618752167..68d4f2b89b3f 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -15,4 +15,5 @@ USES= perl5 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/leo/Makefile b/editors/leo/Makefile index 76b067ce9554..2c0f75887d13 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -32,6 +32,7 @@ USE_PYTHON= yes LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYENCHANT} diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index b8361005ac0c..32fb05d90223 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -21,6 +21,7 @@ PORTDOCS= README PLIST_FILES= bin/lfhex LICENSE_FILES= ${WRKSRC}/../COPYING +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/editors/libreoffice-af/Makefile b/editors/libreoffice-af/Makefile index 989916293598..70d1d68e3c6e 100644 --- a/editors/libreoffice-af/Makefile +++ b/editors/libreoffice-af/Makefile @@ -2,6 +2,7 @@ LO_I18N= af +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-am/Makefile b/editors/libreoffice-am/Makefile index 6441863232a4..bf7f55bc56b0 100644 --- a/editors/libreoffice-am/Makefile +++ b/editors/libreoffice-am/Makefile @@ -2,6 +2,7 @@ LO_I18N= am +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-as/Makefile b/editors/libreoffice-as/Makefile index be32de05f708..a525946fb75a 100644 --- a/editors/libreoffice-as/Makefile +++ b/editors/libreoffice-as/Makefile @@ -2,6 +2,7 @@ LO_I18N= as +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ast/Makefile b/editors/libreoffice-ast/Makefile index 892f861d12f0..c9344e1459d8 100644 --- a/editors/libreoffice-ast/Makefile +++ b/editors/libreoffice-ast/Makefile @@ -3,6 +3,7 @@ LO_I18N= ast LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-be/Makefile b/editors/libreoffice-be/Makefile index 18a310f8eed2..dc39de26874d 100644 --- a/editors/libreoffice-be/Makefile +++ b/editors/libreoffice-be/Makefile @@ -2,6 +2,7 @@ LO_I18N= be +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-bg/Makefile b/editors/libreoffice-bg/Makefile index 07b93b6730e2..e60ca45f67ce 100644 --- a/editors/libreoffice-bg/Makefile +++ b/editors/libreoffice-bg/Makefile @@ -3,6 +3,7 @@ LO_I18N= bg LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-bn/Makefile b/editors/libreoffice-bn/Makefile index 29603142b664..974832ff3312 100644 --- a/editors/libreoffice-bn/Makefile +++ b/editors/libreoffice-bn/Makefile @@ -3,6 +3,7 @@ LO_I18N= bn LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-bn_IN/Makefile b/editors/libreoffice-bn_IN/Makefile index 5d9b445a170a..7ebbb8596079 100644 --- a/editors/libreoffice-bn_IN/Makefile +++ b/editors/libreoffice-bn_IN/Makefile @@ -3,6 +3,7 @@ LO_I18N= bn_IN LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-bo/Makefile b/editors/libreoffice-bo/Makefile index d926c169445b..6e4c37997762 100644 --- a/editors/libreoffice-bo/Makefile +++ b/editors/libreoffice-bo/Makefile @@ -3,6 +3,7 @@ LO_I18N= bo LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-br/Makefile b/editors/libreoffice-br/Makefile index eeadd6382f94..e8d65f153e3e 100644 --- a/editors/libreoffice-br/Makefile +++ b/editors/libreoffice-br/Makefile @@ -2,6 +2,7 @@ LO_I18N= br +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-brx/Makefile b/editors/libreoffice-brx/Makefile index 00c529ff99fa..8137aba29c76 100644 --- a/editors/libreoffice-brx/Makefile +++ b/editors/libreoffice-brx/Makefile @@ -2,6 +2,7 @@ LO_I18N= brx +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-bs/Makefile b/editors/libreoffice-bs/Makefile index f12f41681509..0c4e1c1eb989 100644 --- a/editors/libreoffice-bs/Makefile +++ b/editors/libreoffice-bs/Makefile @@ -3,6 +3,7 @@ LO_I18N= bs LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ca/Makefile b/editors/libreoffice-ca/Makefile index fb8835cf5957..408dd103b646 100644 --- a/editors/libreoffice-ca/Makefile +++ b/editors/libreoffice-ca/Makefile @@ -3,6 +3,7 @@ LO_I18N= ca LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ca_XV/Makefile b/editors/libreoffice-ca_XV/Makefile index dc86e6402b2c..4d949aa52221 100644 --- a/editors/libreoffice-ca_XV/Makefile +++ b/editors/libreoffice-ca_XV/Makefile @@ -3,6 +3,7 @@ LO_I18N= ca_XV LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-cs/Makefile b/editors/libreoffice-cs/Makefile index 9b548d4e5f21..23fa8fd21310 100644 --- a/editors/libreoffice-cs/Makefile +++ b/editors/libreoffice-cs/Makefile @@ -3,6 +3,7 @@ LO_I18N= cs LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-cy/Makefile b/editors/libreoffice-cy/Makefile index c954b5dbf824..cd6be0821d93 100644 --- a/editors/libreoffice-cy/Makefile +++ b/editors/libreoffice-cy/Makefile @@ -2,6 +2,7 @@ LO_I18N= cy +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-da/Makefile b/editors/libreoffice-da/Makefile index 7126955aef5e..948394cd4530 100644 --- a/editors/libreoffice-da/Makefile +++ b/editors/libreoffice-da/Makefile @@ -3,6 +3,7 @@ LO_I18N= da LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-dgo/Makefile b/editors/libreoffice-dgo/Makefile index 87980b3ef587..7632380b0a68 100644 --- a/editors/libreoffice-dgo/Makefile +++ b/editors/libreoffice-dgo/Makefile @@ -2,6 +2,7 @@ LO_I18N= dgo +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-dz/Makefile b/editors/libreoffice-dz/Makefile index bee76d700689..a16992564514 100644 --- a/editors/libreoffice-dz/Makefile +++ b/editors/libreoffice-dz/Makefile @@ -3,6 +3,7 @@ LO_I18N= dz LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-el/Makefile b/editors/libreoffice-el/Makefile index dc2120cb354c..54a6b87e44f3 100644 --- a/editors/libreoffice-el/Makefile +++ b/editors/libreoffice-el/Makefile @@ -3,6 +3,7 @@ LO_I18N= el LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-en_GB/Makefile b/editors/libreoffice-en_GB/Makefile index 2835b3a68ae6..7026d2c0aea0 100644 --- a/editors/libreoffice-en_GB/Makefile +++ b/editors/libreoffice-en_GB/Makefile @@ -3,6 +3,7 @@ LO_I18N= en_GB LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-en_ZA/Makefile b/editors/libreoffice-en_ZA/Makefile index f5b19893a263..933f5114fafd 100644 --- a/editors/libreoffice-en_ZA/Makefile +++ b/editors/libreoffice-en_ZA/Makefile @@ -3,6 +3,7 @@ LO_I18N= en_ZA LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-eo/Makefile b/editors/libreoffice-eo/Makefile index 2a7307abe49d..b3b4a68d10fc 100644 --- a/editors/libreoffice-eo/Makefile +++ b/editors/libreoffice-eo/Makefile @@ -3,6 +3,7 @@ LO_I18N= eo LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-es/Makefile b/editors/libreoffice-es/Makefile index 170195f49e5e..e701f2915138 100644 --- a/editors/libreoffice-es/Makefile +++ b/editors/libreoffice-es/Makefile @@ -3,6 +3,7 @@ LO_I18N= es LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-et/Makefile b/editors/libreoffice-et/Makefile index c1e7bd4a59de..a1736d477672 100644 --- a/editors/libreoffice-et/Makefile +++ b/editors/libreoffice-et/Makefile @@ -3,6 +3,7 @@ LO_I18N= et LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-eu/Makefile b/editors/libreoffice-eu/Makefile index 42f1c35cacdf..0433762002b5 100644 --- a/editors/libreoffice-eu/Makefile +++ b/editors/libreoffice-eu/Makefile @@ -3,6 +3,7 @@ LO_I18N= eu LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-fa/Makefile b/editors/libreoffice-fa/Makefile index 7074e663a96e..9b266778b7fd 100644 --- a/editors/libreoffice-fa/Makefile +++ b/editors/libreoffice-fa/Makefile @@ -2,6 +2,7 @@ LO_I18N= fa +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-fi/Makefile b/editors/libreoffice-fi/Makefile index f7e7758b38b2..57ff8ebbef45 100644 --- a/editors/libreoffice-fi/Makefile +++ b/editors/libreoffice-fi/Makefile @@ -3,6 +3,7 @@ LO_I18N= fi LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ga/Makefile b/editors/libreoffice-ga/Makefile index 16d74b446e2b..cf93e15fae42 100644 --- a/editors/libreoffice-ga/Makefile +++ b/editors/libreoffice-ga/Makefile @@ -2,6 +2,7 @@ LO_I18N= ga +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-gd/Makefile b/editors/libreoffice-gd/Makefile index f1511034a191..f62d97a26b1f 100644 --- a/editors/libreoffice-gd/Makefile +++ b/editors/libreoffice-gd/Makefile @@ -2,6 +2,7 @@ LO_I18N= gd +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-gl/Makefile b/editors/libreoffice-gl/Makefile index bed6162fe09b..6a42cde82bfb 100644 --- a/editors/libreoffice-gl/Makefile +++ b/editors/libreoffice-gl/Makefile @@ -3,6 +3,7 @@ LO_I18N= gl LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-gu/Makefile b/editors/libreoffice-gu/Makefile index a765c2fd5367..159c285fca35 100644 --- a/editors/libreoffice-gu/Makefile +++ b/editors/libreoffice-gu/Makefile @@ -3,6 +3,7 @@ LO_I18N= gu LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-hi/Makefile b/editors/libreoffice-hi/Makefile index 6627b6344393..f3bc7501ea48 100644 --- a/editors/libreoffice-hi/Makefile +++ b/editors/libreoffice-hi/Makefile @@ -3,6 +3,7 @@ LO_I18N= hi LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-hr/Makefile b/editors/libreoffice-hr/Makefile index d35a11052e90..fcb6598af0fd 100644 --- a/editors/libreoffice-hr/Makefile +++ b/editors/libreoffice-hr/Makefile @@ -3,6 +3,7 @@ LO_I18N= hr LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-i18n/Makefile b/editors/libreoffice-i18n/Makefile index 1406eea4c2c8..855590f6fe0b 100644 --- a/editors/libreoffice-i18n/Makefile +++ b/editors/libreoffice-i18n/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +NO_STAGE= yes .include "${.CURDIR}/../libreoffice/Makefile.common" UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PKGNAMESUFFIX= -i18n diff --git a/editors/libreoffice-id/Makefile b/editors/libreoffice-id/Makefile index 09fbd7fdfde3..d4e873706566 100644 --- a/editors/libreoffice-id/Makefile +++ b/editors/libreoffice-id/Makefile @@ -3,6 +3,7 @@ LO_I18N= id LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-is/Makefile b/editors/libreoffice-is/Makefile index e473c26c54a9..08920b59f0e3 100644 --- a/editors/libreoffice-is/Makefile +++ b/editors/libreoffice-is/Makefile @@ -3,6 +3,7 @@ LO_I18N= is LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-it/Makefile b/editors/libreoffice-it/Makefile index 415b0229af52..915804ed0287 100644 --- a/editors/libreoffice-it/Makefile +++ b/editors/libreoffice-it/Makefile @@ -3,6 +3,7 @@ LO_I18N= it LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ka/Makefile b/editors/libreoffice-ka/Makefile index cc1ec3bb2688..39b295d1f56d 100644 --- a/editors/libreoffice-ka/Makefile +++ b/editors/libreoffice-ka/Makefile @@ -3,6 +3,7 @@ LO_I18N= ka LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-kk/Makefile b/editors/libreoffice-kk/Makefile index c70371ac0f25..b13d4d8548d4 100644 --- a/editors/libreoffice-kk/Makefile +++ b/editors/libreoffice-kk/Makefile @@ -2,6 +2,7 @@ LO_I18N= kk +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-km/Makefile b/editors/libreoffice-km/Makefile index 6945877fdded..851c9fbb0531 100644 --- a/editors/libreoffice-km/Makefile +++ b/editors/libreoffice-km/Makefile @@ -3,6 +3,7 @@ LO_I18N= km LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-kn/Makefile b/editors/libreoffice-kn/Makefile index 6131f083806f..66d2eaef43b4 100644 --- a/editors/libreoffice-kn/Makefile +++ b/editors/libreoffice-kn/Makefile @@ -2,6 +2,7 @@ LO_I18N= kn +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-kok/Makefile b/editors/libreoffice-kok/Makefile index ad1a7c9afc28..7f33b1107dc5 100644 --- a/editors/libreoffice-kok/Makefile +++ b/editors/libreoffice-kok/Makefile @@ -2,6 +2,7 @@ LO_I18N= kok +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ks/Makefile b/editors/libreoffice-ks/Makefile index 99f31289be74..7e42225d9d43 100644 --- a/editors/libreoffice-ks/Makefile +++ b/editors/libreoffice-ks/Makefile @@ -2,6 +2,7 @@ LO_I18N= ks +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ku/Makefile b/editors/libreoffice-ku/Makefile index db7c9a3ce946..02460bb3d0ff 100644 --- a/editors/libreoffice-ku/Makefile +++ b/editors/libreoffice-ku/Makefile @@ -2,6 +2,7 @@ LO_I18N= ku +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-lb/Makefile b/editors/libreoffice-lb/Makefile index 5f3c9a58aa8d..efd068d60f6c 100644 --- a/editors/libreoffice-lb/Makefile +++ b/editors/libreoffice-lb/Makefile @@ -2,6 +2,7 @@ LO_I18N= lb +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-lo/Makefile b/editors/libreoffice-lo/Makefile index 2bbae7e247e0..d5fdf683ecf2 100644 --- a/editors/libreoffice-lo/Makefile +++ b/editors/libreoffice-lo/Makefile @@ -2,6 +2,7 @@ LO_I18N= lo +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-lt/Makefile b/editors/libreoffice-lt/Makefile index 8021224ccfb3..63dd07d12dfd 100644 --- a/editors/libreoffice-lt/Makefile +++ b/editors/libreoffice-lt/Makefile @@ -2,6 +2,7 @@ LO_I18N= lt +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-lv/Makefile b/editors/libreoffice-lv/Makefile index 3d030b2795bb..2b55684cf633 100644 --- a/editors/libreoffice-lv/Makefile +++ b/editors/libreoffice-lv/Makefile @@ -2,6 +2,7 @@ LO_I18N= lv +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-mai/Makefile b/editors/libreoffice-mai/Makefile index 4eb0a276a0fd..ce7ea1f092cc 100644 --- a/editors/libreoffice-mai/Makefile +++ b/editors/libreoffice-mai/Makefile @@ -2,6 +2,7 @@ LO_I18N= mai +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-mk/Makefile b/editors/libreoffice-mk/Makefile index ef0375598681..ab74b35f509d 100644 --- a/editors/libreoffice-mk/Makefile +++ b/editors/libreoffice-mk/Makefile @@ -3,6 +3,7 @@ LO_I18N= mk LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ml/Makefile b/editors/libreoffice-ml/Makefile index 05301f8197b3..2dc4545a0102 100644 --- a/editors/libreoffice-ml/Makefile +++ b/editors/libreoffice-ml/Makefile @@ -2,6 +2,7 @@ LO_I18N= ml +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-mn/Makefile b/editors/libreoffice-mn/Makefile index 4cf35854e245..c211dac4780b 100644 --- a/editors/libreoffice-mn/Makefile +++ b/editors/libreoffice-mn/Makefile @@ -2,6 +2,7 @@ LO_I18N= mn +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-mni/Makefile b/editors/libreoffice-mni/Makefile index 59394596848d..c6093f119385 100644 --- a/editors/libreoffice-mni/Makefile +++ b/editors/libreoffice-mni/Makefile @@ -2,6 +2,7 @@ LO_I18N= mni +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-mr/Makefile b/editors/libreoffice-mr/Makefile index c55feb55fcab..410ae08cd30c 100644 --- a/editors/libreoffice-mr/Makefile +++ b/editors/libreoffice-mr/Makefile @@ -2,6 +2,7 @@ LO_I18N= mr +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-my/Makefile b/editors/libreoffice-my/Makefile index 4d6b31051d9d..90ac4c6ca8b0 100644 --- a/editors/libreoffice-my/Makefile +++ b/editors/libreoffice-my/Makefile @@ -2,6 +2,7 @@ LO_I18N= my +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-nb/Makefile b/editors/libreoffice-nb/Makefile index da57f5905b42..1a509e0d6dfb 100644 --- a/editors/libreoffice-nb/Makefile +++ b/editors/libreoffice-nb/Makefile @@ -3,6 +3,7 @@ LO_I18N= nb LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ne/Makefile b/editors/libreoffice-ne/Makefile index b150ab37ebcc..381523906c62 100644 --- a/editors/libreoffice-ne/Makefile +++ b/editors/libreoffice-ne/Makefile @@ -3,6 +3,7 @@ LO_I18N= ne LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-nl/Makefile b/editors/libreoffice-nl/Makefile index 2e64f7c093f7..839ef6416bab 100644 --- a/editors/libreoffice-nl/Makefile +++ b/editors/libreoffice-nl/Makefile @@ -3,6 +3,7 @@ LO_I18N= nl LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-nn/Makefile b/editors/libreoffice-nn/Makefile index 0a224b3590fe..38ad8f9dba99 100644 --- a/editors/libreoffice-nn/Makefile +++ b/editors/libreoffice-nn/Makefile @@ -3,6 +3,7 @@ LO_I18N= nn LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-nr/Makefile b/editors/libreoffice-nr/Makefile index fc354a37b66f..a6a1c0985417 100644 --- a/editors/libreoffice-nr/Makefile +++ b/editors/libreoffice-nr/Makefile @@ -2,6 +2,7 @@ LO_I18N= nr +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-nso/Makefile b/editors/libreoffice-nso/Makefile index 7df4b1e3d3d1..abd294400892 100644 --- a/editors/libreoffice-nso/Makefile +++ b/editors/libreoffice-nso/Makefile @@ -2,6 +2,7 @@ LO_I18N= nso +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-oc/Makefile b/editors/libreoffice-oc/Makefile index b8b7440ecd9e..6d3ee3605a5b 100644 --- a/editors/libreoffice-oc/Makefile +++ b/editors/libreoffice-oc/Makefile @@ -2,6 +2,7 @@ LO_I18N= oc +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-om/Makefile b/editors/libreoffice-om/Makefile index 72951f0e20b1..33434ad6391e 100644 --- a/editors/libreoffice-om/Makefile +++ b/editors/libreoffice-om/Makefile @@ -3,6 +3,7 @@ LO_I18N= om LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-or/Makefile b/editors/libreoffice-or/Makefile index 6c9d3895ed05..9cea3d898ad5 100644 --- a/editors/libreoffice-or/Makefile +++ b/editors/libreoffice-or/Makefile @@ -2,6 +2,7 @@ LO_I18N= or +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-pa_IN/Makefile b/editors/libreoffice-pa_IN/Makefile index 454c1b0302e2..8ea56f9ae4d5 100644 --- a/editors/libreoffice-pa_IN/Makefile +++ b/editors/libreoffice-pa_IN/Makefile @@ -2,6 +2,7 @@ LO_I18N= pa_IN +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ro/Makefile b/editors/libreoffice-ro/Makefile index f82d03734dd6..0e04e8e19ddd 100644 --- a/editors/libreoffice-ro/Makefile +++ b/editors/libreoffice-ro/Makefile @@ -3,6 +3,7 @@ LO_I18N= ro LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-rw/Makefile b/editors/libreoffice-rw/Makefile index a7c361def4c1..1f390ed82445 100644 --- a/editors/libreoffice-rw/Makefile +++ b/editors/libreoffice-rw/Makefile @@ -2,6 +2,7 @@ LO_I18N= rw +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sa_IN/Makefile b/editors/libreoffice-sa_IN/Makefile index 5b582151e64a..187695bdf20a 100644 --- a/editors/libreoffice-sa_IN/Makefile +++ b/editors/libreoffice-sa_IN/Makefile @@ -2,6 +2,7 @@ LO_I18N= sa_IN +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sat/Makefile b/editors/libreoffice-sat/Makefile index 66942f267b8a..cdda14c7b669 100644 --- a/editors/libreoffice-sat/Makefile +++ b/editors/libreoffice-sat/Makefile @@ -2,6 +2,7 @@ LO_I18N= sat +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sd/Makefile b/editors/libreoffice-sd/Makefile index 90757b2d5902..6a4346b81a3b 100644 --- a/editors/libreoffice-sd/Makefile +++ b/editors/libreoffice-sd/Makefile @@ -2,6 +2,7 @@ LO_I18N= sd +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sh/Makefile b/editors/libreoffice-sh/Makefile index d03f01b6e121..7f71892b4e5c 100644 --- a/editors/libreoffice-sh/Makefile +++ b/editors/libreoffice-sh/Makefile @@ -2,6 +2,7 @@ LO_I18N= sh +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-si/Makefile b/editors/libreoffice-si/Makefile index 782a83d18b3b..9fa01fbcf172 100644 --- a/editors/libreoffice-si/Makefile +++ b/editors/libreoffice-si/Makefile @@ -3,6 +3,7 @@ LO_I18N= si LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sid/Makefile b/editors/libreoffice-sid/Makefile index 17261c6b13a3..4a557d684161 100644 --- a/editors/libreoffice-sid/Makefile +++ b/editors/libreoffice-sid/Makefile @@ -2,6 +2,7 @@ LO_I18N= sid +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sk/Makefile b/editors/libreoffice-sk/Makefile index 853ce361825c..4c0ec8dfd974 100644 --- a/editors/libreoffice-sk/Makefile +++ b/editors/libreoffice-sk/Makefile @@ -3,6 +3,7 @@ LO_I18N= sk LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sl/Makefile b/editors/libreoffice-sl/Makefile index 5d693ea603ad..968aa94effd2 100644 --- a/editors/libreoffice-sl/Makefile +++ b/editors/libreoffice-sl/Makefile @@ -3,6 +3,7 @@ LO_I18N= sl LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sq/Makefile b/editors/libreoffice-sq/Makefile index 392eda3cda97..61cba8ccca82 100644 --- a/editors/libreoffice-sq/Makefile +++ b/editors/libreoffice-sq/Makefile @@ -3,6 +3,7 @@ LO_I18N= sq LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sr/Makefile b/editors/libreoffice-sr/Makefile index dbe0448fdc79..81b4ab3b5294 100644 --- a/editors/libreoffice-sr/Makefile +++ b/editors/libreoffice-sr/Makefile @@ -2,6 +2,7 @@ LO_I18N= sr +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ss/Makefile b/editors/libreoffice-ss/Makefile index 3da498bb142d..12cfaca08259 100644 --- a/editors/libreoffice-ss/Makefile +++ b/editors/libreoffice-ss/Makefile @@ -2,6 +2,7 @@ LO_I18N= ss +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-st/Makefile b/editors/libreoffice-st/Makefile index 860dd5ce72b7..b831ee0b957b 100644 --- a/editors/libreoffice-st/Makefile +++ b/editors/libreoffice-st/Makefile @@ -2,6 +2,7 @@ LO_I18N= st +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sv/Makefile b/editors/libreoffice-sv/Makefile index 23d0f79fd688..d0c2adee3db2 100644 --- a/editors/libreoffice-sv/Makefile +++ b/editors/libreoffice-sv/Makefile @@ -3,6 +3,7 @@ LO_I18N= sv LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-sw_TZ/Makefile b/editors/libreoffice-sw_TZ/Makefile index 806513776eb0..62b1101439e2 100644 --- a/editors/libreoffice-sw_TZ/Makefile +++ b/editors/libreoffice-sw_TZ/Makefile @@ -2,6 +2,7 @@ LO_I18N= sw_TZ +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ta/Makefile b/editors/libreoffice-ta/Makefile index 27311331ac11..7a5b5365916d 100644 --- a/editors/libreoffice-ta/Makefile +++ b/editors/libreoffice-ta/Makefile @@ -2,6 +2,7 @@ LO_I18N= ta +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-te/Makefile b/editors/libreoffice-te/Makefile index 8c2d366aec05..639999d3a40b 100644 --- a/editors/libreoffice-te/Makefile +++ b/editors/libreoffice-te/Makefile @@ -2,6 +2,7 @@ LO_I18N= te +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-tg/Makefile b/editors/libreoffice-tg/Makefile index 484bb1cf5574..74bb7a2bcd0a 100644 --- a/editors/libreoffice-tg/Makefile +++ b/editors/libreoffice-tg/Makefile @@ -3,6 +3,7 @@ LO_I18N= tg LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-th/Makefile b/editors/libreoffice-th/Makefile index ca62481d66a3..ac1661c1ec8f 100644 --- a/editors/libreoffice-th/Makefile +++ b/editors/libreoffice-th/Makefile @@ -2,6 +2,7 @@ LO_I18N= th +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-tn/Makefile b/editors/libreoffice-tn/Makefile index 54b3de7fedd9..d90d6cb7bc20 100644 --- a/editors/libreoffice-tn/Makefile +++ b/editors/libreoffice-tn/Makefile @@ -2,6 +2,7 @@ LO_I18N= tn +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-tr/Makefile b/editors/libreoffice-tr/Makefile index ca60a5bf6b4a..19e1b3826f9b 100644 --- a/editors/libreoffice-tr/Makefile +++ b/editors/libreoffice-tr/Makefile @@ -3,6 +3,7 @@ LO_I18N= tr LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ts/Makefile b/editors/libreoffice-ts/Makefile index 3ee620730c7f..79f602aec9d7 100644 --- a/editors/libreoffice-ts/Makefile +++ b/editors/libreoffice-ts/Makefile @@ -2,6 +2,7 @@ LO_I18N= ts +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-tt/Makefile b/editors/libreoffice-tt/Makefile index 0bad06c70b06..dde54002c494 100644 --- a/editors/libreoffice-tt/Makefile +++ b/editors/libreoffice-tt/Makefile @@ -2,6 +2,7 @@ LO_I18N= tt +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ug/Makefile b/editors/libreoffice-ug/Makefile index e057268deddf..f9fc58133dde 100644 --- a/editors/libreoffice-ug/Makefile +++ b/editors/libreoffice-ug/Makefile @@ -3,6 +3,7 @@ LO_I18N= ug LO_HAS_HELPPACK= yes +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-uz/Makefile b/editors/libreoffice-uz/Makefile index 8e091c6b85c1..2a4aa6db7b36 100644 --- a/editors/libreoffice-uz/Makefile +++ b/editors/libreoffice-uz/Makefile @@ -2,6 +2,7 @@ LO_I18N= uz +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-ve/Makefile b/editors/libreoffice-ve/Makefile index b78f38b139a6..887529d48373 100644 --- a/editors/libreoffice-ve/Makefile +++ b/editors/libreoffice-ve/Makefile @@ -2,6 +2,7 @@ LO_I18N= ve +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-xh/Makefile b/editors/libreoffice-xh/Makefile index cfe18ccc2462..b4d4dd9da42e 100644 --- a/editors/libreoffice-xh/Makefile +++ b/editors/libreoffice-xh/Makefile @@ -2,6 +2,7 @@ LO_I18N= xh +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice-zu/Makefile b/editors/libreoffice-zu/Makefile index 7b560378db01..9cd3bc06a9af 100644 --- a/editors/libreoffice-zu/Makefile +++ b/editors/libreoffice-zu/Makefile @@ -2,6 +2,7 @@ LO_I18N= zu +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 1dfd2acfc77b..90c08e5b0354 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" PORTREVISION= 0 diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index 5f48d9d78d4c..e1619645132c 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -26,6 +26,7 @@ PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config glib_gtk2_CFLAGS=`${PKG_CONFIG} --cflags gtk+-2.0` glib_gtk2_LIBS= `${PKG_CONFIG} --libs gtk+-2.0` +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index a09fc1b6062a..b1302fa63cef 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -17,6 +17,7 @@ USE_GNOME= gtk12 MAN1= manedit.1 +NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/mntent* ${WRKSRC} diff --git a/editors/mg/Makefile b/editors/mg/Makefile index b72884808710..0644c4bd0e5e 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mg -# Date created: 14 May 2001 -# Whom: Dima Dorfman <dima@unixfreak.org> -# +# Created by: Dima Dorfman <dima@unixfreak.org> # $FreeBSD$ -# PORTNAME= mg PORTVERSION= 20110905 @@ -22,6 +18,7 @@ PORTDOCS= README tutorial HAS_CONFIGURE= yes +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|-Wno-error=unused-but-set-variable||g' \ -e '/^CC=/d' -e 's|-g -Wall|-Wall|' -e 's|/usr/local|${PREFIX}|' \ diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 79548a882adf..e6c8de130386 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -31,6 +31,7 @@ PRFX2FIX= src/makefile.bsd usrshare/conf_user/xinitrc.mined \ src/minedaux.c man/mined.1 src/mkinclud.mak \ src/makefile.gcc +NO_STAGE= yes pre-configure: .for FILE in ${PRFX2FIX} ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${FILE} diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 2436b36ecded..eb39b7c7ec7e 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui- GCONF_SCHEMAS= mlview.schemas +NO_STAGE= yes .include <bsd.port.pre.mk> # Autodetect dbus diff --git a/editors/mode-info/Makefile b/editors/mode-info/Makefile index 687a2aebaab9..0cc5f2b36ad6 100644 --- a/editors/mode-info/Makefile +++ b/editors/mode-info/Makefile @@ -33,6 +33,7 @@ PLIST_SUB+= MI_WITH_MAKE="@comment " USE_EMACS= yes +NO_STAGE= yes .include <bsd.port.options.mk> LISPDIR?= ${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME} diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 1e2946d714bf..223f21066e8e 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -38,6 +38,7 @@ DESKTOP_ENTRIES="morla" \ "WebDevelopment;" \ true +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index e5c089ede27e..a910ea3c5494 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -20,6 +20,7 @@ USE_XFCE= configenv OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 96128c52e3ae..f9cd2d691fe4 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -25,6 +25,7 @@ MAN1= mp-5.1 DATADIR= ${PREFIX}/share/mp-5 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index bf0d9c9633e5..b2c13437399f 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 325e3c9a8380..76d0ce4e3ab0 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 8207969669ce..384872cef7f1 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -55,6 +55,7 @@ PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/syntax/vhdl.jsf %%DATADIR%%/syntax/xml.jsf PLIST_DIRS= %%DATADIR%%/syntax %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if !defined(WITH_DEBUG) diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 5eeb2e2e08ac..f69b7f6500bf 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# Created by: Daniel Eischen <deischen@freebsd.org> +# Created by: Daniel Eischen <deischen@FreeBSD.org> # $FreeBSD$ PORTNAME= nedit @@ -29,6 +29,7 @@ MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} +NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 30c84e1c01b0..61b952eab697 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ CONFIGURE_SCRIPT= ../dist/configure MAN1= nex.1 nvi.1 nview.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWIDECHAR} diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 4b52dc599505..c2beee238017 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nvi-1.79 + multilingual patch(none) -# Date created: 6 Mar 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# +# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> # $FreeBSD$ -# PORTNAME= nvi PORTVERSION= 1.79.20040608 @@ -30,6 +26,7 @@ CONFIGURE_ARGS= --enable-multibyte --program-prefix=n MAN1= nvi.1 MLINKS= nvi.1 nex.1 nvi.1 nview.1 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/editors/nxml/Makefile b/editors/nxml/Makefile index 2a2d09d9f13f..7066c5cdd5a6 100644 --- a/editors/nxml/Makefile +++ b/editors/nxml/Makefile @@ -26,6 +26,7 @@ NXML_EXCLEXP= nxml-mode.xml\|nxml-mode.rnc\|test.invalid.xml\|test.valid.xml OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/editors/omegaT/Makefile b/editors/omegaT/Makefile index 7d365d9dcd7e..73c2a96e2e24 100644 --- a/editors/omegaT/Makefile +++ b/editors/omegaT/Makefile @@ -35,6 +35,7 @@ DESKTOP_ENTRIES="OmegaT" "Translation memory application" \ "omegaT" "Office;WordProcessor;Java;" \ false +NO_STAGE= yes post-build: @cd ${WRKDIR} && ${MV} 'dist' ${PORTNAME} diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index dff4fe147f47..8ed5e6cf4046 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFINE= GCONF GNOMEVFS OPTIONS_DEFAULT=GCONF GNOMEVFS GNOMEVFS_DESC= Enable GNOME Virtual File System +NO_STAGE= yes .include <bsd.port.pre.mk> USE_JAVA= yes diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 34eaaad2ed2f..f2f92e8d6147 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -36,6 +36,7 @@ OPTIONS_DEFAULT=GCONF GNOMEVFS GNOMEVFS_DESC= Enable GNOME Virtual File System CCACHE_DESC= Mimimize compile time of C/C++ programs +NO_STAGE= yes .include "${.CURDIR}/files/Makefile.localized" .include <bsd.port.options.mk> diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 33de22bbbe73..7bad750cee5d 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -37,6 +37,7 @@ OPTIONS_DEFAULT=GCONF GNOMEVFS GNOMEVFS_DESC= Enable GNOME Virtual File System CCACHE_DESC= Mimimize compile time of C/C++ programs +NO_STAGE= yes .include "${.CURDIR}/files/Makefile.localized" .include <bsd.port.options.mk> diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 71b21d6d7c79..119d747b2a60 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -211,6 +211,7 @@ WXSC_VERSION= 0.39 WXSC_DISTNAME= ${WXSC_NAME}-${WXSC_VERSION} WXSC_DISTFILE= ${WXSC_DISTNAME}.tar.gz +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${PERL}) diff --git a/editors/p5-Proc-InvokeEditor/Makefile b/editors/p5-Proc-InvokeEditor/Makefile index b223d78a59df..4b9ae1d22447 100644 --- a/editors/p5-Proc-InvokeEditor/Makefile +++ b/editors/p5-Proc-InvokeEditor/Makefile @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= Proc-InvokeEditor @@ -23,4 +22,5 @@ USE_PERL5= configure MAN3= Proc::InvokeEditor.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/p5-Vimana/Makefile b/editors/p5-Vimana/Makefile index f5cb7446ee97..8710d7b917ae 100644 --- a/editors/p5-Vimana/Makefile +++ b/editors/p5-Vimana/Makefile @@ -51,4 +51,5 @@ MAN3= Vimana.3 \ Vimana::Recursive.3 \ Vimana::Util.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile index ee4338cabc2c..59c870f9f36d 100644 --- a/editors/paredit-mode.el/Makefile +++ b/editors/paredit-mode.el/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%EMACS_SITE_LISPDIR%%/paredit.el +NO_STAGE= yes do-install: @${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index 2a0b152aba6a..2e8b0643db44 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -20,6 +20,7 @@ PICO_ALPINE_SLAVE= yes MAN1= pico.1 pilot.1 +NO_STAGE= yes post-patch: @${CP} ${WRKSRC}/imap/Makefile ${WRKSRC}/imap/Makefile.presed @${SED} -e "s#^\(all:.*\) bundled\$$#\1#" \ diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 142bb154fe6c..54599463edeb 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -29,6 +29,7 @@ MAN1= poedit.1 CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index f101c8a6b9e6..6d3245aaeba0 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -31,6 +31,7 @@ INFO= psgml psgml-api PSGML_STARTUPEL= psgml-startup.el PSGML_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/psgml +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${EMACS_PORT_NAME} == xemacs21-mule diff --git a/editors/puff/Makefile b/editors/puff/Makefile index 17bf368e3f3b..bde2acef0d9a 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: puff -# Date created: 10 April 2003 -# Whom: Leif Pedersen <bilbo@devpit.org> -# +# Created by: Leif Pedersen <bilbo@devpit.org> # $FreeBSD$ -# PORTNAME= puff PORTVERSION= 1.0.1 @@ -16,4 +12,5 @@ COMMENT= Simple and efficient text editor PLIST_FILES= bin/puff etc/puff.conf.sample +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/py-room/Makefile b/editors/py-room/Makefile index 8c79e6ee24b0..54135e90fbd7 100644 --- a/editors/py-room/Makefile +++ b/editors/py-room/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-room -# Date created: 2009-11-11 -# Whom: Alexander Best -# +# Created by: Alexander Best # $FreeBSD$ -# PORTNAME= room PORTVERSION= 0.4.1 @@ -25,6 +21,7 @@ USE_GNOME= pygtk2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyRoom +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|g' \ diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index 12ff89078735..482cedd7f872 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ USE_PYTHON= yes USE_BZIP2= yes +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf diff --git a/editors/scite/Makefile b/editors/scite/Makefile index b3f690bdcfe7..3e55028cb2f8 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -26,6 +26,7 @@ MAKEFILE= makefile MAN1= scite.1 PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 7394b6284633..38fb8021ae8d 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -30,6 +30,7 @@ INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-install: @${PYTHON_CMD} -m compileall ${PREFIX}/lib/scribes diff --git a/editors/se/Makefile b/editors/se/Makefile index cc08e93bc9f6..8b89aa223118 100644 --- a/editors/se/Makefile +++ b/editors/se/Makefile @@ -13,4 +13,5 @@ GNU_CONFIGURE= yes MAN1= se.1 scriptse.1 MANCOMPRESSED= no +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/semi-emacs21/Makefile b/editors/semi-emacs21/Makefile index 48f7b6313152..75e950efe7a2 100644 --- a/editors/semi-emacs21/Makefile +++ b/editors/semi-emacs21/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: semi for emacs21 -# Date created: 29 July 2007 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs21 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/semi USE_EMACS= yes EMACS_PORT_NAME= emacs21 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/semi-emacs22/Makefile b/editors/semi-emacs22/Makefile index bc0e5d86fbde..9e15b6158b59 100644 --- a/editors/semi-emacs22/Makefile +++ b/editors/semi-emacs22/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: semi for emacs22 -# Date created: 27 January 2009 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs22 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/semi USE_EMACS= yes EMACS_PORT_NAME= emacs22 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/semi-xemacs21-mule/Makefile b/editors/semi-xemacs21-mule/Makefile index 12a5c6e179f0..92e256bb159a 100644 --- a/editors/semi-xemacs21-mule/Makefile +++ b/editors/semi-xemacs21-mule/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: semi for xemacs21-mule -# Date created: 25 July 1999 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# +# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # $FreeBSD$ -# MAINTAINER= ports@FreeBSD.org COMMENT= SEMI, Library of MIME feature for GNU Emacs for xemacs21-mule @@ -60,4 +56,5 @@ xemacs-package: install ${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\ ) +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 9b47590c1cf8..1660e8a6c990 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -43,6 +43,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS +NO_STAGE= yes .include <bsd.port.pre.mk> .include <bsd.port.options.mk> diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile index 648edab35c22..b6282503629c 100644 --- a/editors/setedit/Makefile +++ b/editors/setedit/Makefile @@ -34,6 +34,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --prefix=${PREFIX} --without-mp3 +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MBZIP2} diff --git a/editors/slime/Makefile b/editors/slime/Makefile index 2424f68dd57c..c4c89c3e5b3c 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slime -# Date created: 13 Nov 2004 -# Whom: Dominic Mitchell -# +# Created by: Dominic Mitchell # $FreeBSD$ -# PORTNAME= slime PORTVERSION= 20110714 @@ -26,6 +22,7 @@ INFO= slime PORTDOCS= ChangeLog HACKING NEWS PROBLEMS README .endif +NO_STAGE= yes do-build: cd ${WRKSRC}/doc && ${GMAKE} slime.info cd ${WRKSRC} && ${EMACS_CMD} -batch \ diff --git a/editors/softmaker-office/Makefile b/editors/softmaker-office/Makefile index 6b9bfa3a7e8c..a5164b908237 100644 --- a/editors/softmaker-office/Makefile +++ b/editors/softmaker-office/Makefile @@ -31,6 +31,7 @@ ONLY_FOR_ARCHS= i386 ALL_DICTS_DISTFILES= sml06dict.tgz +NO_STAGE= yes post-extract: cd ${WRKSRC} && ${FIND} . -type f -execdir ${CHMOD} ${SHAREMODE} \{\} \; && \ ${CHMOD} ${BINMODE} planmaker textmaker diff --git a/editors/spe/Makefile b/editors/spe/Makefile index 1d1c8264fc8c..2ec8d48791cf 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -40,6 +40,7 @@ DESKTOP_ENTRIES= "SPE (Stani's Python Editor)" \ "Development;IDE;Debugger;GUIDesigner;" \ true +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MENCRYPTED_DEBUG} diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 7d21269f5ed2..d7e61f134396 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: speedbar -# Date created: 29 December 2001 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# +# Created by: Kimura Fuyuki <fuyuki@mj.0038.net> # $FreeBSD$ -# PORTNAME= speedbar PORTVERSION= 0.14.b4 @@ -32,6 +28,7 @@ MUST_BE_RECOMPILED= gud.el info.el rmail.el vhdl-mode.el EMACS_ARGS= -batch -l speedbar-compile-script -f batch-byte-compile +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "New version of speedbar is now in devel/cedet." diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index 1281bd974b27..1270d7043e8b 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ssam -# Date Created: 25 February 2006 -# Whom: Serge Gagnon <serge.gagnon@b2b2c.ca> -# +# Created by: Serge Gagnon <serge.gagnon@b2b2c.ca> # $FreeBSD$ -# PORTNAME= ssam PORTVERSION= 1.10 @@ -22,6 +18,7 @@ PLIST_FILES= bin/ssam MAN1= ssam.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ssam ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ssam.1 ${MANPREFIX}/man/man1/ diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 2b8890cbe4ac..84f07dcca755 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -16,6 +16,7 @@ CONFIGURE_ARGS= --program-prefix=s MAN1= ssed.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 7c94378cacab..aa9d129a29f4 100644 --- a/editors/sted/Makefile +++ b/editors/sted/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: sted -# Date created: 19 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= sted PORTVERSION= 0.2.2 @@ -21,6 +16,7 @@ MAN1= sted.1 PORTDOCS= CHANGES COPYING README PLIST_FILES= bin/sted +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|CC = gcc|CC ?= gcc|" \ -e "s|C_OPTS = -Wall -O2|C_OPTS = ${CFLAGS}|" \ diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 8e5f62adff29..ae4a0f197476 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -30,6 +30,7 @@ PORTDOCS= AUTHORS ChangeLog ChangeLog.1997-1998 \ README.Debian changelog.Debian OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${EMACS_PORT_NAME} == emacs21 || \ diff --git a/editors/tea/Makefile b/editors/tea/Makefile index e690fc674136..f23104ef3ef4 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -25,6 +25,7 @@ PORTDOCS= * DESKTOP_ENTRIES="TEA" "" "${PREFIX}/share/pixmaps/tea_icon_v2.png" \ "${PORTNAME}" "" "" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASPELL} diff --git a/editors/teco/Makefile b/editors/teco/Makefile index c4bf8a8ec4f5..d380130aafb8 100644 --- a/editors/teco/Makefile +++ b/editors/teco/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: teco -# Date created: Feb 15 2005 -# Whom: Stanislav Sedov <stas@core.310.ru> -# +# Created by: Stanislav Sedov <stas@core.310.ru> # $FreeBSD$ -# PORTNAME= teco PORTVERSION= 0398 @@ -22,6 +18,7 @@ ALL_TARGET= # DOCSFILES= src/readme.1st src/readme.lnx src/changes.txt src/aaout.txt \ src/problems.txt src/video.txt doc/teco.doc doc/wchart.txt +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/tecoc ${PREFIX}/bin ${MKDIR} ${DATADIR} diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 7450ccdf53e3..862d43853177 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -43,6 +43,7 @@ DOCSDIR= ${PREFIX}/share/doc/Ted AFMDIR= ${DATADIR}/afm INDDIR= ${DATADIR}/dfa +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile index b8b02c231ac3..220db0df66a5 100644 --- a/editors/tetradraw/Makefile +++ b/editors/tetradraw/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: tetradraw -# Date created: 1 October 2002 -# Whom: Frederic Cambus -# +# Created by: Frederic Cambus # $FreeBSD$ -# PORTNAME= tetradraw PORTVERSION= 2.0.2 @@ -19,6 +14,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/tetradraw bin/tetraview +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 7c04bb05c728..8feb18b25f42 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -38,6 +38,7 @@ DESKTOP_ENTRIES= "TeXmacs" "${COMMENT}" \ "${DATADIR}/misc/pixmaps/TeXmacs.xpm" "texmacs" \ "Education;Science;" false +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index d5c437b342ff..24d2d44ec137 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -29,6 +29,7 @@ XDVI_DESC= View dvi files with xdvi STRIP_FILES= bin/texmaker +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXDVI} diff --git a/editors/texmakerx/Makefile b/editors/texmakerx/Makefile index b44e0fd7f554..2f788ef12b52 100644 --- a/editors/texmakerx/Makefile +++ b/editors/texmakerx/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= XDVI GV GV_DESC= View ps files with gv XDVI_DESC= View dvi files with xdvi +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXDVI} diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index e6218122ae31..569ce90073c5 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textedit.app -# Date created: 28 Aug 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= textedit PORTVERSION= 4.0 @@ -24,4 +20,5 @@ USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_MAKE_DIRS= System/Applications/TextEdit MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index 0897f8bf26f8..3116864d6876 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -21,6 +21,7 @@ USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui xml \ QMAKE_ARGS= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} HAS_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/application/src/textroom.cpp \ diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index de9ed5c10a5f..f310804eb78d 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -45,6 +45,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/editors/the/Makefile b/editors/the/Makefile index 234c654a5192..a133c87473c2 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: THE -# Date created: 7 May 1999 -# Whom: giffunip@asme.org -# +# Created by: giffunip@asme.org # $FreeBSD$ -# PORTNAME= the PORTVERSION= 3.2 @@ -32,6 +28,7 @@ XAW3D_DESC= Enable Xaw3D XCURSES_DESC= Build XCurses (X11) version REXX_REGINA_DESC= Enable Rexx interpreter +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 792fe3c23398..328c648283e2 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -23,6 +23,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= cextract.1 MAN5= cextrc.5 +NO_STAGE= yes .include <bsd.port.pre.mk> do-configure: diff --git a/editors/tpad/Makefile b/editors/tpad/Makefile index 4c735434fd33..69d58735eefc 100644 --- a/editors/tpad/Makefile +++ b/editors/tpad/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tpad -# Date created: 10 November 2003 -# Whom: Antonio Bonifati <ant@monitor.deis.unical.it> -# +# Created by: Antonio Bonifati <ant@monitor.deis.unical.it> # $FreeBSD$ -# PORTNAME= tpad PORTVERSION= 1.3 @@ -28,6 +24,7 @@ MLINKS= tpad.1 tview.1 PLIST_SUB= LIBDIR=lib/tpad${PORTVERSION} SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${PREFIX}/bin/tpad @${MKDIR} ${PREFIX}/lib/tpad${PORTVERSION}/msgs diff --git a/editors/tree-widget/Makefile b/editors/tree-widget/Makefile index 36b1c7828a09..5843bfd15964 100644 --- a/editors/tree-widget/Makefile +++ b/editors/tree-widget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tree-widget -# Date created: 27 July 2004 -# Whom: Dryice Liu <dryice@liu.com.cn> -# +# Created by: Dryice Liu <dryice@liu.com.cn> # $FreeBSD$ -# PORTNAME= tree-widget PORTVERSION= 2.0 @@ -23,6 +19,7 @@ LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} NO_WRKSUBDIR= yes THEMES_SUBDIR= default folder +NO_STAGE= yes do-build: cd ${WRKSRC}; ${EMACS_NAME} -batch -no-site-file\ --eval="(add-to-list 'load-path \"${WRKSRC}\")"\ diff --git a/editors/treeform/Makefile b/editors/treeform/Makefile index 55c5e0c80b25..d126a145c788 100644 --- a/editors/treeform/Makefile +++ b/editors/treeform/Makefile @@ -18,6 +18,7 @@ SUB_FILES= treeform WRKSRC= ${WRKDIR}/TreeForm +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/treeform ${PREFIX}/bin cd ${WRKSRC} \ diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile index c25ed36f0594..ebd674f35270 100644 --- a/editors/tweak/Makefile +++ b/editors/tweak/Makefile @@ -16,4 +16,5 @@ PLIST_FILES= bin/tweak MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 3ed9c2d122a1..4b9779296388 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -1,4 +1,4 @@ -# Created by: tg +# Created by: tg # $FreeBSD$ PORTNAME= uemacs @@ -16,6 +16,7 @@ NO_WRKSUBDIR= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -Laq +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index 14ff5f0e6118..d04f6e9f4cbd 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -18,4 +18,5 @@ NO_WRKSUBDIR= yes MAN1= uzap.1 PLIST_FILES= bin/uzap +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 76e86770aab0..1a4e8fdb3828 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ved -# Date created: 31 December 2000 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# +# Created by: George Reid <greid@ukug.uk.freebsd.org> # $FreeBSD$ -# PORTNAME= ved PORTVERSION= 1.7 @@ -20,6 +16,7 @@ MAN1= ved.1 PLIST_FILES= bin/ved %%DATADIR%%/ved.help PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index f5c89ffa70b0..8048a0ec40f8 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//}|; \ s|tk80|tk${TK_VER:S/.//}|; \ diff --git a/editors/vile/Makefile b/editors/vile/Makefile index c8dc3b9ccbc5..45a8b5564449 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -28,6 +28,7 @@ MAN1= vile.1 CONFLICTS_INSTALL= xvile-[0-9]* +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFILTERS} diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index 211f24b21fbd..3da3b0e55ca0 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -10,4 +10,5 @@ COMMENT?= Vi "workalike", with many additional features (Lite package) PORTREVISION= 2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e940a5698717..895e3956feb9 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -32,6 +32,7 @@ MAINTAINER?= obrien@FreeBSD.org COMMENT?= Vi "workalike", with many additional features SLAVEDIRS= editors/vim-lite +NO_STAGE= yes .if !defined(LITE) .if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 093a7500ff87..6c663291646a 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -33,6 +33,7 @@ CONTEXT_DESC= ConTexT support (Experimental) VNTEX_DESC= Vietnamese TeX user UNIKEY_GTK_DESC= Vietname Tex user with UnikeyGTK input method +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCONTEXT} diff --git a/editors/wordgrinder/Makefile b/editors/wordgrinder/Makefile index c5cab17aa2dd..d6afbb26d272 100644 --- a/editors/wordgrinder/Makefile +++ b/editors/wordgrinder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wordgrinder -# Date created: 15 August 2010 -# Whom: Vitaly Magerya <vmagerya@gmail.com> -# +# Created by: Vitaly Magerya <vmagerya@gmail.com> # $FreeBSD$ -# PORTNAME= wordgrinder PORTVERSION= 0.3.3 @@ -26,6 +22,7 @@ MAN1= wordgrinder.1 PLIST_DIRS= share/doc/wordgrinder PLIST_FILES= bin/wordgrinder share/doc/wordgrinder/README.wg +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,^PREFIX =.*$$,PREFIX = "${PREFIX}",' \ -e 's,/usr/include/lua5.1,${LUA_INCDIR},' \ diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index b2f8d67c90d5..0da6c9a1f91d 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcoral -# Date created: 1995/10/02 -# Whom: erich@rrnet.com -# +# Created by: erich@rrnet.com # $FreeBSD$ -# PORTNAME= xcoral PORTVERSION= 3.47 @@ -21,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| regex\.c | |g ; \ s| -g | |g' ${WRKSRC}/Makefile.in diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 491ad0741280..1fe4e27004cf 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -17,6 +17,7 @@ USES= imake USE_XORG= xaw MAN1= xed.1 +NO_STAGE= yes pre-build: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g' diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index 62762855bcca..501df5bcd47e 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -120,6 +120,7 @@ PKGDIR= ${.CURDIR}/../../editors/xemacs-devel-mule PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${OSVERSION} >= 900000 diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 9093786853a3..f8ee76b00e39 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -75,6 +75,7 @@ ALL_TARGET= all dist PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} +NO_STAGE= yes .include <bsd.port.options.mk> .if exists(${LOCALBASE}/lib/libXm.so) diff --git a/editors/xemacs-mule-packages/Makefile b/editors/xemacs-mule-packages/Makefile index ae402f5a9537..b9b92606c387 100644 --- a/editors/xemacs-mule-packages/Makefile +++ b/editors/xemacs-mule-packages/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: X-Emacs Packages with Mule -# Date created: 24 Oct 1999 -# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> -# +# Created by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # $FreeBSD$ -# PORTNAME= xemacs-mule-packages PORTVERSION= 4.6 @@ -31,6 +27,7 @@ WRKSRC= ${WRKDIR}/${PACKAGES_SUBDIR} XEMACSDIR= ${PREFIX}/lib/xemacs PACKAGES_SUBDIR= mule-packages +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} .for f in ${DISTFILES} diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 526f0d05cc7e..86436521729e 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: X-Emacs Packages -# Date created: 24 Apr 1999 -# Whom: Michael Elbel (me@FreeBSD.org) -# +# Created by: Michael Elbel (me@FreeBSD.org) # $FreeBSD$ -# PORTNAME= xemacs-packages PORTVERSION= 14.2 @@ -137,6 +133,7 @@ PACKAGES_SUBDIR= xemacs-packages FIXME= gnus/binhex.elc gnus/uudecode.elc +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} .for f in ${DISTFILES} diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 4546807553f3..389bffa233c0 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -59,6 +59,7 @@ ALL_TARGET= all dist PLIST_SUB+= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} +NO_STAGE= yes .include <bsd.port.options.mk> # Undump and malloc do not behave on amd64 at the moment diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 660ba9478a44..2475dfcee849 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -90,6 +90,7 @@ PKGDIR= ${.CURDIR}/../../editors/xemacs21-mule PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} +NO_STAGE= yes .include <bsd.port.options.mk> # Undump and malloc do not behave on amd64 at the moment diff --git a/editors/xml2rfc-xxe/Makefile b/editors/xml2rfc-xxe/Makefile index ae501a06338c..f2e1c0f92db7 100644 --- a/editors/xml2rfc-xxe/Makefile +++ b/editors/xml2rfc-xxe/Makefile @@ -1,5 +1,4 @@ # Created by: Bill Fenner -# # $FreeBSD$ PORTNAME= xml2rfc-xxe @@ -19,6 +18,7 @@ WRKSRC= ${WRKDIR}/xml2rfc PLIST_SUB= XXE_DIR=${XXE_DIR} +NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/svn-commit.tmp diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 82d7844dd094..df27701a748d 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -34,4 +34,5 @@ CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/xmleditor/Makefile b/editors/xmleditor/Makefile index 80d8ae83ff52..202f9e2e7842 100644 --- a/editors/xmleditor/Makefile +++ b/editors/xmleditor/Makefile @@ -23,6 +23,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ USE_LDCONFIG= yes # Fix for GCC 4.2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '257s,((char\*)\*n),n,' \ -e '/gtk_xml_modules_add_module/s,const ,,' \ diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index cd3d8201db24..374c13fca66b 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -42,6 +42,7 @@ MAN1= xvile.1 CONFLICTS_INSTALL= vile-[0-9]* +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFILTERS} diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index c0506c77bd33..29df497c5972 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -21,6 +21,7 @@ BINS= convertdoc csscheck deploywebstart translatexxe xmltool xxe PLIST_SUB= XXE=${XXE_DIR} +NO_STAGE= yes post-extract: @${SED} -e 's,%%JAVA_HOME%%,${JAVA_HOME},' \ -e 's,%%PREFIX%%,${PREFIX},' \ diff --git a/editors/yasnippet/Makefile b/editors/yasnippet/Makefile index 0d8d990b20c1..6e2b52bb87ed 100644 --- a/editors/yasnippet/Makefile +++ b/editors/yasnippet/Makefile @@ -16,6 +16,7 @@ USE_EMACS= yes NO_BUILD= yes SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC}/snippets -type d -empty | ${XARGS} ${RMDIR} diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 44c79c9aefe9..3dd15e5ae1e6 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yudit -# Date created: October 3, 1998 -# Whom: rch@richard.eu.org -# +# Created by: rch@richard.eu.org # $FreeBSD$ -# PORTNAME= yudit PORTVERSION= 2.9.2 @@ -25,4 +21,5 @@ MAKE_JOBS_UNSAFE= yes MAN1= mytool.1 uniconv.1 uniprint.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/yui/Makefile b/editors/yui/Makefile index 3b9f830c496c..a4b4b328a1e1 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -19,6 +19,7 @@ MAKE_ENV+= LIBPATH=${PREFIX}/lib MAN1= y.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 8f0141f93d43..25aadce08326 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -37,6 +37,7 @@ OPTIONS_DEFINE= KYZIS NYZIS KYZIS_DESC= Build kyzis and Yzis kpart NYZIS_DESC= Build nyzis (ncurses frontend) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MKYZIS} diff --git a/editors/zile/Makefile b/editors/zile/Makefile index ed80254b7384..a65748c7d1c4 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -29,6 +29,7 @@ PLIST_DIRS= %%DOCSDIR%% CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in diff --git a/editors/zim/Makefile b/editors/zim/Makefile index d6a94879ef8a..5460f066b047 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -32,6 +32,7 @@ GIT_DESC= Version control for notebooks using git MERCURIAL_DESC= Version control for notebooks using hg DITAA_DESC= Diagram editor support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUR} diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index d391ae1ae8e9..6049f45492cd 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --disable-imlib USE_XORG= xpm GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |