]> git.pld-linux.org Git - packages/ddd.git/commitdiff
2db653525be05c72466941c68d69254b ddd-DESTDIR.patch
authorbonkey <bonkey@bonkey.pl.eu.org>
Mon, 29 May 2000 16:50:10 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ddd-DESTDIR.patch -> 1.1

ddd-DESTDIR.patch [new file with mode: 0644]

diff --git a/ddd-DESTDIR.patch b/ddd-DESTDIR.patch
new file mode 100644 (file)
index 0000000..d8bbf3b
--- /dev/null
@@ -0,0 +1,37 @@
+--- ddd-3.2.1/ddd/Makefile.in  Sat Feb 12 00:59:44 2000
++++ ddd-3.2.1.orig/ddd/Makefile.in     Mon May 29 18:15:19 2000
+@@ -26,6 +26,7 @@
+ # `http://www.gnu.org/software/ddd/',
+ # or send a mail to the DDD developers <ddd@gnu.org>.
++DESTDIR = 
+ ### CUSTOMIZATION SECTION --- Please check the settings below.
+ # Typical values are enclosed in ().
+@@ -34,21 +35,21 @@
+ # Common prefix for installation directories.  (/usr/local)
+ # NOTE: This directory must exist when you start the install.
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
++prefix = $(DESTDIR)/@prefix@
++exec_prefix = $(DESTDIR)/@exec_prefix@
+ # Where to fetch the source from.  (.)
+ srcdir = @srcdir@
+ VPATH = @srcdir@
+ # Where to put the binary.  (${exec_prefix}/bin)
+-bindir = @bindir@
++bindir = $(DESTDIR)/@bindir@
+ # Where to put the info file.  (${prefix}/info)
+-infodir = @infodir@
++infodir = $(DESTDIR)/@infodir@
+ # Where to put the manual page.  (${prefix}/man)
+-mandir  = @mandir@
++mandir  = $(DESTDIR)/@mandir@
+ man1dir = $(mandir)/man1
+ man1ext = .1
This page took 0.102407 seconds and 4 git commands to generate.