aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/so-hunspell
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-24 05:34:48 +0800
committerbapt <bapt@FreeBSD.org>2013-09-24 05:34:48 +0800
commit2878ce8b4b69bbc5c605df481e248b2064724da3 (patch)
tree6dd63d64af839555cf389fce8417ad4ba8f4e0a8 /textproc/so-hunspell
parent3fd24601f82bccecb57ac94c847d8ef99c21421f (diff)
downloadfreebsd-ports-gnome-2878ce8b4b69bbc5c605df481e248b2064724da3.tar.gz
freebsd-ports-gnome-2878ce8b4b69bbc5c605df481e248b2064724da3.tar.zst
freebsd-ports-gnome-2878ce8b4b69bbc5c605df481e248b2064724da3.zip
Support staging
Diffstat (limited to 'textproc/so-hunspell')
-rw-r--r--textproc/so-hunspell/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/so-hunspell/Makefile b/textproc/so-hunspell/Makefile
index 566d4ca14a37..a86cce826733 100644
--- a/textproc/so-hunspell/Makefile
+++ b/textproc/so-hunspell/Makefile
@@ -24,9 +24,8 @@ PLIST_FILES= %%DATADIR%%/so_SO.aff \
%%DATADIR%%/so_SO.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/so_SO.aff ${WRKSRC}/so_SO.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/so_SO.aff ${WRKSRC}/so_SO.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>