diff options
author | Brian Somers <brian@FreeBSD.org> | 2000-10-31 22:37:43 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2000-10-31 22:37:43 +0000 |
commit | 1405383968c7968a6ef4195de7cd8168e2c21869 (patch) | |
tree | b32b0a7d60b0476aacabb23d6c7d82251c3b6c99 /misc/uk-phone/Makefile | |
parent | 66067235bb82136c72193cb01819e901bee3dd83 (diff) | |
download | ports-1405383968c7968a6ef4195de7cd8168e2c21869.tar.gz ports-1405383968c7968a6ef4195de7cd8168e2c21869.zip |
Notes
Diffstat (limited to 'misc/uk-phone/Makefile')
-rw-r--r-- | misc/uk-phone/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile index 29ca208a34b2..c6bfb38a9016 100644 --- a/misc/uk-phone/Makefile +++ b/misc/uk-phone/Makefile @@ -5,13 +5,12 @@ # $FreeBSD$ # -PORTNAME= phone -PORTVERSION= 1.0 +PORTNAME= uk-phone +PORTVERSION= 2.0 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= wosch/src asami/LOCAL_PORTS -PKGNAMEPREFIX= uk- -DISTFILES= uk.phone.gz +MASTER_SITES= ftp://ftp.Awfulhak.org/pub/PSTN/ \ + http://people.FreeBSD.org/~brian/PSTN/ +EXTRACT_SUFX= .gz MAINTAINER= brian@FreeBSD.org |