diff options
author | marcel <marcel@FreeBSD.org> | 2000-09-05 06:28:41 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-09-05 06:28:41 +0800 |
commit | 279ba0957d904fae24b553a63a7ca365aaef3923 (patch) | |
tree | 0f518ad23d0800121bf1568f29f89a3970fe038a /emulators/linux_base-rh-9 | |
parent | f59730ecfe47e7a1cd8e303b2b3aa64cc338325c (diff) | |
download | freebsd-ports-gnome-279ba0957d904fae24b553a63a7ca365aaef3923.tar.gz freebsd-ports-gnome-279ba0957d904fae24b553a63a7ca365aaef3923.tar.zst freebsd-ports-gnome-279ba0957d904fae24b553a63a7ca365aaef3923.zip |
Use distinct md5 files for both alpha and i386. There are arch.
independent packages that, despite the identical names, have
different contents.
This "feature" is currently implemented in a way that works
around a limitation in bsd.port.mk and can be considered a
hack.
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 80aa0bd30fa2..071f586b2248 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -201,3 +201,8 @@ post-install: @${ECHO} '' .include <bsd.port.post.mk> + +# XXX - bsd.port.mk defines MD5_FILE unconditionally. Redefine it +# here so that we pick up the right md5 file. If bsd.port.mk is +# ever changed, move this to where PLIST is defined. +MD5_FILE= ${FILESDIR}/md5.${MACHINE_ARCH} |