summaryrefslogtreecommitdiff
path: root/devel/cut/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-29 17:44:37 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-29 17:44:37 +0000
commit0f4090d7436c5930e848275389d74ace3ad507a0 (patch)
treedbc986683d808eda8064e2ae4cf99393a8fe3e29 /devel/cut/patches
parent74f82c6e68e36c29d74b9a3def0a26b44e852fa1 (diff)
downloadpkgsrc-0f4090d7436c5930e848275389d74ace3ad507a0.tar.gz
DESTDIR support
Diffstat (limited to 'devel/cut/patches')
-rw-r--r--devel/cut/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cut/patches/patch-aa b/devel/cut/patches/patch-aa
index 9c40a3c4182..0e0a3477c13 100644
--- a/devel/cut/patches/patch-aa
+++ b/devel/cut/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2008/01/21 11:08:33 ichiro Exp $
+$NetBSD: patch-aa,v 1.2 2010/01/29 17:53:16 joerg Exp $
--- Makefile.orig 2006-04-26 02:54:39.000000000 +0900
+++ Makefile 2008-01-19 19:40:19.000000000 +0900
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1 2008/01/21 11:08:33 ichiro Exp $
.SUFFIXES:
-INSTALLPATH := /usr/local
-+INSTALLPATH = $(LOCALBASE)
++INSTALLPATH = ${DESTDIR}${PREFIX}
INCDIR := $(INSTALLPATH)/include/cut-2
BINDIR := $(INSTALLPATH)/bin