summaryrefslogtreecommitdiff
path: root/devel/gcvs/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs/patches/patch-au')
-rw-r--r--devel/gcvs/patches/patch-au26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/gcvs/patches/patch-au b/devel/gcvs/patches/patch-au
new file mode 100644
index 00000000000..7d2b05eeeef
--- /dev/null
+++ b/devel/gcvs/patches/patch-au
@@ -0,0 +1,26 @@
+$NetBSD: patch-au,v 1.1 2010/02/01 00:24:37 joerg Exp $
+
+--- cvsunix/Makefile.in.orig 2010-02-01 00:11:27.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. ####
+