forked from Lainports/freebsd-ports
Also, fix it so scrollkeeper 0.2 will produce a correct XML database. Bump PORTEPOCH. scrollkeeper 0.3.x will be looked at further to see if there is a good way to make it work with both GNOME 1.4 and GNOME 2.0. PR: 38581
21 lines
566 B
Text
21 lines
566 B
Text
--- Makefile.in.orig Wed Mar 28 06:22:13 2001
|
|
+++ Makefile.in Tue Apr 3 11:13:37 2001
|
|
@@ -108,4 +108,2 @@
|
|
|
|
-scrollkeeperdocdir = $(datadir)/doc/scrollkeeper-$(VERSION)
|
|
-scrollkeeperdoc_DATA = COPYING-DOCS
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
@@ -114,3 +112,3 @@
|
|
CONFIG_CLEAN_FILES = scrollkeeper.spec
|
|
-DATA = $(scrollkeeperdoc_DATA)
|
|
+DATA =
|
|
|
|
@@ -353,3 +351,3 @@
|
|
|
|
-install-data-am: install-scrollkeeperdocDATA
|
|
+install-data-am:
|
|
install-data: install-data-recursive
|
|
@@ -367,3 +365,2 @@
|
|
installdirs-am:
|
|
- $(mkinstalldirs) $(DESTDIR)$(scrollkeeperdocdir)
|
|
|