aboutsummaryrefslogtreecommitdiffstats
path: root/french
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-08-13 12:40:40 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-08-13 12:40:40 +0800
commita47e656764ce60574cb16218ac9ede74e705a09c (patch)
tree52ac04899748c739435730974d30bb7b70b58556 /french
parent49316f34de0c786da8c7595724a379b5e422f647 (diff)
downloadfreebsd-ports-gnome-a47e656764ce60574cb16218ac9ede74e705a09c.tar.gz
freebsd-ports-gnome-a47e656764ce60574cb16218ac9ede74e705a09c.tar.zst
freebsd-ports-gnome-a47e656764ce60574cb16218ac9ede74e705a09c.zip
- Set WRKSRC
Diffstat (limited to 'french')
-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