diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-13 12:40:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-13 12:40:40 +0800 |
commit | a47e656764ce60574cb16218ac9ede74e705a09c (patch) | |
tree | 52ac04899748c739435730974d30bb7b70b58556 /german/hyphen | |
parent | 49316f34de0c786da8c7595724a379b5e422f647 (diff) | |
download | freebsd-ports-gnome-a47e656764ce60574cb16218ac9ede74e705a09c.tar.gz freebsd-ports-gnome-a47e656764ce60574cb16218ac9ede74e705a09c.tar.zst freebsd-ports-gnome-a47e656764ce60574cb16218ac9ede74e705a09c.zip |
- Set WRKSRC
Diffstat (limited to 'german/hyphen')
-rw-r--r-- | german/hyphen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/hyphen/Makefile b/german/hyphen/Makefile index cbfe7e9cbd75..c743ae7c5c3f 100644 --- a/german/hyphen/Makefile +++ b/german/hyphen/Makefile @@ -19,6 +19,7 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_de_DE.dic PLIST_DIRSTRY= %%DATADIR%% @@ -30,7 +31,7 @@ PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_de_DE.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${DATADIR}/ .for ALIAS in ${DEALIASES} ${LN} -s hyph_de_DE.dic ${DATADIR}/hyph_${ALIAS}.dic .endfor |