diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:28:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:28:37 +0000 |
commit | 479b3e87ffda5f656fdc6cd5e5744cdafc4c1411 (patch) | |
tree | a288b3b1a5bb867ae1ac40f35359aa0eafd97ece /emulators/linux_base-suse-9.2 | |
parent | f7c1b90f734ee8722065fd181df6c63fc0387109 (diff) | |
download | ports-479b3e87ffda5f656fdc6cd5e5744cdafc4c1411.tar.gz ports-479b3e87ffda5f656fdc6cd5e5744cdafc4c1411.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.2')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index faba4434347e..e631570287ca 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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} |