diff options
Diffstat (limited to 'devel/ilu/Makefile')
-rw-r--r-- | devel/ilu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index 6d55f44bc852..cf85965f1c01 100644 --- a/devel/ilu/Makefile +++ b/devel/ilu/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: ilu -# Version required: 2.0alpha13 # Date created: 29.9.1997 # Whom: cracauer@cons.org "Martin Cracauer" # # $FreeBSD$ # -DISTNAME= ilu-2.0alpha13 -PKGNAME= ilu-2.0a13 +PORTNAME= ilu +PORTVERSION= 2.0a13 CATEGORIES= devel MASTER_SITES= ftp://parcftp.xerox.com/pub/ilu/2.0a13/ \ http://www2.cons.org:8000/freebsd-distfiles/ \ http://people.FreeBSD.org/~cracauer/freebsd-distfiles/ +DISTNAME= ${PORTNAME}-2.0alpha13 PATCH_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \ http://people.FreeBSD.org/~cracauer/freebsd-distfiles/ |