diff options
author | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
commit | ea30842945a7da8e04cb190e5ab5845b89a96f2e (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /www/ruby-htmlsplit | |
parent | fcd856930931649a053e5bae5aa7d42494437faa (diff) | |
download | pkgsrc-ea30842945a7da8e04cb190e5ab5845b89a96f2e.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'www/ruby-htmlsplit')
-rw-r--r-- | www/ruby-htmlsplit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-htmlsplit/Makefile b/www/ruby-htmlsplit/Makefile index eff6d35a611..08f50cc774f 100644 --- a/www/ruby-htmlsplit/Makefile +++ b/www/ruby-htmlsplit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/19 15:04:55 taca Exp $ +# $NetBSD: Makefile,v 1.14 2008/07/14 12:56:14 joerg Exp $ DISTNAME= htmlsplit102 PKGNAME= ${RUBY_PKGPREFIX}-htmlsplit-1.0.2 @@ -11,6 +11,8 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.moonwolf.com/ruby/htmlsplit.html COMMENT= Ruby HTML split/join library +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes |