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 /ukrainian/hyphen | |
parent | 3963c326834e0e56d2401f33e0a83490ccfdb394 (diff) | |
download | ports-359ab9c7a8f2854367aefa83a5b4f551250d27b4.tar.gz ports-359ab9c7a8f2854367aefa83a5b4f551250d27b4.zip |
Notes
Diffstat (limited to 'ukrainian/hyphen')
-rw-r--r-- | ukrainian/hyphen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ukrainian/hyphen/Makefile b/ukrainian/hyphen/Makefile index 9ce3a21e1106..fb1a09bcdf6f 100644 --- a/ukrainian/hyphen/Makefile +++ b/ukrainian/hyphen/Makefile @@ -19,12 +19,13 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_uk_UA.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_uk_UA.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_uk_UA.dic ${DATADIR}/ .include <bsd.port.mk> |