diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/ruby-div | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/ruby-div')
-rw-r--r-- | www/ruby-div/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ruby-div/Makefile b/www/ruby-div/Makefile index 6c1b9967204..24ea74ba211 100644 --- a/www/ruby-div/Makefile +++ b/www/ruby-div/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/09/10 13:04:25 taca Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/28 06:31:03 asau Exp $ # DISTNAME= div-1.3.2 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.druby.org/ilikeruby/div.en.html COMMENT= Simple Web Application framework with dRuby and ERB #LICENSE= # TODO: nothing -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none NO_BUILD= YES |