diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-16 23:12:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-16 23:12:48 +0000 |
commit | 906af92c665c34d09dce2c21e9bb89ab620c71b0 (patch) | |
tree | 93ed7b933ae1fcd0d52394dfdcbdf9b3aad255bc /devel | |
parent | f2374944fa272cb3687f7484af9d9fb551521768 (diff) | |
download | pkgsrc-906af92c665c34d09dce2c21e9bb89ab620c71b0.tar.gz |
The plist module automatically handles converting "man" entries into
${PKGMANDIR} entries -- no need to do it here.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rake/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rake/PLIST b/devel/rake/PLIST index e947331f5c6..b526a8c7201 100644 --- a/devel/rake/PLIST +++ b/devel/rake/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2005/11/02 13:54:45 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/16 23:12:48 jlam Exp $ bin/rake -${PKGMANDIR}/man1/rake.1 +man/man1/rake.1 ${RUBY_SITELIBDIR}/rake.rb ${RUBY_SITELIBDIR}/rake/classic_namespace.rb ${RUBY_SITELIBDIR}/rake/clean.rb |