forked from Lainports/freebsd-ports
places (see Makefile for more details), fix a bug, bump PORTREVISION Obtained from: GNOME 1.4 RC* code (which MAINTAINER is fully aware of)
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)
|
|
|