diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:38:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:38:31 +0000 |
commit | 3c62b4a39c13fff9c45955d6281de2402078746f (patch) | |
tree | 376e2d84f1cfe96af1f0fd8e580e9dc58e88efdf /portuguese/hunspell | |
parent | 16f65335a1da8b465551d267919a3c57435fb132 (diff) | |
download | ports-3c62b4a39c13fff9c45955d6281de2402078746f.tar.gz ports-3c62b4a39c13fff9c45955d6281de2402078746f.zip |
Notes
Diffstat (limited to 'portuguese/hunspell')
-rw-r--r-- | portuguese/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portuguese/hunspell/Makefile b/portuguese/hunspell/Makefile index cb77a750cf0d..77b671ef17b0 100644 --- a/portuguese/hunspell/Makefile +++ b/portuguese/hunspell/Makefile @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= hunspell @@ -23,6 +22,7 @@ PLIST_FILES= %%DATADIR%%/pt_BR.aff \ %%DATADIR%%/pt_PT.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKDIR}/pt_BR.aff ${WRKDIR}/pt_BR.dic \ |