diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:28:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:28:37 +0000 |
commit | f31fb0237cb542448b782b5725f3ea620f419cf1 (patch) | |
tree | 9b286bfabaa0b20a04b1aa6a4cade318ad08c013 /emulators/linux_base-62/Makefile | |
parent | d027ed05c57eaecf8b28bcb4669e06938d937a06 (diff) | |
download | FreeBSD-ports-f31fb0237cb542448b782b5725f3ea620f419cf1.zip FreeBSD-ports-f31fb0237cb542448b782b5725f3ea620f419cf1.tar.gz |
Move files/md5.{i386,alpha} to distinfo.{i386,alpha}.
Diffstat (limited to 'emulators/linux_base-62/Makefile')
-rw-r--r-- | emulators/linux_base-62/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index faba443..e631570 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/Makefile @@ -27,6 +27,7 @@ NO_BUILD= yes NO_FILTER_SHLIBS= yes NO_MTREE= yes PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} RPM_MIRRORS= \ ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ @@ -201,8 +202,3 @@ 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} |