diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 05:34:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 05:34:48 +0800 |
commit | 2878ce8b4b69bbc5c605df481e248b2064724da3 (patch) | |
tree | 6dd63d64af839555cf389fce8417ad4ba8f4e0a8 /textproc/tk-hunspell | |
parent | 3fd24601f82bccecb57ac94c847d8ef99c21421f (diff) | |
download | freebsd-ports-gnome-2878ce8b4b69bbc5c605df481e248b2064724da3.tar.gz freebsd-ports-gnome-2878ce8b4b69bbc5c605df481e248b2064724da3.tar.zst freebsd-ports-gnome-2878ce8b4b69bbc5c605df481e248b2064724da3.zip |
Support staging
Diffstat (limited to 'textproc/tk-hunspell')
-rw-r--r-- | textproc/tk-hunspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/tk-hunspell/Makefile b/textproc/tk-hunspell/Makefile index 59b6148c61f8..c8f3eb96498e 100644 --- a/textproc/tk-hunspell/Makefile +++ b/textproc/tk-hunspell/Makefile @@ -22,9 +22,8 @@ PLIST_FILES= %%DATADIR%%/tk.aff \ %%DATADIR%%/tk.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/tk.aff ${WRKSRC}/tk.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/tk.aff ${WRKSRC}/tk.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |