aboutsummaryrefslogtreecommitdiff
path: root/textproc/bg-hyphen
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:50:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 21:50:51 +0000
commit14e416cf1b01a153c2d6fb9059560e5519590b88 (patch)
tree630b9f11ef974b48a09188a756a5f0a5a486a80d /textproc/bg-hyphen
parent669a31554a19fb131b4a22bced641198576475fe (diff)
downloadports-14e416cf1b01a153c2d6fb9059560e5519590b88.tar.gz
ports-14e416cf1b01a153c2d6fb9059560e5519590b88.zip
Support stage
Notes
Notes: svn path=/head/; revision=328066
Diffstat (limited to 'textproc/bg-hyphen')
-rw-r--r--textproc/bg-hyphen/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/bg-hyphen/Makefile b/textproc/bg-hyphen/Makefile
index 65dbec2ee692..cbd5e9e18c84 100644
--- a/textproc/bg-hyphen/Makefile
+++ b/textproc/bg-hyphen/Makefile
@@ -21,9 +21,8 @@ NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/hyph_bg_BG.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hyph_bg_BG.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_bg_BG.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>