diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:06:11 +0000 |
commit | a486f11406b23d4578e07720dca416262225a087 (patch) | |
tree | b77992e84a99ed0927e796b3a892e8e464f1c6a1 /x11/gdm/Makefile | |
parent | 8fb0f10972cbb527ff9b29510de0e76bf4474c45 (diff) | |
download | pkgsrc-a486f11406b23d4578e07720dca416262225a087.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 159146cbd65..0ee14266f56 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/11/19 19:42:59 rh Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/17 17:06:22 wiz Exp $ DISTNAME= gdm-2.0beta4 PKGNAME= gdm-2.0b4 @@ -9,6 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.README Daemon.png MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ +COMMENT= Gnome Display Manager - a re-implementation of the xdm program DEPENDS+= gnome-libs-*:../../x11/gnome-libs |