diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
commit | 500b47f7aef2ec4f463df2058ef05d2530b5d62b (patch) | |
tree | ccbc3d4e3c727b47b7fc234ac22f34eae1205a4c /x11-wm/lwm | |
parent | Fix typo (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27443
Diffstat (limited to 'x11-wm/lwm')
-rw-r--r-- | x11-wm/lwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile index 67008d7090be..d72cec78eb75 100644 --- a/x11-wm/lwm/Makefile +++ b/x11-wm/lwm/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: lwm -# Version required: 0.06 # Date created: 17 March 1998 # Whom: J Han <hjh@photino.com> # # $FreeBSD$ # -DISTNAME= lwm -PKGNAME= lwm-0.06 +PORTNAME= lwm +PORTVERSION= 0.06 CATEGORIES= x11-wm MASTER_SITES= http://users.ch.genedata.com/~enh/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= hjh@photino.com |