diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 05:50:51 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 05:50:51 +0800 |
commit | 14e416cf1b01a153c2d6fb9059560e5519590b88 (patch) | |
tree | 630b9f11ef974b48a09188a756a5f0a5a486a80d /textproc/sv-hyphen | |
parent | 669a31554a19fb131b4a22bced641198576475fe (diff) | |
download | freebsd-ports-gnome-14e416cf1b01a153c2d6fb9059560e5519590b88.tar.gz freebsd-ports-gnome-14e416cf1b01a153c2d6fb9059560e5519590b88.tar.zst freebsd-ports-gnome-14e416cf1b01a153c2d6fb9059560e5519590b88.zip |
Support stage
Diffstat (limited to 'textproc/sv-hyphen')
-rw-r--r-- | textproc/sv-hyphen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/sv-hyphen/Makefile b/textproc/sv-hyphen/Makefile index 591152e01cd0..9051d215b266 100644 --- a/textproc/sv-hyphen/Makefile +++ b/textproc/sv-hyphen/Makefile @@ -22,10 +22,9 @@ PLIST_FILES= %%DATADIR%%/hyph_sv_FI.dic \ %%DATADIR%%/hyph_sv_SE.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_sv_SE.dic ${DATADIR}/ - ${LN} -s hyph_sv_SE.dic ${DATADIR}/hyph_sv_FI.dic + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_sv_SE.dic ${STAGEDIR}${DATADIR}/ + ${LN} -s hyph_sv_SE.dic ${STAGEDIR}${DATADIR}/hyph_sv_FI.dic .include <bsd.port.mk> |