diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 06:02:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 06:02:52 +0000 |
commit | c6f00c975a2f23de4408e5486bd86c09b4a9a37d (patch) | |
tree | 35ce93ff0debf45618bc36d5977a222ddb1c1a37 /misc/jive | |
parent | 056c3a9f3aaa4bb86cc19c46751a681167c2942a (diff) | |
download | ports-c6f00c975a2f23de4408e5486bd86c09b4a9a37d.tar.gz ports-c6f00c975a2f23de4408e5486bd86c09b4a9a37d.zip |
Add a secondary distsite.
Notes
Notes:
svn path=/head/; revision=8320
Diffstat (limited to 'misc/jive')
-rw-r--r-- | misc/jive/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/jive/Makefile b/misc/jive/Makefile index 3fc5db5f23e8..2e374b4924b1 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -4,12 +4,13 @@ # Date created: Mon Feb 17, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.1.1.1 1997/02/19 03:38:56 obrien Exp $ +# $Id: Makefile,v 1.2 1997/04/02 07:58:25 obrien Exp $ # DISTNAME= jive-1.1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://ftp.nuxi.com/pub/misc/ MASTER_SITE_SUBDIR= games/amusements MAINTAINER= obrien@FreeBSD.org |