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 | |
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')
-rw-r--r-- | textproc/da-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/el-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/es-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/id-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/it-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/lt-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/nl-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/ro-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/sk-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/sl-hyphen/Makefile | 3 | ||||
-rw-r--r-- | textproc/sv-hyphen/Makefile | 3 |
11 files changed, 22 insertions, 11 deletions
diff --git a/textproc/da-hyphen/Makefile b/textproc/da-hyphen/Makefile index 3918f3f174d6..92985e8b0456 100644 --- a/textproc/da-hyphen/Makefile +++ b/textproc/da-hyphen/Makefile @@ -20,12 +20,13 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_da_DK.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_da_DK.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_da_DK.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/textproc/el-hyphen/Makefile b/textproc/el-hyphen/Makefile index 6f2fb84bf1a9..fadf43903f6a 100644 --- a/textproc/el-hyphen/Makefile +++ b/textproc/el-hyphen/Makefile @@ -20,6 +20,7 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_el_CY.dic \ %%DATADIR%%/hyph_el_GR.dic @@ -27,7 +28,7 @@ PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_el_GR.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_el_GR.dic ${DATADIR}/ ${LN} -s hyph_el_GR.dic ${DATADIR}/hyph_el_CY.dic .include <bsd.port.mk> 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 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> diff --git a/textproc/it-hyphen/Makefile b/textproc/it-hyphen/Makefile index 1226d88f6d26..dfa5a9754aa7 100644 --- a/textproc/it-hyphen/Makefile +++ b/textproc/it-hyphen/Makefile @@ -20,6 +20,7 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_it_CH.dic \ %%DATADIR%%/hyph_it_IT.dic @@ -27,7 +28,7 @@ PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_it_IT.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_it_IT.dic ${DATADIR}/ ${LN} -s hyph_it_IT.dic ${DATADIR}/hyph_it_CH.dic .include <bsd.port.mk> diff --git a/textproc/lt-hyphen/Makefile b/textproc/lt-hyphen/Makefile index 87c28e517ea5..bd5c0e85c10c 100644 --- a/textproc/lt-hyphen/Makefile +++ b/textproc/lt-hyphen/Makefile @@ -20,12 +20,13 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_lt_LT.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_lt_LT.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_lt_LT.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/textproc/nl-hyphen/Makefile b/textproc/nl-hyphen/Makefile index debb22abf779..8ed866f32844 100644 --- a/textproc/nl-hyphen/Makefile +++ b/textproc/nl-hyphen/Makefile @@ -20,12 +20,13 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_nl_NL.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_nl_NL.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_nl_NL.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/textproc/ro-hyphen/Makefile b/textproc/ro-hyphen/Makefile index 88c68731c974..92198577586e 100644 --- a/textproc/ro-hyphen/Makefile +++ b/textproc/ro-hyphen/Makefile @@ -21,12 +21,13 @@ LICENSE_COMB= dual USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_ro_RO.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_ro_RO.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_ro_RO.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/textproc/sk-hyphen/Makefile b/textproc/sk-hyphen/Makefile index 8789d324f5ac..5c809fe3c50e 100644 --- a/textproc/sk-hyphen/Makefile +++ b/textproc/sk-hyphen/Makefile @@ -20,12 +20,13 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_sk_SK.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_sk_SK.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_sk_SK.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/textproc/sl-hyphen/Makefile b/textproc/sl-hyphen/Makefile index c7ea00c9f7a9..6ec93525440c 100644 --- a/textproc/sl-hyphen/Makefile +++ b/textproc/sl-hyphen/Makefile @@ -20,12 +20,13 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_sl_SI.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_sl_SI.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_sl_SI.dic ${DATADIR}/ .include <bsd.port.mk> 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> |