summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-13 04:40:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-13 04:40:40 +0000
commit359ab9c7a8f2854367aefa83a5b4f551250d27b4 (patch)
treeff22b24725731f6fd726590a3f49677ec7515c1d
parent- Update to 2.4.0 (diff)
- Set WRKSRC
Notes
Notes: svn path=/head/; revision=279577
-rw-r--r--french/hyphen/Makefile3
-rw-r--r--german/hyphen/Makefile3
-rw-r--r--hungarian/hyphen/Makefile3
-rw-r--r--polish/hyphen/Makefile3
-rw-r--r--portuguese/hyphen/Makefile3
-rw-r--r--russian/hyphen/Makefile3
-rw-r--r--textproc/da-hyphen/Makefile3
-rw-r--r--textproc/el-hyphen/Makefile3
-rw-r--r--textproc/es-hyphen/Makefile3
-rw-r--r--textproc/id-hyphen/Makefile3
-rw-r--r--textproc/it-hyphen/Makefile3
-rw-r--r--textproc/lt-hyphen/Makefile3
-rw-r--r--textproc/nl-hyphen/Makefile3
-rw-r--r--textproc/ro-hyphen/Makefile3
-rw-r--r--textproc/sk-hyphen/Makefile3
-rw-r--r--textproc/sl-hyphen/Makefile3
-rw-r--r--textproc/sv-hyphen/Makefile3
-rw-r--r--ukrainian/hyphen/Makefile3
18 files changed, 36 insertions, 18 deletions
diff --git a/french/hyphen/Makefile b/french/hyphen/Makefile
index b1c5200b86c0..abffe7b54898 100644
--- a/french/hyphen/Makefile
+++ b/french/hyphen/Makefile
@@ -17,6 +17,7 @@ COMMENT= French hyphenation rules
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_fr_FR.dic
PLIST_DIRSTRY= %%DATADIR%%
@@ -28,7 +29,7 @@ PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_fr_FR.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_fr_FR.dic ${DATADIR}/
.for ALIAS in ${FRALIASES}
${LN} -s hyph_fr_FR.dic ${DATADIR}/hyph_${ALIAS}.dic
.endfor
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
diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile
index c598b448e0b7..b4b111616609 100644
--- a/hungarian/hyphen/Makefile
+++ b/hungarian/hyphen/Makefile
@@ -19,12 +19,13 @@ LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic
PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_hu_HU.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${DATADIR}/
.include <bsd.port.mk>
diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile
index b9f0618a03b8..cd5c17f3f505 100644
--- a/polish/hyphen/Makefile
+++ b/polish/hyphen/Makefile
@@ -19,12 +19,13 @@ LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic
PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_pl_PL.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${DATADIR}/
.include <bsd.port.mk>
diff --git a/portuguese/hyphen/Makefile b/portuguese/hyphen/Makefile
index b0348de72e34..3872d5c392de 100644
--- a/portuguese/hyphen/Makefile
+++ b/portuguese/hyphen/Makefile
@@ -19,6 +19,7 @@ LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_pt_BR.dic \
%%DATADIR%%/hyph_pt_PT.dic
@@ -26,7 +27,7 @@ PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_pt_PT.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${DATADIR}/
${LN} -s hyph_pt_PT.dic ${DATADIR}/hyph_pt_BR.dic
.include <bsd.port.mk>
diff --git a/russian/hyphen/Makefile b/russian/hyphen/Makefile
index 1466fc8c0e83..305dc7973727 100644
--- a/russian/hyphen/Makefile
+++ b/russian/hyphen/Makefile
@@ -19,6 +19,7 @@ LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/hyph_ru_RU.dic \
%%DATADIR%%/hyph_ru_UA.dic
@@ -26,7 +27,7 @@ PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/hyph_ru_RU.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_ru_RU.dic ${DATADIR}/
${LN} -s hyph_ru_RU.dic ${DATADIR}/hyph_ru_UA.dic
.include <bsd.port.mk>
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>
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>