diff options
author | obache <obache@pkgsrc.org> | 2008-02-08 15:11:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-08 15:11:47 +0000 |
commit | 5f5c6b51be65892593112eefa6d131f90548f883 (patch) | |
tree | bed841c6ff502d46f0f1f6efb82c5780091391cb /graphics | |
parent | 6ee73476a8d6fec696158af695d94cf562a07adb (diff) | |
download | pkgsrc-5f5c6b51be65892593112eefa6d131f90548f883.tar.gz |
DESTDIR handling is now in lang/ruby/modules.mk.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-RMagick/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile index f8a84b3faa4..796cd25547b 100644 --- a/graphics/ruby-RMagick/Makefile +++ b/graphics/ruby-RMagick/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |