mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
33976f70df
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 ?!
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
--- 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
|