diff options
-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 |