mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix LATEST_LINK conflicts
NO_LATEST_LINK=yes for openoffice-1.0 ports since they may be deprecated in future... Pointed out by: kris
This commit is contained in:
parent
044038d033
commit
46b7ad4ab6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106753
@ -10,4 +10,6 @@ LANG_EXT= 96
|
||||
LANG_CONFIGURE_ARG= ARAB
|
||||
MASTERDIR= ${.CURDIR}/../openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK=yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -10,4 +10,5 @@ LANG_EXT= 45
|
||||
LANG_CONFIGURE_ARG= DAN
|
||||
MASTERDIR= ${.CURDIR}/../openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK=yes
|
||||
.include "${MASTERDIR}/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"
|
||||
|
@ -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"
|
||||
|
@ -10,4 +10,5 @@ LANG_EXT= 31
|
||||
LANG_CONFIGURE_ARG= DTCH
|
||||
MASTERDIR= ${.CURDIR}/../openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/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"
|
||||
|
@ -10,4 +10,5 @@ LANG_EXT= 90
|
||||
LANG_CONFIGURE_ARG= TURK
|
||||
MASTERDIR= ${.CURDIR}/../openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/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
|
||||
|
@ -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
|
||||
|
@ -13,4 +13,5 @@ L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
|
||||
LANG_CONFIGURE_ARG= FREN
|
||||
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -24,4 +24,5 @@ MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0
|
||||
|
||||
COMMENT= Office-Suite mit Textverarbeitung, Tabellenkalkulation, Datenbank und Praesentationsprogramm
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -14,4 +14,6 @@ MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0
|
||||
RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts
|
||||
|
||||
L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -12,4 +12,5 @@ LANG_EXT= 82
|
||||
LANG_CONFIGURE_ARG= KOREAN
|
||||
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -12,4 +12,5 @@ LANG_EXT= 48
|
||||
LANG_CONFIGURE_ARG= POL
|
||||
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -19,4 +19,5 @@ LANG_EXT= 03
|
||||
LANG_CONFIGURE_ARG= PORT
|
||||
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -19,4 +19,5 @@ MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0
|
||||
PATCH_SITES= http://people.freebsd.org/~mbr/ooo/
|
||||
PATCHFILES= patch-translation-ru-1.0.3.bz2
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user