summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif12/patches/patch-aa')
-rw-r--r--x11/lesstif12/patches/patch-aa52
1 files changed, 0 insertions, 52 deletions
diff --git a/x11/lesstif12/patches/patch-aa b/x11/lesstif12/patches/patch-aa
deleted file mode 100644
index 1b4ed48681c..00000000000
--- a/x11/lesstif12/patches/patch-aa
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2002/12/05 18:49:57 drochner Exp $
-
---- Makefile.am.orig Mon Jul 2 11:40:03 2001
-+++ Makefile.am Wed Sep 19 17:58:44 2001
-@@ -7,7 +7,11 @@
- missing mkinstalldirs \
- FAQ Install release-notes.html release-notes.txt
-
-+if Version_1_2
-+SUBDIRS = . include lib
-+else
- SUBDIRS = . include scripts lib clients doc @BuildTestDir@
-+endif
-
- DIST_SUBDIRS = include scripts lib clients doc test
-
-@@ -19,15 +23,18 @@
- # Lets put the informational stuff in a sub directory to avoid
- # poluting /usr/local for default installs.
- #
--rootdir= $(prefix)/LessTif
-+if Version_2_0
-+rootdir= $(docdir)
- root_DATA= AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
- FAQ Install KNOWN_BUGS \
- README RELEASE-POLICY release-notes.txt
-+endif
-
- EXTRA_DIST= acconfig.h configure \
- BUG-REPORTING CREDITS FAQ Install KNOWN_BUGS RELEASE-POLICY \
- NOTES
-
-+if Version_2_0
- @MAINT@changelog:
- @MAINT@ @ (cd $(srcdir); cvs -Q -z9 log -rrelease_@MAJOR_VERSION@_@MINOR_VERSION@_@PICO_VERSION@: \
- @MAINT@ acconfig.h acinclude.m4 configure.in Makefile.am \
-@@ -40,7 +47,6 @@
- @MAINT@ doc/lessdox ) \
- @MAINT@ | $(srcdir)/scripts/parselog release_@MAJOR_VERSION@_@MINOR_VERSION@_@PICO_VERSION@ >$(srcdir)/ChangeLog
-
--htmldir= $(prefix)/LessTif/doc
- html_DATA= release-notes.html
-
- all-local: BUG-REPORTING FAQ Install
-@@ -64,6 +70,7 @@
-
- #install-data-hook:
- # ${INSTALL_DATA} $(srcdir)/NOTES $(DESTDIR)$(htmldir)/release-notes.html
-+endif
-
-
- #