diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-05-31 07:35:01 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-05-31 07:35:01 +0000 |
commit | 3cc3e700209d701f5bfda5b527793be532d87b95 (patch) | |
tree | 45569affaf38231803f582d8ce08e9988e64540d /misc/us-zipcodes | |
parent | 87d62e612e572428ba153eeddb84c1f47e6c620d (diff) |
Change MAINTAINER from wosch to ports@freebsd.org.
Notes
Notes:
svn path=/head/; revision=11195
Diffstat (limited to 'misc/us-zipcodes')
-rw-r--r-- | misc/us-zipcodes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/us-zipcodes/Makefile b/misc/us-zipcodes/Makefile index 5da1abb94e62..2e564bf77bbe 100644 --- a/misc/us-zipcodes/Makefile +++ b/misc/us-zipcodes/Makefile @@ -3,7 +3,7 @@ # Date created: 1997-12-30 # Whom: wosch # -# $Id: Makefile,v 1.1.1.1 1998/01/02 17:09:08 wosch Exp $ +# $Id: Makefile,v 1.2 1998/01/02 17:11:19 wosch Exp $ # DISTNAME= zipcodes @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.freebsd.org/~wosch/src/ EXTRACT_SUFX= .gz -MAINTAINER= wosch@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= YES EXTRACT_CMD= ${GZCAT} |