diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
commit | 40b91e7ab919c68deb72b748cca1857afc0cc61a (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/ruby-tcpwrap | |
parent | ff862ac29f9feb874c8377e73c53e1d92c1569c8 (diff) | |
download | pkgsrc-40b91e7ab919c68deb72b748cca1857afc0cc61a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 688eaa63b8d..6a815df1ecc 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/02/21 16:01:19 taca Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/23 18:16:57 asau Exp $ DISTNAME= ruby-tcpwrap-0.6 PKGNAME= ${RUBY_PKGPREFIX}-tcpwrap-0.6 @@ -11,7 +11,6 @@ HOMEPAGE= # not available COMMENT= TCP wrappers library for Ruby LICENSE= 2-clause-bsd -PKG_DESTDIR_SUPPORT= user-destdir USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-tcpwrap INSTALL_TARGET= site-install |