openbsd-ports/x11/lesstif/patches/patch-Makefile.in

21 lines
687 B
Plaintext
Raw Normal View History

2000-06-30 02:01:26 -04:00
--- Makefile.in.orig Sun Jun 25 12:37:47 2000
+++ Makefile.in Thu Jun 29 22:41:07 2000
@@ -127,7 +127,7 @@
1998-05-06 02:05:05 -04:00
# Lets put the informational stuff in a sub directory to avoid
# poluting /usr/local for default installs.
#
1999-03-20 23:04:24 -05:00
-rootdir = $(exec_prefix)/LessTif
+rootdir = $(pkgdatadir)
1999-12-18 14:41:39 -05:00
root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
2000-06-19 21:24:44 -04:00
KNOWN_BUGS NEWS README RELEASE-POLICY TODO release-notes.txt
1999-03-20 23:04:24 -05:00
2000-06-30 02:01:26 -04:00
@@ -136,7 +136,7 @@
2000-06-19 21:24:44 -04:00
BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
1999-09-13 17:28:37 -04:00
-htmldir = $(exec_prefix)/LessTif/doc
+htmldir = $(pkgdatadir)/doc/html
2000-06-19 21:24:44 -04:00
html_DATA = release-notes.html
1999-09-13 17:28:37 -04:00
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs