diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ratpoison/Makefile | 9 | ||||
-rw-r--r-- | wm/ratpoison/PLIST | 3 | ||||
-rw-r--r-- | wm/sawfish/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/PLIST | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 830bb412060..e92c9095d1c 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/11 10:07:50 ghen Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/08 05:02:59 jlam Exp $ # DISTNAME= ratpoison-1.4.0-beta4 @@ -10,10 +10,9 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.nongnu.org/ratpoison/ COMMENT= Simple window manager with no fat library dependencies -GNU_CONFIGURE= YES -USE_GNU_READLINE= YES - -INFO_FILES= ratpoison.info +GNU_CONFIGURE= YES +USE_GNU_READLINE= YES +INFO_FILES= # PLIST REPLACE_INTERPRETER+= bash REPLACE.bash.old= /usr/bin/env bash diff --git a/wm/ratpoison/PLIST b/wm/ratpoison/PLIST index b468eacef82..978f1da198c 100644 --- a/wm/ratpoison/PLIST +++ b/wm/ratpoison/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2005/03/19 15:24:31 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/08 05:02:59 jlam Exp $ bin/ratpoison bin/rpws +info/ratpoison.info man/man1/ratpoison.1 share/doc/ratpoison/AUTHORS share/doc/ratpoison/COPYING diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index a5424cf838d..a1432e0540a 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/03/05 16:27:29 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2006/04/08 05:02:59 jlam Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -16,7 +16,7 @@ MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} BUILD_USES_MSGFMT= YES USE_TOOLS+= makeinfo -INFO_FILES= sawfish.info +INFO_FILES= # PLIST PLIST_SUBST+= SF_VERS=${SF_VERS:Q} diff --git a/wm/sawfish/PLIST b/wm/sawfish/PLIST index 4c1cc9b728c..7d73a5d1008 100644 --- a/wm/sawfish/PLIST +++ b/wm/sawfish/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:09:56 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/08 05:02:59 jlam Exp $ bin/sawfish bin/sawfish-capplet bin/sawfish-client bin/sawfish-themer bin/sawfish-ui +info/sawfish.info libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/DOC libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/gradient.la libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/gtk-style |