pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-oniguruma Revert to destdir from the def...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e07e3e9e333f
branches:  trunk
changeset: 546144:e07e3e9e333f
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Fri Aug 22 20:01:25 2008 +0000

description:
Revert to destdir from the default user-destdir as it fails nonprivileged.

diffstat:

 textproc/ruby-oniguruma/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 14bb2de098c4 -r e07e3e9e333f textproc/ruby-oniguruma/Makefile
--- a/textproc/ruby-oniguruma/Makefile  Fri Aug 22 19:47:44 2008 +0000
+++ b/textproc/ruby-oniguruma/Makefile  Fri Aug 22 20:01:25 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 15:37:13 ahoka Exp $
+# $NetBSD: Makefile,v 1.2 2008/08/22 20:01:25 ahoka Exp $
 
 DISTNAME=      oniguruma-1.1.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://oniguruma.rubyforge.org/
 COMMENT=       Fast regular expression library
 
+PKG_DESTDIR_SUPPORT=   destdir
+
 GEM_BUILD=     gemspec
 
 .include "../../textproc/oniguruma/buildlink3.mk"



Home | Main Index | Thread Index | Old Index