diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-09-04 22:28:41 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-09-04 22:28:41 +0000 |
commit | 6675b7b0332dc35e46eef18b9bf29bbbe8095081 (patch) | |
tree | e95971aa3426f4dfeb351e9c5b82dd3eece44dc7 /emulators/linux_base-suse-9.3 | |
parent | 0447f28d88d1c28916bcc107ad955ecbf272daf9 (diff) | |
download | ports-6675b7b0332dc35e46eef18b9bf29bbbe8095081.tar.gz ports-6675b7b0332dc35e46eef18b9bf29bbbe8095081.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 80aa0bd30fa2..071f586b2248 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/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} |