diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /misc/us-zipcodes/Makefile | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'misc/us-zipcodes/Makefile')
-rw-r--r-- | misc/us-zipcodes/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/us-zipcodes/Makefile b/misc/us-zipcodes/Makefile index 866878f256f9..20ea701c6bfb 100644 --- a/misc/us-zipcodes/Makefile +++ b/misc/us-zipcodes/Makefile @@ -5,21 +5,21 @@ # $FreeBSD$ # -PORTNAME= zipcodes +PORTNAME= zipcodes PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= wosch/src asami/LOCAL_PORTS PKGNAMEPREFIX= us- DISTFILES= ${PORTNAME}.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -NO_WRKSUBDIR= YES +NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/zipcodes -NO_BUILD= YES +NO_BUILD= yes do-install: ${INSTALL_DATA} ${WRKSRC}/zipcodes ${PREFIX}/share/misc/us.zipcodes |