diff options
author | John Polstra <jdp@FreeBSD.org> | 1999-12-28 05:35:43 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1999-12-28 05:35:43 +0000 |
commit | 2b92de6c0581b15541c50ee5aae8693f1effe713 (patch) | |
tree | 1c8de526ac29f0ff58b815b47af85780c980a19e /net/cvsup-bin | |
parent | f2bfcd0ccaa72dbfcea39efcc8bbd8f1accb7d27 (diff) | |
download | ports-2b92de6c0581b15541c50ee5aae8693f1effe713.tar.gz ports-2b92de6c0581b15541c50ee5aae8693f1effe713.zip |
Notes
Diffstat (limited to 'net/cvsup-bin')
-rw-r--r-- | net/cvsup-bin/Makefile | 12 | ||||
-rw-r--r-- | net/cvsup-bin/distinfo | 1 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 227d512d8ec9..edb6a7628145 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -12,18 +12,22 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org +.include <bsd.port.pre.mk> + .if ${MACHINE_ARCH} == "i386" DISTFILES= cvsup-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX} .else -DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.1${EXTRACT_SUFX} -WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.1 +.if ${OSVERSION} >= 400011 +DISTFILES= cvsup-freebsd4-${MACHINE_ARCH}-16.1${EXTRACT_SUFX} +.else +BROKEN= Not supported for pre-4.0 FreeBSD/Alpha versions +.endif .endif NO_BUILD= yes MAN1= cvpasswd.1 cvsup.1 MANCOMPRESSED= yes -NOT_FOR_ARCHS= alpha STRIP= do-install: @@ -33,4 +37,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${file}.gz ${PREFIX}/man/man1 .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo index b9c69559fe2c..c33253b7bc42 100644 --- a/net/cvsup-bin/distinfo +++ b/net/cvsup-bin/distinfo @@ -1,2 +1,3 @@ MD5 (cvsup-freebsd-ix86-aout-16.1.tar.gz) = f81c01faf7c5fbbfe4c871243d452871 MD5 (cvsup-freebsd-ix86-elf-16.1.tar.gz) = d437c49af3068e23237d3e05755178a6 +MD5 (cvsup-freebsd4-alpha-16.1.tar.gz) = ac7daa10068f5d8bec4cf3c7242b2bbb |