diff options
author | jlam <jlam> | 2006-03-16 23:12:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-16 23:12:48 +0000 |
commit | 4bcc94145771f9bfaa84310b3e19916afe25116d (patch) | |
tree | 93ed7b933ae1fcd0d52394dfdcbdf9b3aad255bc /www/trac | |
parent | 7bad0f95fb06cf37d56acad49f9757004bf0b385 (diff) | |
download | pkgsrc-4bcc94145771f9bfaa84310b3e19916afe25116d.tar.gz |
The plist module automatically handles converting "man" entries into
${PKGMANDIR} entries -- no need to do it here.
Diffstat (limited to 'www/trac')
-rw-r--r-- | www/trac/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/trac/PLIST b/www/trac/PLIST index 95cec1ddc99..85d3e14ae7b 100644 --- a/www/trac/PLIST +++ b/www/trac/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/11/03 23:04:29 epg Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/03/16 23:12:48 jlam Exp $ bin/trac-admin bin/tracd bin/tracdb2env @@ -242,15 +242,15 @@ ${PYSITELIB}/trac/wiki/model.pyo ${PYSITELIB}/trac/wiki/web_ui.py ${PYSITELIB}/trac/wiki/web_ui.pyc ${PYSITELIB}/trac/wiki/web_ui.pyo +man/man1/trac-admin.1 +man/man1/tracd.1 +man/man1/tracdb2env.1 share/examples/trac/README share/examples/trac/bugzilla2trac.py share/examples/trac/emailfilter.py share/examples/trac/sourceforge2trac.py share/examples/trac/trac-post-commit-hook share/examples/trac/trac-pre-commit-hook -${PKGMANDIR}/man1/trac-admin.1 -${PKGMANDIR}/man1/tracd.1 -${PKGMANDIR}/man1/tracdb2env.1 share/trac/cgi-bin/trac.cgi share/trac/cgi-bin/trac.fcgi share/trac/htdocs/README |