diff options
-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 |