diff options
author | Adam David <adam@FreeBSD.org> | 1994-09-25 19:12:03 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1994-09-25 19:12:03 +0000 |
commit | 67a1fbb2119b51bae5ffc2b36f04cfdbf9dc01b4 (patch) | |
tree | 13f74f2b842c9539280ba34eadb1c277c29ed870 /net/wais | |
parent | 59ea28ea2a89bb18738c4944aa1cc6d35851bc6d (diff) | |
download | ports-67a1fbb2119b51bae5ffc2b36f04cfdbf9dc01b4.tar.gz ports-67a1fbb2119b51bae5ffc2b36f04cfdbf9dc01b4.zip |
Oops, forgot terminating '/' on MASTER_SITES
Notes
Notes:
svn path=/head/; revision=127
Diffstat (limited to 'net/wais')
-rw-r--r-- | net/wais/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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> |