summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-aj')
-rw-r--r--x11/lesstif12/patches/patch-aj29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/lesstif12/patches/patch-aj b/x11/lesstif12/patches/patch-aj
deleted file mode 100644
index 10c9476df9b..00000000000
--- a/x11/lesstif12/patches/patch-aj
+++ /dev/null
@@ -1,29 +0,0 @@
-$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
--