diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:53:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:53:56 +0000 |
commit | becc4b2cc39c53dd280367f0bbe0c7f0c9ec5680 (patch) | |
tree | 77a7e491052228d4c989c7b6eaff8ff9aa768399 /french | |
parent | 14e416cf1b01a153c2d6fb9059560e5519590b88 (diff) | |
download | ports-becc4b2cc39c53dd280367f0bbe0c7f0c9ec5680.tar.gz ports-becc4b2cc39c53dd280367f0bbe0c7f0c9ec5680.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/hyphen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/french/hyphen/Makefile b/french/hyphen/Makefile index e5b854f6e4d0..2c68e374e581 100644 --- a/french/hyphen/Makefile +++ b/french/hyphen/Makefile @@ -22,12 +22,11 @@ FRALIASES= fr_FR fr_BE fr_CA fr_CH fr_LU PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_fr.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_fr.dic ${STAGEDIR}${DATADIR}/ .for ALIAS in ${FRALIASES} - ${LN} -s hyph_fr.dic ${DATADIR}/hyph_${ALIAS}.dic + ${LN} -s hyph_fr.dic ${STAGEDIR}${DATADIR}/hyph_${ALIAS}.dic .endfor .include <bsd.port.mk> |