diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-29 12:05:04 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-29 12:05:04 +0000 |
commit | b88d267c08c38a3857914baee6c6cbab7c46e3a6 (patch) | |
tree | aaf20fc7053887e1a7810cf6f37852026c2e7a55 /wm | |
parent | e9d2c5f0ec2f0971c02ce30111c3270f6aa2cab4 (diff) | |
download | pkgsrc-b88d267c08c38a3857914baee6c6cbab7c46e3a6.tar.gz |
Added INFO_FILES to Makefile and @exec/@unexec install-info to pkg/PLIST
Diffstat (limited to 'wm')
-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 |