diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index fdccb4da3f3f..15a9a18b274f 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -1,42 +1,42 @@ # New ports collection makefile for: cvsup-bin # Version required: 15.2 # Date created: 12 November 1997 # Whom: Sheldon Hearn # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/17 00:45:13 jdp Exp $ # DISTNAME= cvsup-bin-15.2 CATEGORIES= devel net -MASTER_SITES= ftp://hub.freebsd.org/pub/CVSup/ \ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ DISTFILES= cvsup-bin-15.2.tar.gz MAINTAINER= axl@iafrica.com NO_BUILD= yes MAN1= cvsup.1 supconv.1 # Uncomment the next line if you want cvsupd as well # USE_CVSUPD= yes .ifdef USE_CVSUPD DISTFILES+= cvsupd-bin-15.2.tar.gz MAN8= cvsupd.8 PLIST= ${PKGDIR}/PLIST.cvsupd .endif do-install: cd ${WRKDIR}/cvsup-bin-15.2; \ ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ ${INSTALL_SCRIPT} supconv ${PREFIX}/bin; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .ifdef USE_CVSUPD cd ${WRKDIR}/cvsupd-bin-15.2; \ ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 .endif .include diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 20d0b70ccec1..2362e1264f44 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: cvsup # Version required: 15.2 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.20 1997/07/11 05:20:28 jdp Exp $ +# $Id: Makefile,v 1.21 1997/09/28 21:33:41 jdp Exp $ # DISTNAME= cvsup-15.2 CATEGORIES= devel net -MASTER_SITES= ftp://hub.freebsd.org/pub/CVSup/ \ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ MAINTAINER= jdp@FreeBSD.org BUILD_DEPENDS= m3build-5:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3\\.5\\.:${PORTSDIR}/lang/modula-3-lib # To build the client without GUI support: #MAKE_ENV= M3FLAGS=-DNOGUI # To link the programs statically: #MAKE_ENV= M3FLAGS=-DSTATIC # To link just the Modula-3 libraries statically: #MAKE_ENV= M3FLAGS=-DM3STATIC # If you combine these, use double quotes: #MAKE_ENV= M3FLAGS="-DNOGUI -DSTATIC" .include