diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-02 02:52:40 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-02 02:52:40 +0000 |
commit | 95b83aecadef0c9355bb9fa49613def62f2ba992 (patch) | |
tree | e9fc020ab373f5bf74773205e47bced2dc16b4d4 /x11/lesstif/patches/patch-ab | |
parent | babdae3c84e8a36e7fea0d2e61e450e82ebf77fa (diff) | |
download | pkgsrc-95b83aecadef0c9355bb9fa49613def62f2ba992.tar.gz |
fix for NetBSD
Diffstat (limited to 'x11/lesstif/patches/patch-ab')
-rw-r--r-- | x11/lesstif/patches/patch-ab | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/x11/lesstif/patches/patch-ab b/x11/lesstif/patches/patch-ab index e6db65f5f22..86ed5b31574 100644 --- a/x11/lesstif/patches/patch-ab +++ b/x11/lesstif/patches/patch-ab @@ -1,6 +1,15 @@ ---- lib/config/Makefile.in.orig Mon Apr 28 19:29:10 1997 -+++ lib/config/Makefile.in Fri May 23 01:24:36 1997 -@@ -47,10 +47,10 @@ +--- lib/config/Makefile.in.orig Fri Sep 5 19:42:19 1997 ++++ lib/config/Makefile.in Sat Nov 1 16:52:46 1997 +@@ -28,7 +28,7 @@ + INSTALL=@INSTALL@ + INSTALL_PROGRAM=@INSTALL_PROGRAM@ + +-x_config_path=@libdir@/config ++x_config_path=@prefix@/lib/X11/lesstif + + STUFF= Motif.tmpl Motif.rules Imake.tmpl + +@@ -49,10 +49,10 @@ install: $(STUFF) -mkdir -p ${x_config_path} for i in ${STUFF} ; do \ @@ -11,5 +20,5 @@ - ${INSTALL_PROGRAM} mxmkmf ${bin_dir} + ${BSD_INSTALL_SCRIPT} mxmkmf ${bin_dir} - clean: - rm -f Imake.tmpl Motif.rules Motif.tmpl mxmkmf + install-list: + for i in ${STUFF} ; do \ |