diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:20:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:20:31 +0800 |
commit | 7016da251660681f0c133921f056177747cccba9 (patch) | |
tree | ebbcd3dce637f0dabb4b6f7ce68a84f6b5fa8b54 /vietnamese/hunspell/Makefile | |
parent | 2fc9f20b57f40df925d4a6a25e42c9851d59169a (diff) | |
download | freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.tar.gz freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.tar.zst freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: vietnamese)
Diffstat (limited to 'vietnamese/hunspell/Makefile')
-rw-r--r-- | vietnamese/hunspell/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vietnamese/hunspell/Makefile b/vietnamese/hunspell/Makefile index ced14723a264..78f1ce6c6d5b 100644 --- a/vietnamese/hunspell/Makefile +++ b/vietnamese/hunspell/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: hunspell -# Date created: 2011-07-20 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 20080604 @@ -25,6 +20,7 @@ PLIST_FILES= %%DATADIR%%/vi_VN.aff \ %%DATADIR%%/vi_VN.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/vi_VN.aff ${WRKSRC}/vi_VN.dic ${DATADIR}/ |