diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 09:20:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 09:20:47 +0000 |
commit | f48453ace8042025eb9087da011bd11a4113d2ef (patch) | |
tree | b7e66424bf0dc9ff6eff8bafd326692abeef1aae /x11-wm/lwm/Makefile | |
parent | Update to 1.16.1. (diff) |
Update to 1.00.
PR: ports/18693
Submitted by: ex-MAINTAINER (who resigned in this update)
Notes
Notes:
svn path=/head/; revision=28643
Diffstat (limited to 'x11-wm/lwm/Makefile')
-rw-r--r-- | x11-wm/lwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile index d72cec78eb75..b50d3c2ddff8 100644 --- a/x11-wm/lwm/Makefile +++ b/x11-wm/lwm/Makefile @@ -6,14 +6,14 @@ # PORTNAME= lwm -PORTVERSION= 0.06 +PORTVERSION= 1.00 CATEGORIES= x11-wm -MASTER_SITES= http://users.ch.genedata.com/~enh/ +MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/ DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tar.Z -MAINTAINER= hjh@photino.com +MAINTAINER= ports@FreeBSD.org +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |