Index: head/net/cvsupd-bin/Makefile =================================================================== --- head/net/cvsupd-bin/Makefile (revision 20071) +++ head/net/cvsupd-bin/Makefile (revision 20072) @@ -1,31 +1,32 @@ # New ports collection makefile for: cvsupd-bin # Version required: 16.0 # Date created: 17 August 1998 # Whom: Sheldon Hearn # -# $Id: Makefile,v 1.5 1999/03/06 22:40:25 wosch Exp $ +# $Id: Makefile,v 1.6 1999/07/04 20:50:37 steve Exp $ # DISTNAME= cvsupd-bin-16.0 CATEGORIES= devel net -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ -DISTFILES= cvsupd-bin-16.0.tar.gz +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org -ONLY_FOR_ARCHS= i386 +.if ${MACHINE_ARCH} == "i386" +DISTFILES= cvsupd-freebsd-ix86-aout-16.0${EXTRACT_SUFX} +.else +DISTFILES= cvsupd-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX} +.endif NO_BUILD= yes MAN8= cvsupd.8 +MANCOMPRESSED= yes STRIP= - -do-configure: - cd ${WRKSRC}; gunzip cvsupd.8.gz do-install: cd ${WRKSRC}; \ ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 .include Property changes on: head/net/cvsupd-bin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/cvsupd-bin/distinfo =================================================================== --- head/net/cvsupd-bin/distinfo (revision 20071) +++ head/net/cvsupd-bin/distinfo (revision 20072) @@ -1 +1,2 @@ -MD5 (cvsupd-bin-16.0.tar.gz) = c03347b4c0dbfc2a911cc1b5a045c3bb +MD5 (cvsupd-freebsd-ix86-aout-16.0.tar.gz) = c03347b4c0dbfc2a911cc1b5a045c3bb +MD5 (cvsupd-freebsd-alpha-16.0.tar.gz) = 2761f814563c6eb9a7fdf012065f40f4 Property changes on: head/net/cvsupd-bin/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property