diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-01 14:14:23 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-01 14:14:23 +0000 |
commit | 33976f70dfd6affc75e76a0a302232912c80a829 (patch) | |
tree | 98c5459768dfe1fbff5c825774def047d4a570bf /x11-wm/fvwm95/files/patch-ac | |
parent | Upgrade, 3.0pl53 -> 3.0pl54. (diff) |
Upgraded fvwm95 port to version 2.0.43a.
The fvwm95 developement team makes good progress ;-))
One thing I doesn't understand when making the port:
When doing make package, then the first @cwd in PLIST isn't
used, so fvwm96 is packaged as /usr/local/bin/fvwm95 instead
of /usr/X11R6/bin/fvwm95.
Would someone please be so kind to look at this. Is it me or
is pkg_add misbehaving ?!
Diffstat (limited to 'x11-wm/fvwm95/files/patch-ac')
-rw-r--r-- | x11-wm/fvwm95/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/fvwm95/files/patch-ac b/x11-wm/fvwm95/files/patch-ac new file mode 100644 index 000000000000..096346a5dba1 --- /dev/null +++ b/x11-wm/fvwm95/files/patch-ac @@ -0,0 +1,11 @@ +--- utils/Makefile.in.orig Sat Feb 1 14:14:12 1997 ++++ utils/Makefile.in Sat Feb 1 14:15:12 1997 +@@ -12,7 +12,7 @@ + fvwm_dir=${prefix}/lib/X11/${fvwm_name} + + INSTALL=@INSTALL@ +-INSTALL_PROGRAM=@INSTALL_PROGRAM@ ++INSTALL_PROGRAM=@INSTALL@ -m 555 + RM=@RM@ + + SCRIPTS=fvwmrc_convert quantize_pixmaps |