pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ruby-RMagick DESTDIR handling is now in lang/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d507ac10155
branches:  trunk
changeset: 538445:3d507ac10155
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Feb 08 15:11:47 2008 +0000

description:
DESTDIR handling is now in lang/ruby/modules.mk.

diffstat:

 graphics/ruby-RMagick/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r d0aa5e3d23b0 -r 3d507ac10155 graphics/ruby-RMagick/Makefile
--- a/graphics/ruby-RMagick/Makefile    Fri Feb 08 15:10:41 2008 +0000
+++ b/graphics/ruby-RMagick/Makefile    Fri Feb 08 15:11:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2008/01/31 06:18:24 obache Exp $
+# $NetBSD: Makefile,v 1.46 2008/02/08 15:11:47 obache Exp $
 
 DISTNAME=      RMagick-2.2.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -15,12 +15,6 @@
 RUBY_HAS_ARCHLIB=      yes
 USE_RUBY_SETUP=                yes
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${_USE_DESTDIR} != "no"
-INSTALL_TARGET=                install --prefix=${DESTDIR}
-.endif
-
 CONFIGURE_ARGS+=       --doc-dir=${DESTDIR}${RUBY_DOCDIR}/RMagick
 USE_TOOLS+=    gs
 



Home | Main Index | Thread Index | Old Index