diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
commit | 458db42f260579cff064d493ad91eb833dd7f27f (patch) | |
tree | 68be2a9f82a8de971c7ce08aa167173fa22921d9 /x11-toolkits/iv | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/iv')
-rw-r--r-- | x11-toolkits/iv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index bf6764ae853e..1731cc32dcd7 100644 --- a/x11-toolkits/iv/Makefile +++ b/x11-toolkits/iv/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: iv -# Version required: 3.2a # Date created: 23.sept.1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= 3.2a -PKGNAME= iv-3.2a +PORTNAME= iv +PORTVERSION= 3.2a CATEGORIES= x11-toolkits MASTER_SITES= ftp://sgi.com/graphics/interviews/ +DISTNAME= ${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= tanimura@FreeBSD.org |