[BACK]Return to patch-Makefile_in CVS log [TXT][DIR] Up to [local] / ports / games / dccnitghtmare / patches

File: [local] / ports / games / dccnitghtmare / patches / Attic / patch-Makefile_in (download)

Revision 1.1.1.1 (vendor branch), Tue Jun 15 05:27:14 2010 UTC (14 years ago) by yason
Branch: import
CVS Tags: yason, dccnitghtmare_0-7, dccnitghtmare-0_8
Changes since 1.1: +0 -0 lines

import

$OpenBSD$
--- Makefile.in.orig	Wed Apr 14 02:02:22 2010
+++ Makefile.in	Mon Jun 14 23:48:01 2010
@@ -5,10 +5,10 @@ VERSION = @VERSION@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
-datadir = @datarootdir@
-datarootdir = @datarootdir@
-bindir = @bindir@
-localedir = @localedir@
+datadir = $(DESTDIR)/@datarootdir@
+datarootdir = $(DESTDIR)/@datarootdir@
+bindir = $(DESTDIR)/@bindir@
+localedir = $(DESTDIR)/@localedir@
 DEFS = -DLOCALEDIR=\"$(localedir)\"
 
 INSTALL = install