diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-27 22:26:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-27 22:26:39 +0000 |
commit | a02210416517599f45352058ef0602981ac076c2 (patch) | |
tree | 6c0bb8e07e56c43d1cc2a6cfcc0d443b671e9ee3 /sysutils/oak/patches | |
parent | 161f2da27a363e691122d68aba3e2b96b2818886 (diff) | |
download | pkgsrc-a02210416517599f45352058ef0602981ac076c2.tar.gz |
DESTDIR support
Diffstat (limited to 'sysutils/oak/patches')
-rw-r--r-- | sysutils/oak/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/oak/patches/patch-aa b/sysutils/oak/patches/patch-aa index f1a4ed648e6..cc3179d9b1a 100644 --- a/sysutils/oak/patches/patch-aa +++ b/sysutils/oak/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/11/03 14:28:21 rillig Exp $ +$NetBSD: patch-aa,v 1.2 2010/01/27 22:26:39 joerg Exp $ --- Makefile.in 2005-02-27 12:54:53.000000000 -0600 +++ Makefile.in 2006-02-04 14:36:44.000000000 -0600 @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/11/03 14:28:21 rillig Exp $ install: - ./install-sh -c oak /usr/local/bin/ -+ ./install-sh -c oak @bindir@/ ++ ${BSD_INSTALL_PROGRAM} oak ${DESTDIR}@bindir@/ clean: $(RM) *~ *.o oak |