diff options
author | wosch <wosch@FreeBSD.org> | 1998-05-31 15:35:01 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-05-31 15:35:01 +0800 |
commit | 591a4a1a67c698c78408a4b301dc4c4ba281875e (patch) | |
tree | a693dc20585c59671bca0a61ed0c479a0d78ccfa /misc | |
parent | 26040592af0b5fc8c320e868b0cb288b1141f8b7 (diff) | |
download | freebsd-ports-gnome-591a4a1a67c698c78408a4b301dc4c4ba281875e.tar.gz freebsd-ports-gnome-591a4a1a67c698c78408a4b301dc4c4ba281875e.tar.zst freebsd-ports-gnome-591a4a1a67c698c78408a4b301dc4c4ba281875e.zip |
Change MAINTAINER from wosch to ports@freebsd.org.
Diffstat (limited to 'misc')
-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} |