diff options
author | taca <taca@pkgsrc.org> | 2009-02-15 03:27:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-02-15 03:27:56 +0000 |
commit | 73de9ffc0e9600694d7d500f775ab7706ff45896 (patch) | |
tree | 4d0a69ea9ad28240d5e4ce1011590946335cc1fa /security | |
parent | d62b48ee8b1ad09e2187226d79e713e357dc1c6b (diff) | |
download | pkgsrc-73de9ffc0e9600694d7d500f775ab7706ff45896.tar.gz |
Enable DESTDIR support and sort PLIST.
(No other functional change.)
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 3 | ||||
-rw-r--r-- | security/ruby-tcpwrap/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 2a8b2a8cc9d..1795cf5999f 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/06/19 14:53:34 taca Exp $ +# $NetBSD: Makefile,v 1.16 2009/02/15 03:27:56 taca Exp $ DISTNAME= ruby-tcpwrap-0.6 PKGNAME= ${RUBY_PKGPREFIX}-tcpwrap-0.6 @@ -18,6 +18,7 @@ DOCS_EN= README.en doc/tcpwrap.html.en DOCS_JA= README.ja doc/tcpwrap.html.ja INSTALLATION_DIRS= ${RUBY_DOC}/tcpwrap/ja ${RUBY_EG}/tcpwrap +PKG_DESTDIR_SUPPORT= destdir post-install: ${INSTALL_DATA} ${WRKSRC}/sample/echod.rb \ diff --git a/security/ruby-tcpwrap/PLIST b/security/ruby-tcpwrap/PLIST index 0dfc9224ac6..84cb6cdab60 100644 --- a/security/ruby-tcpwrap/PLIST +++ b/security/ruby-tcpwrap/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2008/06/19 14:53:34 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/02/15 03:27:56 taca Exp $ ${RUBY_VENDORARCHLIB}/tcpwrap.${RUBY_DLEXT} -${RUBY_EG}/tcpwrap/echod.rb ${RUBY_DOC}/tcpwrap/README.en ${RUBY_DOC}/tcpwrap/tcpwrap.html.en ${RUBY_DOC}/tcpwrap/ja/README.ja ${RUBY_DOC}/tcpwrap/ja/tcpwrap.html.ja +${RUBY_EG}/tcpwrap/echod.rb @dirrm ${RUBY_EG}/tcpwrap @dirrm ${RUBY_DOC}/tcpwrap/ja @dirrm ${RUBY_DOC}/tcpwrap |