diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 09:11:24 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 09:11:24 +0800 |
commit | bb9d737e5bea9b718df6ba1218667130f3e8585c (patch) | |
tree | b595a4844124c67233b9ad67ebd2502776636b48 /x11-toolkits/fltk | |
parent | afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8 (diff) | |
download | freebsd-ports-gnome-bb9d737e5bea9b718df6ba1218667130f3e8585c.tar.gz freebsd-ports-gnome-bb9d737e5bea9b718df6ba1218667130f3e8585c.tar.zst freebsd-ports-gnome-bb9d737e5bea9b718df6ba1218667130f3e8585c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 37a25e5a8de5..c4631366d351 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: fltk -# Version required: 1.0.7 # Date created: 11 February 1999 # Whom: Dima Sivachenko <dima@Chg.RU> # # $FreeBSD$ # -DISTNAME= fltk-1.0.7-source -PKGNAME= fltk-1.0.7 +PORTNAME= fltk +PORTVERSION= 1.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ @@ -15,6 +14,7 @@ MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.northamerica.net/pub/ESP/fltk/${VERSION}/ \ ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/${VERSION}/ \ ftp://ftp.kddlabs.co.jp/pub/lang/fltk/${VERSION}/ +DISTNAME= ${PKGNAME}-source MAINTAINER= dima@chg.ru |