pkgsrc/x11/lesstif12/patches/patch-aj
drochner 0f8572c94b Untangle this from the x11/lesstif pkg.
This is, just move the bits which were pulled in from there here,
unchanged.
2002-12-05 18:49:55 +00:00

29 lines
681 B
Text

$NetBSD: patch-aj,v 1.1 2002/12/05 18:50:00 drochner Exp $
--- clients/Motif-2.1/uil/Makefile.am.orig Tue May 1 08:37:20 2001
+++ 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 = $(exec_prefix)/bin
+else
bindir = $(exec_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)$(exec_prefix)/bin/$(bin_PROGRAMS)
- (cd $(DESTDIR)$(exec_prefix)/bin && $(LN_S) ../LessTif/Motif2.1/bin/$(bin_PROGRAMS) .)
-endif
-