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 /converters/fconv | |
parent | Upgrade to bind 8.2.1 (diff) |
Move distfile location to http://www.freebsd.org/~chris/distfiles/
Diffstat (limited to 'converters/fconv')
-rw-r--r-- | converters/fconv/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |