diff options
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 |