aboutsummaryrefslogtreecommitdiff
path: root/textproc/wa-hunspell
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:34:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:34:48 +0000
commitfc2174ba587e7b9842caac345a424293aa524492 (patch)
tree6dd63d64af839555cf389fce8417ad4ba8f4e0a8 /textproc/wa-hunspell
parent93fe76279899843116926d14dd691753b7c2f61d (diff)
downloadports-fc2174ba587e7b9842caac345a424293aa524492.tar.gz
ports-fc2174ba587e7b9842caac345a424293aa524492.zip
Support staging
Notes
Notes: svn path=/head/; revision=328058
Diffstat (limited to 'textproc/wa-hunspell')
-rw-r--r--textproc/wa-hunspell/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/wa-hunspell/Makefile b/textproc/wa-hunspell/Makefile
index bfce7f0c7ebd..fb16876cdd99 100644
--- a/textproc/wa-hunspell/Makefile
+++ b/textproc/wa-hunspell/Makefile
@@ -21,9 +21,8 @@ PLIST_FILES= %%DATADIR%%/wa.aff \
%%DATADIR%%/wa.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/wa.aff ${WRKSRC}/wa.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/wa.aff ${WRKSRC}/wa.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>