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 /textproc/id-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 'textproc/id-hyphen')
-rw-r--r-- | textproc/id-hyphen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/id-hyphen/Makefile b/textproc/id-hyphen/Makefile index d517b0a52f22..efc4433a3d40 100644 --- a/textproc/id-hyphen/Makefile +++ b/textproc/id-hyphen/Makefile @@ -20,12 +20,13 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_id_ID.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_id_ID.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_id_ID.dic ${DATADIR}/ .include <bsd.port.mk> |