diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/uk-phone | |
parent | 9467713b6447f007838ba7219286cb78e90c02f7 (diff) | |
download | ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.tar.gz ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.zip |
Notes
Diffstat (limited to 'misc/uk-phone')
-rw-r--r-- | misc/uk-phone/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile index 7ce8c621ccd3..6c9a7685f405 100644 --- a/misc/uk-phone/Makefile +++ b/misc/uk-phone/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: United Kingdom phone codes. -# Version required: 1.0 # Date created: 1998-01-01 # Whom: wosch # # $FreeBSD$ # -DISTNAME= uk.phone -PKGNAME= uk-phone-1.0 +PORTNAME= phone +PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~wosch/src/ -EXTRACT_SUFX= .gz +PKGNAMEPREFIX= uk- +DISTFILES= uk.phone.gz MAINTAINER= brian@FreeBSD.org |