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

--- clients/Motif-1.2/uil/Makefile.am.orig	Sat Dec  9 12:11:14 2000
+++ clients/Motif-1.2/uil/Makefile.am
@@ -5,8 +5,8 @@
 if Version_1_2
 bin_PROGRAMS=	uil
 noinst_PROGRAMS   = newuil
+bindir=		$(prefix)/LessTif/Motif1.2/bin
 endif
-bindir = $(prefix)/LessTif/Motif1.2/bin
 
 MAINTAINERCLEANFILES=Makefile.in lex.c yacc.c yacc.h
 
@@ -35,9 +35,3 @@
 lex.o:		yacc.h
 
 YFLAGS=		-d
-
-install-data-hook:
-if DefaultVersion12
-	-rm -f $(DESTDIR)$(prefix)/bin/$(bin_PROGRAMS)
-	(cd $(DESTDIR)$(prefix)/bin && $(LN_S) ../LessTif/Motif1.2/bin/$(bin_PROGRAMS) .)
-endif