diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:43:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:43:02 +0000 |
commit | e9b2d1612d55f54943b59e295cd6d37c9e87a724 (patch) | |
tree | 0f7879dfe3697c318a62075b9620cfb651ff6117 /hungarian/hyphen | |
parent | 3acd8bd594e99beffb17e70089cbcbb6ffc3382a (diff) | |
download | ports-e9b2d1612d55f54943b59e295cd6d37c9e87a724.tar.gz ports-e9b2d1612d55f54943b59e295cd6d37c9e87a724.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: hungarian)
Notes
Notes:
svn path=/head/; revision=327735
Diffstat (limited to 'hungarian/hyphen')
-rw-r--r-- | hungarian/hyphen/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile index c7fc835060da..b9afe2513f1b 100644 --- a/hungarian/hyphen/Makefile +++ b/hungarian/hyphen/Makefile @@ -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}/ |