diff options
author | minskim <minskim> | 2005-05-22 05:32:17 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-05-22 05:32:17 +0000 |
commit | c6be9be3403b105fd18a699e54c5bf8da0c63bef (patch) | |
tree | 7162c2608426169af1061268f39075365d1fd0d0 | |
parent | 3a8e402323922f042b580a28689d92d147a37fa2 (diff) | |
download | pkgsrc-c6be9be3403b105fd18a699e54c5bf8da0c63bef.tar.gz |
s/netbsd/NetBSD/
-rw-r--r-- | devel/error/Makefile | 4 | ||||
-rw-r--r-- | textproc/vis/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/error/Makefile b/devel/error/Makefile index fe89b10fb44..029b2cd8c7f 100644 --- a/devel/error/Makefile +++ b/devel/error/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2005/05/22 05:26:17 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/22 05:32:17 minskim Exp $ # DISTNAME= error-0.0 CATEGORIES= devel MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ -MAINTAINER= christos@netbsd.org +MAINTAINER= christos@NetBSD.org COMMENT= Insert compiler errors in source files as comments MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \ diff --git a/textproc/vis/Makefile b/textproc/vis/Makefile index efa46a2c7bf..35c57e9e218 100644 --- a/textproc/vis/Makefile +++ b/textproc/vis/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2005/05/22 05:30:23 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/22 05:32:17 minskim Exp $ # DISTNAME= vis-0.0 CATEGORIES= textproc MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ -MAINTAINER= christos@netbsd.org +MAINTAINER= christos@NetBSD.org COMMENT= Convert strings from/to a visual format MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \ |