diff options
Diffstat (limited to 'x11-toolkits/iv/Makefile')
-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 |