aboutsummaryrefslogtreecommitdiff
path: root/french/hyphen
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-13 04:40:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-13 04:40:40 +0000
commit359ab9c7a8f2854367aefa83a5b4f551250d27b4 (patch)
treeff22b24725731f6fd726590a3f49677ec7515c1d /french/hyphen
parent3963c326834e0e56d2401f33e0a83490ccfdb394 (diff)
downloadports-359ab9c7a8f2854367aefa83a5b4f551250d27b4.tar.gz
ports-359ab9c7a8f2854367aefa83a5b4f551250d27b4.zip
Notes
Diffstat (limited to 'french/hyphen')
-rw-r--r--french/hyphen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/french/hyphen/Makefile b/french/hyphen/Makefile
index b1c5200b86c0..abffe7b54898 100644
--- a/french/hyphen/Makefile
+++ b/french/hyphen/Makefile
@@ -17,6 +17,7 @@ COMMENT= French hyphenation rules
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_fr_FR.dic
PLIST_DIRSTRY= %%DATADIR%%
@@ -28,7 +29,7 @@ PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_fr_FR.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_fr_FR.dic ${DATADIR}/
.for ALIAS in ${FRALIASES}
${LN} -s hyph_fr_FR.dic ${DATADIR}/hyph_${ALIAS}.dic
.endfor