diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:21:28 +0000 |
commit | a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /wm/sawfish | |
parent | a486f11406b23d4578e07720dca416262225a087 (diff) | |
download | pkgsrc-a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index e5ce61a46da..d45ddcf3b3d 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/02/13 11:47:07 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 17:21:44 wiz Exp $ # PKGNAME= sawfish-${SF_VERS} +COMMENT= GNOME-aware window manager that is fully configurable in Lisp + DEPENDS+= sawfish-replibs-${SF_VERS}:../../wm/sawfish-replibs USE_X11BASE= # defined diff --git a/wm/sawfish/pkg/COMMENT b/wm/sawfish/pkg/COMMENT deleted file mode 100644 index fde6a39be7a..00000000000 --- a/wm/sawfish/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -GNOME-aware window manager that is fully configurable in Lisp |