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

20 lines
673 B
Plaintext
Raw Normal View History

1999-09-13 17:28:37 -04:00
--- Makefile.in.orig Mon Sep 6 17:13:29 1999
+++ Makefile.in Mon Sep 13 16:38:43 1999
@@ -124,14 +124,14 @@
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)
root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS INSTALL KNOWN_BUGS NEWS README RELEASE-POLICY TODO
1998-05-06 02:05:05 -04:00
1999-09-13 17:28:37 -04:00
EXTRA_DIST = acconfig.h configure BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY
-htmldir = $(exec_prefix)/LessTif/doc
+htmldir = $(pkgdatadir)/doc/html
html_DATA = NOTES
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs