aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/lesstif/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-04-22 09:35:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-04-22 09:35:19 +0000
commitd97e2cf42c5876657b79a03491714ccd3d155cce (patch)
tree8096b74f3993185a26326155b5abd4e56c1ebb74 /x11-toolkits/lesstif/files
parent5d9a90b17d8c6c5ae43fe8e72a81feee82e22d31 (diff)
Notes
Diffstat (limited to 'x11-toolkits/lesstif/files')
-rw-r--r--x11-toolkits/lesstif/files/patch-ab12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/lesstif/files/patch-ab b/x11-toolkits/lesstif/files/patch-ab
index 5b9c8e79cdcc..87070cb0b04b 100644
--- a/x11-toolkits/lesstif/files/patch-ab
+++ b/x11-toolkits/lesstif/files/patch-ab
@@ -1,22 +1,22 @@
---- lib/config/Makefile.in.orig Wed Feb 19 20:53:21 1997
-+++ lib/config/Makefile.in Tue Feb 25 11:11:27 1997
+--- lib/config/Makefile.in.orig Mon Apr 21 19:23:32 1997
++++ lib/config/Makefile.in Tue Apr 22 08:59:14 1997
@@ -28,7 +28,7 @@
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
--x_config_path=@prefix@/lib/config
+-x_config_path=@libdir@/config
+x_config_path=@prefix@/lib/X11/lesstif
- STUFF= Motif.tmpl Motif.rules # not yet Imake.tmpl
+ STUFF= Motif.tmpl Motif.rules Imake.tmpl
@@ -47,10 +47,10 @@
install: $(STUFF)
- mkdir -p ${x_config_path}
+ -mkdir -p ${x_config_path}
for i in ${STUFF} ; do \
- ${INSTALL_PROGRAM} $$i ${x_config_path} ; \
+ ${INSTALL} -m 644 $$i ${x_config_path} ; \
done
- mkdir -p ${bin_dir}
+ -mkdir -p ${bin_dir}
- ${INSTALL_PROGRAM} mxmkmf ${bin_dir}
+ ${INSTALL} mxmkmf ${bin_dir}