diff options
Diffstat (limited to 'net/cvsup-bin/Makefile')
-rw-r--r-- | net/cvsup-bin/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 44e84810994c..227d512d8ec9 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -1,28 +1,29 @@ # New ports collection makefile for: cvsup-bin -# Version required: 16.0 +# Version required: 16.1 # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # # $FreeBSD$ # -DISTNAME= cvsup-bin-16.0 +DISTNAME= cvsup-bin-16.1 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org .if ${MACHINE_ARCH} == "i386" -DISTFILES= cvsup-freebsd-ix86-aout-16.0${EXTRACT_SUFX} +DISTFILES= cvsup-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX} .else -DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX} -WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.0 +DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.1${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.1 .endif NO_BUILD= yes MAN1= cvpasswd.1 cvsup.1 MANCOMPRESSED= yes +NOT_FOR_ARCHS= alpha STRIP= do-install: |