diff options
Diffstat (limited to 'emulators/linux_base-62')
-rw-r--r-- | emulators/linux_base-62/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index 80aa0bd..071f586 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/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} |