diff options
author | obrien <obrien@FreeBSD.org> | 2000-03-22 14:48:21 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-03-22 14:48:21 +0800 |
commit | 3f7c2c198f2d5b5cf62640bf9e40fdc2cf3e985c (patch) | |
tree | fdaa5de78f9fa7b6431c76b89fb6e59048e1958c /misc/dnetc | |
parent | b49ac20c616e8d9eec93abfd5d94a6ef191dc516 (diff) | |
download | freebsd-ports-gnome-3f7c2c198f2d5b5cf62640bf9e40fdc2cf3e985c.tar.gz freebsd-ports-gnome-3f7c2c198f2d5b5cf62640bf9e40fdc2cf3e985c.tar.zst freebsd-ports-gnome-3f7c2c198f2d5b5cf62640bf9e40fdc2cf3e985c.zip |
Something for all the 64-bit based conspiracy theorists and code hackers
out there.
Diffstat (limited to 'misc/dnetc')
-rw-r--r-- | misc/dnetc/Makefile | 9 | ||||
-rw-r--r-- | misc/dnetc/distinfo | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 4e29eba1b90f..6f3182886dfc 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -11,11 +11,16 @@ PKGNAME= dnetc-2.8007.458b CATEGORIES= misc MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8007/ \ http://http.distributed.net/pub/dcti/v2.8007/ -DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz .include <bsd.port.pre.mk> -ONLY_FOR_ARCHS= i386 +.if ${ARCH} == "i386" +DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz +.elif ${ARCH} == "alpha" +DISTFILES= dnetc458-digital_unix-alpha.tar.gz +.endif + +ONLY_FOR_ARCHS= i386 alpha .if ${OSVERSION} < 220000 BROKEN= "dnetc is not available for your version of FreeBSD. Please upgrade." diff --git a/misc/dnetc/distinfo b/misc/dnetc/distinfo index 9d706853aee9..b350964d911d 100644 --- a/misc/dnetc/distinfo +++ b/misc/dnetc/distinfo @@ -1 +1,2 @@ MD5 (dnetc458b-freebsd-x86-elf.tar.gz) = 261a3570052371ec272cb77488ff97a0 +MD5 (dnetc458-digital_unix-alpha.tar.gz) = bccdca9f499c0b36be7a758b341e338b |