aboutsummaryrefslogtreecommitdiff
path: root/textproc/sv-hyphen/Makefile
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 /textproc/sv-hyphen/Makefile
parent3963c326834e0e56d2401f33e0a83490ccfdb394 (diff)
downloadports-359ab9c7a8f2854367aefa83a5b4f551250d27b4.tar.gz
ports-359ab9c7a8f2854367aefa83a5b4f551250d27b4.zip
- Set WRKSRC
Notes
Notes: svn path=/head/; revision=279577
Diffstat (limited to 'textproc/sv-hyphen/Makefile')
-rw-r--r--textproc/sv-hyphen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/sv-hyphen/Makefile b/textproc/sv-hyphen/Makefile
index 257a06e69bb8..dc22e06c0725 100644
--- a/textproc/sv-hyphen/Makefile
+++ b/textproc/sv-hyphen/Makefile
@@ -20,6 +20,7 @@ LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_sv_FI.dic \
%%DATADIR%%/hyph_sv_SE.dic
@@ -27,7 +28,7 @@ PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_sv_SE.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_sv_SE.dic ${DATADIR}/
${LN} -s hyph_sv_SE.dic ${DATADIR}/hyph_sv_FI.dic
.include <bsd.port.mk>