summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-as
blob: 0d5886388f94ee6560e6a06e5b514816d5e60352 (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-as,v 1.7 2000/12/22 17:26:19 jlam Exp $

--- include/Motif-1.2/Mrm/Makefile.am.orig	Wed Oct 11 15:36:14 2000
+++ include/Motif-1.2/Mrm/Makefile.am
@@ -6,6 +6,7 @@
 h=	MrmAppl.h MrmDecls.h MrmPrivate.h MrmPublic.h
 EXTRA_DIST=	$(h)
 
+if Version_1_2
 #
 # Install headers
 #
@@ -14,16 +15,6 @@
 #
 mrmdir =	$(prefix)/LessTif/Motif1.2/include/Mrm
 
-if Version_1_2
-
 mrm_HEADERS=	$(h)
 
 endif
-install-data-hook:
-if Version_1_2
-if DefaultVersion12
-	if [ -d $(DESTDIR)$(prefix)/include/Mrm ]; then rm -rf $(DESTDIR)$(prefix)/include/Mrm; else rm -f $(DESTDIR)$(prefix)/include/Mrm; fi
-	(mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/Mrm Mrm)
-endif
-endif
-