Date: Fri, 20 Sep 2013 18:43:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327735 - in head/hungarian: aspell calligra-l10n hu-phone hu-zipcodes hunspell hyphen ispell jdictionary-eng-hun jdictionary-eng-hun-expr kde4-l10n libreoffice mythes Message-ID: <201309201843.r8KIh2p0058984@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 20 18:43:02 2013 New Revision: 327735 URL: http://svnweb.freebsd.org/changeset/ports/327735 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: hungarian) Modified: head/hungarian/aspell/Makefile head/hungarian/calligra-l10n/Makefile head/hungarian/hu-phone/Makefile head/hungarian/hu-zipcodes/Makefile head/hungarian/hunspell/Makefile head/hungarian/hyphen/Makefile head/hungarian/ispell/Makefile head/hungarian/jdictionary-eng-hun-expr/Makefile head/hungarian/jdictionary-eng-hun/Makefile head/hungarian/kde4-l10n/Makefile head/hungarian/libreoffice/Makefile head/hungarian/mythes/Makefile Modified: head/hungarian/aspell/Makefile ============================================================================== --- head/hungarian/aspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/aspell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hu-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-hu-0.99.4.2-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Hungarian dictionaries DICT= hu +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> Modified: head/hungarian/calligra-l10n/Makefile ============================================================================== --- head/hungarian/calligra-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/calligra-l10n/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -9,5 +9,6 @@ COMMENT= Hungarian messages and document CALLIGRA_L10N= hu +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> Modified: head/hungarian/hu-phone/Makefile ============================================================================== --- head/hungarian/hu-phone/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hu-phone/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.phone NO_BUILD= YES +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/hu.phone ${PREFIX}/share/misc Modified: head/hungarian/hu-zipcodes/Makefile ============================================================================== --- head/hungarian/hu-zipcodes/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hu-zipcodes/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.zipcodes NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${PREFIX}/share/misc/ Modified: head/hungarian/hunspell/Makefile ============================================================================== --- head/hungarian/hunspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hunspell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -20,6 +20,7 @@ PLIST_FILES= %%DATADIR%%/hu_HU.aff \ %%DATADIR%%/hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${DATADIR}/ Modified: head/hungarian/hyphen/Makefile ============================================================================== --- head/hungarian/hyphen/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hyphen/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2007.05.17 @@ -25,6 +20,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${DATADIR}/ Modified: head/hungarian/ispell/Makefile ============================================================================== --- head/hungarian/ispell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/ispell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ USE_GMAKE= yes DOCSDIR= ${PREFIX}/share/doc/hu-ispell DOCS= OLVASSEL README GYIK ChangeLog +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/tmp/magyar4ispell.hash ${DATADIR}/magyar.hash Modified: head/hungarian/jdictionary-eng-hun-expr/Makefile ============================================================================== --- head/hungarian/jdictionary-eng-hun-expr/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/jdictionary-eng-hun-expr/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: English-Hun MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/hungarian/jdictionary-eng-hun/Makefile ============================================================================== --- head/hungarian/jdictionary-eng-hun/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/jdictionary-eng-hun/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: Hungarian-E MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/hungarian/kde4-l10n/Makefile ============================================================================== --- head/hungarian/kde4-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/kde4-l10n/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -10,5 +10,6 @@ COMMENT= Hungarian messages and document KDE4_L10N= hu +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> Modified: head/hungarian/libreoffice/Makefile ============================================================================== --- head/hungarian/libreoffice/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/libreoffice/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -4,6 +4,7 @@ LO_I18N= hu LO_HAS_HELPPACK= yes CATEGORIES= hungarian editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> Modified: head/hungarian/mythes/Makefile ============================================================================== --- head/hungarian/mythes/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/mythes/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 2003.09.29 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \ %%DATADIR%%/th_hu_HU.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${DATADIR}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309201843.r8KIh2p0058984>