diff options
-rw-r--r-- | wm/scwm/Makefile | 4 | ||||
-rw-r--r-- | wm/scwm/pkg/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/wm/scwm/Makefile b/wm/scwm/Makefile index c9738e3c9e7..d8a06dddf56 100644 --- a/wm/scwm/Makefile +++ b/wm/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:21:46 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/29 12:05:04 wennmach Exp $ # DISTNAME= scwm-0.9 @@ -16,6 +16,8 @@ DEPENDS+= readline>=4.0:../../devel/readline BROKEN= Current release does not work with guile-1.4.0. +INFO_FILES= scwm.info + EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ --with-gtk-prefix="${GTKDIR}" \ diff --git a/wm/scwm/pkg/PLIST b/wm/scwm/pkg/PLIST index d145ee2b155..c4df2ac54ca 100644 --- a/wm/scwm/pkg/PLIST +++ b/wm/scwm/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/04 15:10:57 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/03/29 12:05:04 wennmach Exp $ include/scwmexec.h lib/X11/scwm/system.scwmrc lib/libscwmexec.a @@ -30,7 +30,9 @@ bin/scwmrepl man/man1/scwm.1 man/man1/scwmexec.1 man/man1/scwmrepl.1 +@unexec install-info --delete %D/info/scwm.info %D/info/dir info/scwm.info +@exec install-info %D/info/scwm.info %D/info/dir @comment the next two files are not installed if emacs is not there @comment share/emacs/site-lisp/scwm.el @comment share/emacs/site-lisp/scwm.elc |