summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-aj
blob: cbe5f26110941cbcef7c09781435235aee987170 (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
29
$NetBSD: patch-aj,v 1.11 2000/12/22 17:26:19 jlam Exp $

--- clients/Motif-2.1/uil/Makefile.am.orig	Thu Dec  7 04:12:29 2000
+++ clients/Motif-2.1/uil/Makefile.am
@@ -5,8 +5,12 @@
 if Version_2_1
 bin_PROGRAMS=	uil
 noinst_PROGRAMS   = newuil
-endif
+if DefaultVersion21
+bindir = $(prefix)/bin
+else
 bindir = $(prefix)/LessTif/Motif2.1/bin
+endif
+endif
 
 MAINTAINERCLEANFILES=Makefile.in lex.c yacc.c yacc.h
 
@@ -75,10 +79,3 @@
 	      rm $$i; \
 	   fi ; \
 	   done
-
-install-data-hook:
-if DefaultVersion21
-	-rm -f $(DESTDIR)$(prefix)/bin/$(bin_PROGRAMS)
-	(cd $(DESTDIR)$(prefix)/bin && $(LN_S) ../LessTif/Motif2.1/bin/$(bin_PROGRAMS) .)
-endif
-