diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
commit | 4b260ce2515cf67031168694f60633a71fad83e4 (patch) | |
tree | 7e1738e2d3a6d6fc5128d523336f04b0f7b22e15 /x11-fonts/tkfont/Makefile | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27432
Diffstat (limited to '')
-rw-r--r-- | x11-fonts/tkfont/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile index 0a8ee0408444..b468ef9e9ec1 100644 --- a/x11-fonts/tkfont/Makefile +++ b/x11-fonts/tkfont/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: tkfont-1.1 -# Version required: 1.1 # Date created: 11 May 1998 # Whom: Brett Taylor # # $FreeBSD$ # -DISTNAME= tkfont-1.1 +PORTNAME= tkfont +PORTVERSION= 1.1 CATEGORIES= x11-fonts tk82 -MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/sources/usr.bin.X11/ \ +MASTER_SITES= ftp://ftp.freesoftware.com/pub/linux/tsx-11/sources/usr.bin.X11/ \ http://people.FreeBSD.org/~billf/ MAINTAINER= brett@peloton.runet.edu |