diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-13 04:40:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-13 04:40:40 +0000 |
commit | 359ab9c7a8f2854367aefa83a5b4f551250d27b4 (patch) | |
tree | ff22b24725731f6fd726590a3f49677ec7515c1d /textproc/es-hyphen | |
parent | 3963c326834e0e56d2401f33e0a83490ccfdb394 (diff) |
Notes
Diffstat (limited to 'textproc/es-hyphen')
-rw-r--r-- | textproc/es-hyphen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/es-hyphen/Makefile b/textproc/es-hyphen/Makefile index bf11db825c74..8b16f572e548 100644 --- a/textproc/es-hyphen/Makefile +++ b/textproc/es-hyphen/Makefile @@ -18,6 +18,7 @@ COMMENT= Spanish hyphenation rules USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_es_ES.dic PLIST_DIRSTRY= %%DATADIR%% @@ -30,7 +31,7 @@ PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_es_ES.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_es_ES.dic ${DATADIR}/ .for ALIAS in ${ESALIASES} ${LN} -s hyph_es_ES.dic ${DATADIR}/hyph_${ALIAS}.dic .endfor |