diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-12 16:27:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-12 16:27:51 +0000 |
commit | 628b2f54f82e4a46677c2875eb1c74cc16986287 (patch) | |
tree | 8a1d6030488b149cd1980f0cdbc9fcdcfac859ed /archivers | |
parent | Reword; point to the real FreeCiv homepage. (diff) |
The distfile appears to no longer exist on any FTP site except for FreeBSD
distfile mirrors. I've placed a copy at http://www.freebsd.org/~jseger/.
Make myself MAINTAINER since the old MAINTAINER hasn't responded to queries.
Notes
Notes:
svn path=/head/; revision=10497
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/nulib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile index da75c8bd36ba..d9a0c2d3038f 100644 --- a/archivers/nulib/Makefile +++ b/archivers/nulib/Makefile @@ -3,16 +3,16 @@ # Date created: Thu May 8 00:14:31 PDT 1997 # Whom: Steven Wallace <swallace@freebsd.org> # -# $Id: Makefile,v 1.2 1998/01/08 18:51:54 fenner Exp $ +# $Id: Makefile,v 1.3 1998/01/23 00:43:33 jseger Exp $ # DISTNAME= nulib325 PKGNAME= nulib-3.25 CATEGORIES= archivers -MASTER_SITES= ftp://apple2.caltech.edu/%2FZocalo/pub/apple2/ARCHIVERS/ +MASTER_SITES= http://www.freebsd.org/~jseger/ EXTRACT_SUFX= .tar.Z -MAINTAINER= swallace@freebsd.org +MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/nulib MAN1= nulib.1 |