diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:46:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:46:16 +0800 |
commit | 4c3190a140c781b4f275a869f680250a29c081f0 (patch) | |
tree | e9cb977a6b44a398a09cbaf1febfeefacc28a264 /russian/hunspell | |
parent | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (diff) | |
download | freebsd-ports-gnome-4c3190a140c781b4f275a869f680250a29c081f0.tar.gz freebsd-ports-gnome-4c3190a140c781b4f275a869f680250a29c081f0.tar.zst freebsd-ports-gnome-4c3190a140c781b4f275a869f680250a29c081f0.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: russian)
Diffstat (limited to 'russian/hunspell')
-rw-r--r-- | russian/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/hunspell/Makefile b/russian/hunspell/Makefile index 46b45fe62529..83ab21b50361 100644 --- a/russian/hunspell/Makefile +++ b/russian/hunspell/Makefile @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= hunspell @@ -20,6 +19,7 @@ PLIST_FILES= %%DATADIR%%/ru_RU.aff \ %%DATADIR%%/ru_RU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${DATADIR}/ |