diff options
author | bouyer <bouyer@pkgsrc.org> | 2003-04-10 07:22:35 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2003-04-10 07:22:35 +0000 |
commit | 9356db756b859d344bb0fe1901ac4a63a499e976 (patch) | |
tree | 1037a17897ccf862cd1005c3d2a23c68c43835ff /wm | |
parent | e4606802ed8e751f9f2887bcb3052fc426252c33 (diff) | |
download | pkgsrc-9356db756b859d344bb0fe1901ac4a63a499e976.tar.gz |
Also install the fvwmrc_convert script (the man page was already installed).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm2/Makefile | 5 | ||||
-rw-r--r-- | wm/fvwm2/PLIST | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 8d039e262eb..1ec1b9f728e 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -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 \ diff --git a/wm/fvwm2/PLIST b/wm/fvwm2/PLIST index 185e7f059cd..c639e21a487 100644 --- a/wm/fvwm2/PLIST +++ b/wm/fvwm2/PLIST @@ -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 |