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