diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 09:11:24 +0800 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 09:11:24 +0800 |
commit | 458db42f260579cff064d493ad91eb833dd7f27f (patch) | |
tree | 68be2a9f82a8de971c7ce08aa167173fa22921d9 /x11-toolkits/Xaw3d | |
parent | dc0a03c770c17ad7a808a70e5ea26d2ae7efbf21 (diff) | |
download | freebsd-ports-gnome-458db42f260579cff064d493ad91eb833dd7f27f.tar.gz freebsd-ports-gnome-458db42f260579cff064d493ad91eb833dd7f27f.tar.zst freebsd-ports-gnome-458db42f260579cff064d493ad91eb833dd7f27f.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 1facf737fbbb..9d4317366569 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Xaw3d -# Version required: 1.5 # Date created: 18 November 1994 # Whom: asami # # $FreeBSD$ # -DISTNAME= Xaw3d-1.5 +PORTNAME= Xaw3d +PORTVERSION= 1.5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= widgets/Xaw3d/R6.3 |