Also install the fvwmrc_convert script (the man page was already installed).
This commit is contained in:
parent
e4606802ed
commit
9356db756b
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.30 2003/02/12 00:47:52 atatat Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2003/04/10 07:22:35 bouyer Exp $
|
||||
# FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp
|
||||
#
|
||||
|
||||
|
@ -55,6 +55,9 @@ post-install:
|
|||
${INSTALL_DATA} \
|
||||
${WRKSRC}/sample.fvwmrc/system.fvwm2rc \
|
||||
${PREFIX}/lib/X11/fvwm2/system.fvwm2rc.example
|
||||
${INSTALL_SCRIPT} \
|
||||
${WRKSRC}/utils/fvwmrc_convert \
|
||||
${PREFIX}/bin/fvwmrc_convert
|
||||
if [ ! -f ${PREFIX}/lib/X11/fvwm2/system.fvwm2rc ]; then \
|
||||
${INSTALL_DATA} \
|
||||
${PREFIX}/lib/X11/fvwm2/system.fvwm2rc.example \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2002/06/13 08:41:46 martti Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2003/04/10 07:22:35 bouyer Exp $
|
||||
bin/FvwmCommand
|
||||
bin/fvwm
|
||||
bin/fvwm-config
|
||||
|
@ -10,6 +10,7 @@ bin/fvwm-root
|
|||
bin/fvwm2
|
||||
bin/fvwm24_convert
|
||||
bin/fvwmbug
|
||||
bin/fvwmrc_convert
|
||||
lib/X11/fvwm2/${FVWM_VER}/FvwmAnimate
|
||||
lib/X11/fvwm2/${FVWM_VER}/FvwmAudio
|
||||
lib/X11/fvwm2/${FVWM_VER}/FvwmAuto
|
||||
|
|
Loading…
Reference in a new issue