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/hunspell/Makefile | |
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/hunspell/Makefile')
-rw-r--r-- | hungarian/hunspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hungarian/hunspell/Makefile b/hungarian/hunspell/Makefile index 5a4d06301616..c57fe0b2ce2e 100644 --- a/hungarian/hunspell/Makefile +++ b/hungarian/hunspell/Makefile @@ -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}/ |