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/xview | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 37a599140797..e428c19eb00f 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: XView -# Version required: 3.2p1-X11R6 # Date created: 22 November 1994 # Whom: ljo (orig) # # $FreeBSD$ # -DISTNAME= xview3.2p1-X11R6 -PKGNAME= xview-3.2.1 +PORTNAME= xview +PORTVERSION= 3.2.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} \ ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= libraries +DISTNAME= xview3.2p1-X11R6 MAINTAINER= ports@FreeBSD.org |