From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:30:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13D86A38; Fri, 20 Sep 2013 18:30:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6A4B28EB; Fri, 20 Sep 2013 18:30:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIU99o037129; Fri, 20 Sep 2013 18:30:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIU1c4037034; Fri, 20 Sep 2013 18:30:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201830.r8KIU1c4037034@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327732 - in head/german: BBBike acroread8 acroread9 alt-aspell aspell bsdforen-firefox-searchplugin bsdgroup-firefox-searchplugin bsdpaste bugzilla bugzilla42 bugzilla44 calligra-l10n ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 18:30:10 -0000 Author: bapt Date: Fri Sep 20 18:30:00 2013 New Revision: 327732 URL: http://svnweb.freebsd.org/changeset/ports/327732 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: german) Modified: head/german/BBBike/Makefile head/german/acroread8/Makefile head/german/acroread9/Makefile head/german/alt-aspell/Makefile head/german/aspell/Makefile head/german/bsdforen-firefox-searchplugin/Makefile head/german/bsdgroup-firefox-searchplugin/Makefile head/german/bsdpaste/Makefile head/german/bugzilla/Makefile head/german/bugzilla42/Makefile head/german/bugzilla44/Makefile head/german/calligra-l10n/Makefile head/german/dict/Makefile head/german/ding/Makefile head/german/dtaus/Makefile head/german/eric4/Makefile head/german/geonext/Makefile head/german/gimp-help/Makefile head/german/hunspell/Makefile head/german/hyphen/Makefile head/german/ispell-alt/Makefile head/german/ispell-neu/Makefile head/german/ispell/Makefile head/german/jdictionary-eng-ger/Makefile head/german/jdictionary-ger-hun/Makefile head/german/kde4-l10n/Makefile head/german/libreoffice/Makefile head/german/manpages/Makefile head/german/mediathek/Makefile head/german/mythes/Makefile head/german/pecl-konto_check/Makefile head/german/phone/Makefile head/german/php_doc/Makefile head/german/schwobifyer/Makefile head/german/selfhtml/Makefile head/german/steak/Makefile head/german/tipp10/Makefile head/german/trytond_account_de_skr03/Makefile head/german/unix-connect/Makefile head/german/vtiger/Makefile head/german/webalizer2/Makefile head/german/wordpress/Makefile Modified: head/german/BBBike/Makefile ============================================================================== --- head/german/BBBike/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/BBBike/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -25,6 +25,7 @@ MYDESTDIR= ${PREFIX}/BBBike LOCAL_PERL_ARCH= ${PERL_ARCH} PLIST_SUB= LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH} +NO_STAGE= yes do-build: cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean Modified: head/german/acroread8/Makefile ============================================================================== --- head/german/acroread8/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/acroread8/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: german/acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= german print linux @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= DEU +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/acroread9/Makefile ============================================================================== --- head/german/acroread9/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/acroread9/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: german/acroread9 -# Date created: 28 March 2009 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTVERSION= 9.4.2 PORTREVISION= 1 @@ -14,4 +10,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= DEU +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/alt-aspell/Makefile ============================================================================== --- head/german/alt-aspell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/alt-aspell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: de-alt-aspell -# Date created: 14 July 2006 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= alt-aspell DISTVERSION= 6-de-20030222-1 @@ -15,5 +11,6 @@ COMMENT= Aspell German Old Spelling (Deu DICT= de +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/german/aspell/Makefile ============================================================================== --- head/german/aspell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/aspell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: de-aspell -# Date created: 1 September 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-de-20030222-1 @@ -15,5 +11,6 @@ COMMENT= Aspell German dictionary DICT= de +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/german/bsdforen-firefox-searchplugin/Makefile ============================================================================== --- head/german/bsdforen-firefox-searchplugin/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bsdforen-firefox-searchplugin/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdforen-firefox-searchplugin -# Date created: 2006-03-24 -# Whom: Stefan 'Steve' Tell -# +# Created by: Stefan 'Steve' Tell # $FreeBSD$ -# PORTNAME= bsdforen-firefox-searchplugin PORTVERSION= 0.3 @@ -21,6 +17,7 @@ USE_FIREFOX= yes NO_BUILD= yes +NO_STAGE= yes .include do-extract: Modified: head/german/bsdgroup-firefox-searchplugin/Makefile ============================================================================== --- head/german/bsdgroup-firefox-searchplugin/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bsdgroup-firefox-searchplugin/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdgroup-firefox-searchplugin -# Date created: 2007-01-17 -# Whom: Stefan 'Steve' Tell -# +# Created by: Stefan 'Steve' Tell # $FreeBSD$ -# PORTNAME= bsdgroup-firefox-searchplugin PORTVERSION= 0.2 @@ -21,6 +17,7 @@ USE_FIREFOX= yes NO_BUILD= yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup.src ${WRKSRC} Modified: head/german/bsdpaste/Makefile ============================================================================== --- head/german/bsdpaste/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bsdpaste/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nopastectl -# Date created: 12 January 2007 -# Whom: Aron Schlesinger -# +# Created by: Aron Schlesinger # $FreeBSD$ -# PORTNAME= bsdpaste PORTVERSION= 1.0.1 @@ -20,6 +16,7 @@ USE_RUBY_FEATURES= ruby18 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb ${PREFIX}/bin/bsdpaste Modified: head/german/bugzilla/Makefile ============================================================================== --- head/german/bugzilla/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bugzilla/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -16,6 +16,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla/Makefile.common" LANGDIR= ${WWWDIR}/template/de Modified: head/german/bugzilla42/Makefile ============================================================================== --- head/german/bugzilla42/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bugzilla42/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -16,6 +16,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla42 NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla42/Makefile.common" LANGDIR= ${WWWDIR}/template/de Modified: head/german/bugzilla44/Makefile ============================================================================== --- head/german/bugzilla44/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bugzilla44/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -17,6 +17,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla44 NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" LANGDIR= ${WWWDIR}/template/de Modified: head/german/calligra-l10n/Makefile ============================================================================== --- head/german/calligra-l10n/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/calligra-l10n/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -9,5 +9,6 @@ COMMENT= German messages and documentati CALLIGRA_L10N= de +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/german/dict/Makefile ============================================================================== --- head/german/dict/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/dict/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dict -# Date created: 6 August 1997 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= dict PORTVERSION= 1.2 @@ -21,6 +17,7 @@ RUN_DEPENDS= agrep:${PORTSDIR}/textproc/ dict= ger-eng.txt post-extract: ${dict} +NO_STAGE= yes ${dict}: ${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET} Modified: head/german/ding/Makefile ============================================================================== --- head/german/ding/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ding/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -20,6 +20,7 @@ MAN1= ding.1 DICTFILE= de-en.txt SWISSDICT= de_ch-en.txt +NO_STAGE= yes do-build: ${SED} -E -e '1,/^exec/ s!wish!wish8.4!' \ -e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \ Modified: head/german/dtaus/Makefile ============================================================================== --- head/german/dtaus/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/dtaus/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -18,6 +18,7 @@ PORTEXAMPLES= dtaus.cls sample.ctl MAN1= dtaus.1 MAN5= dtaus.5 +NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c Modified: head/german/eric4/Makefile ============================================================================== --- head/german/eric4/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/eric4/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -5,4 +5,5 @@ CATEGORIES= german devel python I18N_LANG= de +NO_STAGE= yes .include "${.CURDIR}/../../devel/eric4/Makefile.inc" Modified: head/german/geonext/Makefile ============================================================================== --- head/german/geonext/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/geonext/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: de-geonext -# Date created: 24 July 2003 -# Whom: Andreas Fehlner (fehlner@gmx.de) -# +# Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -# PORTREVISION= 1 CATEGORIES= german @@ -14,4 +10,5 @@ COMMENT= Interactive (dynamic) elementar WITH_LANG= de MASTERDIR= ${.CURDIR}/../../math/geonext +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/gimp-help/Makefile ============================================================================== --- head/german/gimp-help/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/gimp-help/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= german graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= de AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/hunspell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -35,6 +35,7 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ %%DATADIR%%/${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hunspell/de_AT.aff ${WRKSRC}/hunspell/de_AT.dic \ Modified: head/german/hyphen/Makefile ============================================================================== --- head/german/hyphen/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/hyphen/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,4 @@ -# New ports collection makefile for: de-hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2007.02.17 @@ -30,6 +25,7 @@ DEALIASES= de_AT de_BE de_CH de_LI de_LU PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${DATADIR}/ Modified: head/german/ispell-alt/Makefile ============================================================================== --- head/german/ispell-alt/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ispell-alt/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dealt-ispell -# Date created: 10 February 2000 -# Whom: Alexander Langer -# +# Created by: Alexander Langer # $FreeBSD$ -# PORTNAME= ispell CATEGORIES= german @@ -15,6 +11,7 @@ ISPELL_DEALT= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/ispell-neu/Makefile ============================================================================== --- head/german/ispell-neu/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ispell-neu/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -12,6 +12,7 @@ MASTERDIR= ${.CURDIR}/../../textproc/isp USES= perl5 .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/ispell/Makefile ============================================================================== --- head/german/ispell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ispell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -14,6 +14,7 @@ ISPELL_DENEU= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/jdictionary-eng-ger/Makefile ============================================================================== --- head/german/jdictionary-eng-ger/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/jdictionary-eng-ger/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: English-Ger MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/german/jdictionary-ger-hun/Makefile ============================================================================== --- head/german/jdictionary-ger-hun/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/jdictionary-ger-hun/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: German-Hung MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/german/kde4-l10n/Makefile ============================================================================== --- head/german/kde4-l10n/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/kde4-l10n/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -11,6 +11,7 @@ COMMENT= German messages and documentati KDE4_L10N= de MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/german/libreoffice/Makefile ============================================================================== --- head/german/libreoffice/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/libreoffice/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -4,6 +4,7 @@ LO_I18N= de LO_HAS_HELPPACK= yes CATEGORIES= german editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/german/manpages/Makefile ============================================================================== --- head/german/manpages/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/manpages/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: German manpages -# Date created: 29 September 1997 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= manpages-de PORTVERSION= 0.5 @@ -21,6 +17,7 @@ PLIST= ${WRKSRC}/PLIST mandir= ${PREFIX}/man/${LANG} manpages= ${PORTNAME}-${PORTVERSION} +NO_STAGE= yes do-build: makewhatis ${WRKSRC}/${manpages} .if !defined(NO_MANCOMPRESS) Modified: head/german/mediathek/Makefile ============================================================================== --- head/german/mediathek/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/mediathek/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mediathek -# Date created: 2010-10-17 -# Whom: Lars Engels -# +# Created by: Lars Engels # $FreeBSD$ -# PORTNAME= mediathek PORTVERSION= 3.1.0 @@ -34,6 +30,7 @@ VLC_DESC= VLC support OPTIONS_DEFAULT= VLC +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMPLAYER} Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/mythes/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin # $FreeBSD$ PORTNAME= mythes @@ -29,6 +28,7 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2 %%DATADIR%%/th_${ALIAS}_v2.dat .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${DATADIR}/ Modified: head/german/pecl-konto_check/Makefile ============================================================================== --- head/german/pecl-konto_check/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/pecl-konto_check/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -20,6 +20,7 @@ DEFAULT_PHP_VER=53 WRKSRC= ${WRKDIR}/php +NO_STAGE= yes .include post-extract: Modified: head/german/phone/Makefile ============================================================================== --- head/german/phone/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/phone/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: German phone codes -# Date created: 1997-12-30 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= phone PORTVERSION= 1.0 @@ -22,6 +18,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/de.phone NO_BUILD= YES +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/de.phone ${PREFIX}/share/misc Modified: head/german/php_doc/Makefile ============================================================================== --- head/german/php_doc/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/php_doc/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,13 +1,10 @@ -# New ports collection makefile for: de-php_doc -# Date created: Sun Apr 29 15:33:03 CEST 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# CATEGORIES= german lang PKGNAMEPREFIX= PHP_LANG= de MASTERDIR= ${.CURDIR}/../../lang/php_doc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/schwobifyer/Makefile ============================================================================== --- head/german/schwobifyer/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/schwobifyer/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -13,6 +13,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/schwobifyer +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/german/selfhtml/Makefile ============================================================================== --- head/german/selfhtml/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/selfhtml/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: selfhtml -# Date created: January 7th 2005 -# Whom: Frerich Raabe -# +# Created by: Frerich Raabe # $FreeBSD$ -# PORTNAME= selfhtml PORTVERSION= 8.1.2 @@ -55,6 +51,7 @@ PORTDOCS= \ src \ xml +NO_STAGE= yes do-install: @${MKDIR} ${DOCSDIR} # line taken from textproc/xerces-j maintained by hq@FreeBSD.org Modified: head/german/steak/Makefile ============================================================================== --- head/german/steak/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/steak/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: steak -# Date created: 2003/01/02 -# Whom: Heiner -# +# Created by: Heiner # $FreeBSD$ -# PORTNAME= steak PORTVERSION= 1.7.3 @@ -36,6 +32,7 @@ PLIST_SUB+= NOXSTEAK:="@comment " PLIST_SUB+= NOXSTEAK:="" .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,\$$HOME/bin/Steak/Datensatz,${PREFIX}/share/steak/Datensatz,; \ s,BINDIR=\$$HOME/bin/Steak,BINDIR=${DATADIR},; \ Modified: head/german/tipp10/Makefile ============================================================================== --- head/german/tipp10/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/tipp10/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tipp10 -# Date created: 2007-11-26 -# Whom: Heiner -# +# Created by: Heiner # $FreeBSD$ -# PORTNAME= tipp10 PORTVERSION= 2.1.0 @@ -26,6 +22,7 @@ USE_QT4= gui sql corelib network script qmake_build rcc_build uic_build moc_build WRKSRC= ${WRKDIR}/tipp10_source_v2-1-0 +NO_STAGE= yes pre-configure: @cd ${WRKSRC} \ && for i in `grep -lR 'QCoreApplication::applicationDirPath()' *`; do ${REINPLACE_CMD} -e 's/QCoreApplication::applicationDirPath()/QString(DATADIR)/g' $$i ; done Modified: head/german/trytond_account_de_skr03/Makefile ============================================================================== --- head/german/trytond_account_de_skr03/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/trytond_account_de_skr03/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -18,4 +18,5 @@ CONFLICTS= trytond_account_de_skr03-2.[6 USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include Modified: head/german/unix-connect/Makefile ============================================================================== --- head/german/unix-connect/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/unix-connect/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -31,6 +31,7 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc g MANUAL_PACKAGE_BUILD= needs hostname +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/german/vtiger/Makefile ============================================================================== --- head/german/vtiger/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/vtiger/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,7 +1,4 @@ -# New ports collection makefile for: german/vtiger -# Date created: 22 September 2007 -# Whom: Aron Schlesinger -# +# Created by: Aron Schlesinger # $FreeBSD$ PORTNAME= vtiger @@ -25,6 +22,7 @@ USE_ZIP= YES SUB_FILES= pkg-message +NO_STAGE= yes do-install: @${FIND} ${WRKSRC} -type f -exec ${SH} -c '${INSTALL_DATA} -v {} \ $$(${ECHO} {} | ${SED} -e "s,^${WRKSRC},${WWWDIR},")' \; Modified: head/german/webalizer2/Makefile ============================================================================== --- head/german/webalizer2/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/webalizer2/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -8,6 +8,7 @@ MASTERDIR?= ${.CURDIR}/../../www/webaliz WEBALIZER_LANG= german .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/wordpress/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -28,6 +28,7 @@ PORTDOCS= license.txt readme.html OPTIONS_DEFINE= DOCS +NO_STAGE= yes pre-everything:: @${ECHO_CMD} "If you want to upgrade, you must read upgrade document." @${ECHO_CMD} ""