diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-19 21:13:13 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-19 21:13:13 +0800 |
commit | 0d777ca7497cc960e003e5b630aac40b371b6a01 (patch) | |
tree | 4d0164c3c1d5baf25c368ec62524c34e79e424e0 /x11-toolkits | |
parent | 63756133cdd5fbd5b6b4d841f8ef89cf5971c25f (diff) | |
download | freebsd-ports-gnome-0d777ca7497cc960e003e5b630aac40b371b6a01.tar.gz freebsd-ports-gnome-0d777ca7497cc960e003e5b630aac40b371b6a01.tar.zst freebsd-ports-gnome-0d777ca7497cc960e003e5b630aac40b371b6a01.zip |
Make MD5_FILE changeable by slave ports which install "noarch" RPMs.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/linux-f10-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index a355753dd0aa..ad09225d8ad9 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -27,7 +27,7 @@ EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile index a355753dd0aa..ad09225d8ad9 100644 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ b/x11-toolkits/linux-f8-gtk/Makefile @@ -27,7 +27,7 @@ EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index a355753dd0aa..ad09225d8ad9 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -27,7 +27,7 @@ EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en |