diff options
author | grant <grant> | 2002-11-10 00:35:07 +0000 |
---|---|---|
committer | grant <grant> | 2002-11-10 00:35:07 +0000 |
commit | 7f7582ff2111b24281712125dfc0aa9872f7b074 (patch) | |
tree | 26748066a915efd884c97fe2e1082c21313d75c3 /devel/pccts | |
parent | bf206a2fa6f7cb6ac63e20dc116a2a8c1277e83c (diff) | |
download | pkgsrc-7f7582ff2111b24281712125dfc0aa9872f7b074.tar.gz |
fix MAINTAINER= Name <email> to only include email address.
Diffstat (limited to 'devel/pccts')
-rw-r--r-- | devel/pccts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index bbf372668b6..87789c85b31 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/02/25 04:47:22 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/11/10 00:35:07 grant Exp $ # DISTNAME= pccts133mr22 @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://www.polhode.com/ EXTRACT_SUFX= .zip -MAINTAINER= David Maxwell <david@maxwell.net> +MAINTAINER= david@maxwell.net HOMEPAGE= http://www.polhode.com/pccts.html COMMENT= Purdue Compiler Construction Tool Set |