diff options
author | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
commit | 93c0cf7b312bd2ddace1c7ae90cead4845f56858 (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/ruby-rdtool | |
parent | 08ccba303532790b612dfec25a06e14a4a35dc9a (diff) | |
download | pkgsrc-93c0cf7b312bd2ddace1c7ae90cead4845f56858.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 8525cfe7dae..0a6e8d78eaa 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/06/13 14:43:24 taca Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/25 06:56:58 asau Exp $ DISTNAME= rdtool-0.6.37 CATEGORIES= textproc ruby @@ -8,8 +8,6 @@ HOMEPAGE= https://github.com/uwabami/rdtool COMMENT= RD (Ruby Document) converter to HTML/man/etc LICENSE= gnu-gpl-v2 OR ruby-license -PKG_DESTDIR_SUPPORT= user-destdir - # Since rd2 commands depends its name and it can't rename, we cannot # install multiple ruby??-rd2 package (unless supported by pkgview. CONFLICTS+= ruby[1-9][0-9]-rdtool-[0-9]* |