diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 17:44:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 17:44:37 +0000 |
commit | 0f4090d7436c5930e848275389d74ace3ad507a0 (patch) | |
tree | dbc986683d808eda8064e2ae4cf99393a8fe3e29 /devel/cut/patches | |
parent | 74f82c6e68e36c29d74b9a3def0a26b44e852fa1 (diff) | |
download | pkgsrc-0f4090d7436c5930e848275389d74ace3ad507a0.tar.gz |
DESTDIR support
Diffstat (limited to 'devel/cut/patches')
-rw-r--r-- | devel/cut/patches/patch-aa | 4 |
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 |