Index: head/net/cvsup-bin/Makefile =================================================================== --- head/net/cvsup-bin/Makefile (revision 20070) +++ head/net/cvsup-bin/Makefile (revision 20071) @@ -1,31 +1,35 @@ # New ports collection makefile for: cvsup-bin # Version required: 16.0 # Date created: 12 November 1997 # Whom: Sheldon Hearn # -# $Id: Makefile,v 1.10 1999/03/06 22:40:21 wosch Exp $ +# $Id: Makefile,v 1.11 1999/07/04 20:50:33 steve Exp $ # DISTNAME= cvsup-bin-16.0 CATEGORIES= devel net -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ -DISTFILES= cvsup-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= cvsup-freebsd-ix86-aout-16.0${EXTRACT_SUFX} +.else +DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.0 +.endif NO_BUILD= yes -MAN1= cvpasswd.1 cvsup.1 +MAN1= cvpasswd.1 cvsup.1 +MANCOMPRESSED= yes STRIP= -do-configure: - cd ${WRKSRC}; gunzip ${MAN1:S/$/.gz/} - do-install: cd ${WRKSRC}; \ - ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin; \ - ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin +.for file in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/${file}.gz ${PREFIX}/man/man1 +.endfor .include Property changes on: head/net/cvsup-bin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/cvsup-bin/distinfo =================================================================== --- head/net/cvsup-bin/distinfo (revision 20070) +++ head/net/cvsup-bin/distinfo (revision 20071) @@ -1 +1,2 @@ -MD5 (cvsup-bin-16.0.tar.gz) = 57c25981d3c1d82a79b9ae18aaea715b +MD5 (cvsup-freebsd-ix86-aout-16.0.tar.gz) = 57c25981d3c1d82a79b9ae18aaea715b +MD5 (cvsup.nogui-freebsd-alpha-16.0.tar.gz) = cd5920ec3034621c869e11618632b76a Property changes on: head/net/cvsup-bin/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property