diff options
author | Chris Costello <chris@FreeBSD.org> | 1999-08-08 18:13:22 +0000 |
---|---|---|
committer | Chris Costello <chris@FreeBSD.org> | 1999-08-08 18:13:22 +0000 |
commit | 58be6025014aae863c2e3075e7fb1034245ef426 (patch) | |
tree | 7db4910aed7c0679bf7cdda61c5956d158762fc5 | |
parent | Upgrade to bind 8.2.1 (diff) |
Move distfile location to http://www.freebsd.org/~chris/distfiles/
Notes
Notes:
svn path=/head/; revision=20620
-rw-r--r-- | converters/fconv/Makefile | 6 | ||||
-rw-r--r-- | misc/rtfm/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile index e0766fd589a7..a6ce62e268ca 100644 --- a/converters/fconv/Makefile +++ b/converters/fconv/Makefile @@ -3,14 +3,14 @@ # Date created: 21 April 1999 # Whom: Chris Costello <chris@calldei.com> # -# $Id: Makefile,v 1.2 1999/06/22 16:31:55 steve Exp $ +# $Id: Makefile,v 1.3 1999/06/23 01:28:21 taoka Exp $ # DISTNAME= fconv-0.1 CATEGORIES= converters -MASTER_SITES= http://WWW.FreeBSD.ORG/~taoka/distfiles/ +MASTER_SITES= http://www.FreeBSD.org/~chris/distfiles/ -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= chris@FreeBSD.org post-install: strip ${PREFIX}/bin/dos2bsd diff --git a/misc/rtfm/Makefile b/misc/rtfm/Makefile index a105297af662..51e4c04adc9f 100644 --- a/misc/rtfm/Makefile +++ b/misc/rtfm/Makefile @@ -3,14 +3,14 @@ # Date created: 20 July 1999 # Whom: Chris Costello <chris@calldei.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/01 03:50:20 cpiazza Exp $ # DISTNAME= rtfm-0.1 CATEGORIES= misc -MASTER_SITES= http://www.freebsd.org/~cpiazza/distfiles/ +MASTER_SITES= http://www.freebsd.org/~chris/distfiles/ -MAINTAINER= chris@calldei.com +MAINTAINER= chris@FreeBSD.org MAN1= rtfm.1 |