diff options
author | adam <adam@FreeBSD.org> | 1994-09-25 19:12:03 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-09-25 19:12:03 +0000 |
commit | cb09d477d7190686152ac374843cfbb3d518361b (patch) | |
tree | f026e5c63fc75003bf7f7feb3eadb9885b5ddb02 /net | |
parent | b8add248aec542f825c279bda82f9b7ffbbfd132 (diff) | |
download | FreeBSD-ports-cb09d477d7190686152ac374843cfbb3d518361b.zip FreeBSD-ports-cb09d477d7190686152ac374843cfbb3d518361b.tar.gz |
Oops, forgot terminating '/' on MASTER_SITES
Diffstat (limited to 'net')
-rw-r--r-- | net/pmf/Makefile | 4 | ||||
-rw-r--r-- | net/wais/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile index 0d0fcb0..fc3e176 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 4237d2a..c58f2c8 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> |