diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0-ar/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-1.0-dk/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-es/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-it/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-nl/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-se/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-tr/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 1 |
9 files changed, 10 insertions, 0 deletions
diff --git a/editors/openoffice-1.0-ar/Makefile b/editors/openoffice-1.0-ar/Makefile index 1abf0c7f4ca2..24a85897b7af 100644 --- a/editors/openoffice-1.0-ar/Makefile +++ b/editors/openoffice-1.0-ar/Makefile @@ -10,4 +10,6 @@ LANG_EXT= 96 LANG_CONFIGURE_ARG= ARAB MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK=yes + .include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-1.0-dk/Makefile b/editors/openoffice-1.0-dk/Makefile index 282a7cf0d93f..31a31642a55b 100644 --- a/editors/openoffice-1.0-dk/Makefile +++ b/editors/openoffice-1.0-dk/Makefile @@ -10,4 +10,5 @@ LANG_EXT= 45 LANG_CONFIGURE_ARG= DAN MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK=yes .include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-1.0-es/Makefile b/editors/openoffice-1.0-es/Makefile index 4e618b07988f..8bc819da4905 100644 --- a/editors/openoffice-1.0-es/Makefile +++ b/editors/openoffice-1.0-es/Makefile @@ -12,4 +12,5 @@ L10NHELP= helpcontent_${LANG_EXT}_unix.tgz LANG_CONFIGURE_ARG= SPAN MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-1.0-it/Makefile b/editors/openoffice-1.0-it/Makefile index 1bbf160186c1..1feba548d8c7 100644 --- a/editors/openoffice-1.0-it/Makefile +++ b/editors/openoffice-1.0-it/Makefile @@ -11,4 +11,5 @@ L10NHELP= helpcontent_${LANG_EXT}_unix.tgz LANG_CONFIGURE_ARG= ITAL MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-1.0-nl/Makefile b/editors/openoffice-1.0-nl/Makefile index 5b172ca0aaa7..ed5bbe43f51d 100644 --- a/editors/openoffice-1.0-nl/Makefile +++ b/editors/openoffice-1.0-nl/Makefile @@ -10,4 +10,5 @@ LANG_EXT= 31 LANG_CONFIGURE_ARG= DTCH MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-1.0-se/Makefile b/editors/openoffice-1.0-se/Makefile index 074fe1dda2e4..35ce43a3a387 100644 --- a/editors/openoffice-1.0-se/Makefile +++ b/editors/openoffice-1.0-se/Makefile @@ -11,4 +11,5 @@ L10NHELP= helpcontent_${LANG_EXT}_unix.tgz LANG_CONFIGURE_ARG= SWED MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-1.0-tr/Makefile b/editors/openoffice-1.0-tr/Makefile index a21767270f13..edcc9be7a2aa 100644 --- a/editors/openoffice-1.0-tr/Makefile +++ b/editors/openoffice-1.0-tr/Makefile @@ -10,4 +10,5 @@ LANG_EXT= 90 LANG_CONFIGURE_ARG= TURK MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index e66492ab892a..0f020ef2c0c5 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -25,6 +25,7 @@ DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \ DISTFILES+= ${L10NHELP:S/$/:help/} .endif +NO_LATEST_LINK= yes FIND?= /usr/bin/find CUT?= /usr/bin/cut AWK?= /usr/bin/awk diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index e66492ab892a..0f020ef2c0c5 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -25,6 +25,7 @@ DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \ DISTFILES+= ${L10NHELP:S/$/:help/} .endif +NO_LATEST_LINK= yes FIND?= /usr/bin/find CUT?= /usr/bin/cut AWK?= /usr/bin/awk |