summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-ad
blob: 10ffab580ebc1adc372d11375ad736034d41acf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
$NetBSD: patch-ad,v 1.4 1998/08/21 19:06:52 tv Exp $

--- contrib/Makefile.in.orig	Sat Feb 21 22:02:32 1998
+++ contrib/Makefile.in	Fri Aug 21 14:53:04 1998
@@ -37,7 +37,7 @@
 # Use cp if you don't have install.
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_PROGRAM = ${BSD_INSTALL_SCRIPT}
 
 DISTFILES = \
 	ChangeLog README .cvsignore intro.doc \
@@ -81,10 +81,10 @@
 
 install: all installdirs
 	for f in $(CONTRIB_FILES) ; do\
-		$(INSTALL_DATA) $(srcdir)/$$f $(libdir)/cvs/contrib/$$f; \
+		$(INSTALL_DATA) $(srcdir)/$$f $(prefix)/share/cvs/contrib/$$f; \
 	done
 	for f in $(CONTRIB_PROGS) ; do\
-		$(INSTALL_PROGRAM) $$f $(libdir)/cvs/contrib/$$f; \
+		$(INSTALL_PROGRAM) $$f $(prefix)/share/cvs/contrib/$$f; \
 	done
 	for f in $(PROGS) ; do\
 		$(INSTALL_PROGRAM) $$f $(bindir)/$$f; \
@@ -92,7 +92,7 @@
 .PHONY: install
 
 installdirs:
-	$(top_srcdir)/mkinstalldirs $(libdir)/cvs/contrib
+	$(top_srcdir)/mkinstalldirs $(prefix)/share/cvs/contrib
 .PHONY: installdirs
 
 tags: