diff options
-rw-r--r-- | net/pmf/Makefile | 4 | ||||
-rw-r--r-- | net/wais/Makefile | 4 | ||||
-rw-r--r-- | www/gn/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile index 0d0fcb0c43b7..fc3e176958eb 100644 --- a/net/pmf/Makefile +++ b/net/pmf/Makefile @@ -3,11 +3,11 @@ # Date created: 24 Sep 1994 # Whom: adam # -# $Id: Makefile,v $ +# $Id: Makefile,v 1.1.1.1 1994/09/25 07:15:34 adam Exp $ # DISTNAME= pmf-1.13.1 -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients/ WRKSRC= ${WRKDIR}/pmfdir/src pre-install: diff --git a/net/wais/Makefile b/net/wais/Makefile index 4237d2a0fb81..c58f2c808590 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,10 +3,10 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v $ +# $Id: Makefile,v 1.1.1.1 1994/09/23 20:14:57 adam Exp $ # DISTNAME= freeWAIS-0.3 -MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais +MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ .include <bsd.port.mk> diff --git a/www/gn/Makefile b/www/gn/Makefile index 71fa07ab4f3f..0ec709aafebb 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,11 +3,11 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v $ +# $Id: Makefile,v 1.1.1.1 1994/09/23 20:25:10 adam Exp $ # DISTNAME= gn-2.13 -MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn +MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn/ INETD_CONF= /etc/inetd.conf CONF= ' stream tcp nowait nobody /usr/local/etc/gn gn' DEPENDS= net/wais |