summaryrefslogtreecommitdiff
path: root/russian/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 /russian/hyphen
parent- Update to 2.4.0 (diff)
- Set WRKSRC
Notes
Notes: svn path=/head/; revision=279577
Diffstat (limited to 'russian/hyphen')
-rw-r--r--russian/hyphen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/hyphen/Makefile b/russian/hyphen/Makefile
index 1466fc8c0e83..305dc7973727 100644
--- a/russian/hyphen/Makefile
+++ b/russian/hyphen/Makefile
@@ -19,6 +19,7 @@ LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_ru_RU.dic \
%%DATADIR%%/hyph_ru_UA.dic
@@ -26,7 +27,7 @@ PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_ru_RU.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_ru_RU.dic ${DATADIR}/
${LN} -s hyph_ru_RU.dic ${DATADIR}/hyph_ru_UA.dic
.include <bsd.port.mk>