openbsd-ports/x11/lesstif/patches/patch-af

21 lines
658 B
Plaintext
Raw Normal View History

1999-12-18 14:41:39 -05:00
--- Makefile.in.orig Fri Nov 5 15:14:31 1999
+++ Makefile.in Fri Dec 17 23:25:19 1999
@@ -128,7 +128,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 \
INSTALL KNOWN_BUGS NEWS README RELEASE-POLICY TODO
1999-03-20 23:04:24 -05:00
1999-12-18 14:41:39 -05:00
@@ -137,7 +137,7 @@
BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY
1999-09-13 17:28:37 -04:00
-htmldir = $(exec_prefix)/LessTif/doc
+htmldir = $(pkgdatadir)/doc/html
html_DATA = NOTES
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs