diff options
author | asami <asami@FreeBSD.org> | 1996-06-14 20:31:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-14 20:31:19 +0000 |
commit | 3b2c2211114dde3c7e42eedcc181d0656bbca0fd (patch) | |
tree | c5829e9664c3d9eb10ce27de1633517e69d43e34 /x11-wm | |
parent | 4ca81c85f2a236c6da3f8914b4d439bfb251fbd9 (diff) | |
download | FreeBSD-ports-3b2c2211114dde3c7e42eedcc181d0656bbca0fd.zip FreeBSD-ports-3b2c2211114dde3c7e42eedcc181d0656bbca0fd.tar.gz |
Don't die if system.fvwmrc can't be moved out of the way (i.e., if
this is a fresh installation).
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/fvwm95/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index e7d31d8..4609423 100644 --- a/x11-wm/fvwm95-i18n/Makefile +++ b/x11-wm/fvwm95-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Apr 10 21:57:17 MET DST 1996 # Whom: Andreas Klemm <andreas@knobel.gun.de> # -# $Id: Makefile,v 1.1.1.1 1996/04/12 07:41:56 asami Exp $ +# $Id: Makefile,v 1.2 1996/05/27 02:05:20 asami Exp $ # DISTNAME= fvwm95-2.0.41f @@ -24,7 +24,7 @@ USE_IMAKE= yes post-install: @echo "installing default system.fvwmrc file..." - @mv -f ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc \ + @-mv -f ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc \ ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc.old ${INSTALL} -c -m 444 ${WRKSRC}/example.fvwm2rc95 \ ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index e7d31d8..4609423 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Apr 10 21:57:17 MET DST 1996 # Whom: Andreas Klemm <andreas@knobel.gun.de> # -# $Id: Makefile,v 1.1.1.1 1996/04/12 07:41:56 asami Exp $ +# $Id: Makefile,v 1.2 1996/05/27 02:05:20 asami Exp $ # DISTNAME= fvwm95-2.0.41f @@ -24,7 +24,7 @@ USE_IMAKE= yes post-install: @echo "installing default system.fvwmrc file..." - @mv -f ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc \ + @-mv -f ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc \ ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc.old ${INSTALL} -c -m 444 ${WRKSRC}/example.fvwm2rc95 \ ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc |