aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-19 10:24:23 +0800
committertrevor <trevor@FreeBSD.org>2003-11-19 10:24:23 +0800
commit520dcb21375c8b46bf031eb1a0f8835c2a02571b (patch)
treebb07b3af47b1a7e866aa99df6e1d92695838d091
parent189c5eacc973417b61f811f2fceee1119c2a148a (diff)
downloadfreebsd-ports-gnome-520dcb21375c8b46bf031eb1a0f8835c2a02571b.tar.gz
freebsd-ports-gnome-520dcb21375c8b46bf031eb1a0f8835c2a02571b.tar.zst
freebsd-ports-gnome-520dcb21375c8b46bf031eb1a0f8835c2a02571b.zip
Let slave ports set BASEVERSION and PLIST.
-rw-r--r--x11-toolkits/linux-f10-gtk/Makefile4
-rw-r--r--x11-toolkits/linux-f8-gtk/Makefile4
-rw-r--r--x11-toolkits/linux-gtk/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile
index a602d1b7fb70..a355753dd0aa 100644
--- a/x11-toolkits/linux-f10-gtk/Makefile
+++ b/x11-toolkits/linux-f10-gtk/Makefile
@@ -26,13 +26,13 @@ DIST_SUBDIR= rpm
EXTRACT_ONLY=
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
-PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH}
+PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH}
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
# Let's avoid hardcoding 'en' as the language.
LANG= en
# Set the version of linux_base
-BASEVERSION= 7.1
+BASEVERSION?= 7.1
RPM_MIRRORS= \
ftp://ftp.redhat.com/pub/redhat/__DIR__/ \
ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \
diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile
index a602d1b7fb70..a355753dd0aa 100644
--- a/x11-toolkits/linux-f8-gtk/Makefile
+++ b/x11-toolkits/linux-f8-gtk/Makefile
@@ -26,13 +26,13 @@ DIST_SUBDIR= rpm
EXTRACT_ONLY=
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
-PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH}
+PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH}
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
# Let's avoid hardcoding 'en' as the language.
LANG= en
# Set the version of linux_base
-BASEVERSION= 7.1
+BASEVERSION?= 7.1
RPM_MIRRORS= \
ftp://ftp.redhat.com/pub/redhat/__DIR__/ \
ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile
index a602d1b7fb70..a355753dd0aa 100644
--- a/x11-toolkits/linux-gtk/Makefile
+++ b/x11-toolkits/linux-gtk/Makefile
@@ -26,13 +26,13 @@ DIST_SUBDIR= rpm
EXTRACT_ONLY=
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
-PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH}
+PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH}
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
# Let's avoid hardcoding 'en' as the language.
LANG= en
# Set the version of linux_base
-BASEVERSION= 7.1
+BASEVERSION?= 7.1
RPM_MIRRORS= \
ftp://ftp.redhat.com/pub/redhat/__DIR__/ \
ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \