summaryrefslogtreecommitdiff
path: root/wm/ratpoison/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2003-07-12 01:37:55 +0000
committerzuntum <zuntum>2003-07-12 01:37:55 +0000
commit7539d5bf79857ecd5dbd25a7183ff2929b8d341d (patch)
tree7002b1a845bd46ca51a8dc8235772091f022b154 /wm/ratpoison/Makefile
parentfecd860044ddeca87682652e88a2bf3803674b67 (diff)
downloadpkgsrc-7539d5bf79857ecd5dbd25a7183ff2929b8d341d.tar.gz
Update wm/ratpoison to 1.2.2
* Changes since 1.2.0-beta5 ** command return status If a command the user executed (with the exec command) returns with a non-zero exit status, the command and exit status are reported in a message. * Changes since 1.2.0-beta4 ** new commands unmanage and clrunmanaged Instead of editing conf.h you can use these commands to dynamically add (and clear) the unmanaged window list. * Changes since 1.2.0-beta3 ** new command line argument --screen Now you can specify the screen you want to manage. By default ratpoison manages all screens on the display. ** new command line argument --display Now you can specify the display to connect to.
Diffstat (limited to 'wm/ratpoison/Makefile')
-rw-r--r--wm/ratpoison/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile
index fdcd092b63c..6804e03c4e9 100644
--- a/wm/ratpoison/Makefile
+++ b/wm/ratpoison/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2002/10/25 13:16:18 agc Exp $
+# $NetBSD: Makefile,v 1.9 2003/07/12 01:37:55 zuntum Exp $
#
-DISTNAME= ratpoison-1.1.1
+DISTNAME= ratpoison-1.2.2
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ratpoison/}
@@ -13,5 +13,7 @@ USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
-.include "../../mk/texinfo.mk"
+USE_NEW_TEXINFO=YES
+INFO_FILES= ratpoison.info
+
.include "../../mk/bsd.pkg.mk"