summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-ah
blob: b21f97d794c58ea7364e5a2b5676fb895ea7cca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-ah,v 1.1 2002/12/05 18:49:59 drochner Exp $

--- clients/Motif-2.0/xmbind/Makefile.am.orig	Tue May  1 08:37:20 2001
+++ clients/Motif-2.0/xmbind/Makefile.am
@@ -4,8 +4,12 @@
 
 if Version_2_0
 bin_PROGRAMS=	xmbind
-endif
+if DefaultVersion20
+bindir = $(exec_prefix)/bin
+else
 bindir = $(exec_prefix)/LessTif/Motif2.0/bin
+endif
+endif
 
 MAINTAINERCLEANFILES=Makefile.in
 
@@ -45,9 +49,3 @@
 	      rm $$i; \
 	   fi ; \
 	   done
-
-install-data-hook:
-if DefaultVersion20
-	-rm -f $(DESTDIR)$(exec_prefix)/bin/$(bin_PROGRAMS)
-	(cd $(DESTDIR)$(exec_prefix)/bin && $(LN_S) ../LessTif/Motif2.0/bin/$(bin_PROGRAMS) .)
-endif