diff options
author | obache <obache@pkgsrc.org> | 2008-10-29 04:16:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-29 04:16:15 +0000 |
commit | af57f355bcc66957a97bbef714375d4bb231035c (patch) | |
tree | b1d8b046e3404c6db6459a815b19795560dfd1b3 /textproc/ruby-htree/Makefile | |
parent | 0ff8dcd0798ec5892ac50694ff3b260eeab23763 (diff) | |
download | pkgsrc-af57f355bcc66957a97bbef714375d4bb231035c.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/ruby-htree/Makefile')
-rw-r--r-- | textproc/ruby-htree/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile index 7ead784e077..e5f5bb27e60 100644 --- a/textproc/ruby-htree/Makefile +++ b/textproc/ruby-htree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/09/15 15:25:48 taca Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/29 04:17:18 obache Exp $ DISTNAME= htree-0.7 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -9,8 +9,12 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.a-k-r.org/htree/ COMMENT= Tree data structure which represent HTML and XML data for Ruby +PKG_DESTDIR_SUPPORT= user-destdir + NO_BUILD= yes USE_RUBY_INSTALL= yes +INSTALL_TARGET= install --destdir=${DESTDIR} + .include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" |