Added INFO_FILES to Makefile and @exec/@unexec install-info to pkg/PLIST
This commit is contained in:
parent
e9d2c5f0ec
commit
b88d267c08
2 changed files with 6 additions and 2 deletions
|
@ -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}" \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue