summaryrefslogtreecommitdiff
path: root/devel/gcvs/patches/patch-au
blob: eff13387016d54832703865124de961c7a813a2e (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
$NetBSD: patch-au,v 1.2 2011/11/25 21:42:44 joerg Exp $

--- cvsunix/Makefile.in.orig	2000-09-26 13:25:17.000000000 +0000
+++ cvsunix/Makefile.in
@@ -46,7 +46,7 @@ LDFLAGS = @LDFLAGS@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 
-prefix = @prefix@
+prefix = ${DESTDIR}@prefix@
 exec_prefix = @exec_prefix@
 
 # Where to install the executables.
@@ -56,10 +56,10 @@ bindir = @bindir@
 libdir = @libdir@
 
 # Where to put the Info files
-infodir = @infodir@
+infodir = ${DESTDIR}${PREFIX}/${PKGINFODIR}
 
 # Where to put the manual pages.
-mandir = @mandir@
+mandir = ${DESTDIR}${PREFIX}/${PKGMANDIR}
 
 #### End of system configuration section. ####