diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-19 10:24:23 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-19 10:24:23 +0800 |
commit | 520dcb21375c8b46bf031eb1a0f8835c2a02571b (patch) | |
tree | bb07b3af47b1a7e866aa99df6e1d92695838d091 | |
parent | 189c5eacc973417b61f811f2fceee1119c2a148a (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 4 |
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__/ \ |