diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-10-22 15:38:00 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-10-22 15:38:00 +0000 |
commit | 527072836c2234fa37a679c419982c77fc5e5c56 (patch) | |
tree | e1cff89eed734bab0a46252eb5cf96277ab34737 /www/quixote | |
parent | be7d79b04052b160c5f8f142caf57b365b92ead5 (diff) |
- Add two forgotten files to pkg-plist (not my day!)
- Bump PORTREVISION again to be on the safe side
Notes
Notes:
svn path=/head/; revision=49076
Diffstat (limited to 'www/quixote')
-rw-r--r-- | www/quixote/Makefile | 2 | ||||
-rw-r--r-- | www/quixote/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile index d7708ef63952..bfe1db79e5a8 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -7,7 +7,7 @@ PORTNAME= quixote PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ DISTNAME= Quixote-${PORTVERSION} diff --git a/www/quixote/pkg-plist b/www/quixote/pkg-plist index bf9f21f85450..ef1b272ab8e1 100644 --- a/www/quixote/pkg-plist +++ b/www/quixote/pkg-plist @@ -75,6 +75,9 @@ lib/%%PYTHON_VERSION%%/site-packages/quixote/sendmail.pyo lib/%%PYTHON_VERSION%%/site-packages/quixote/session.py lib/%%PYTHON_VERSION%%/site-packages/quixote/session.pyc lib/%%PYTHON_VERSION%%/site-packages/quixote/session.pyo +share/examples/quixote/demo.cgi +share/examples/quixote/demo.conf +@dirrm share/examples/quixote @dirrm lib/%%PYTHON_VERSION%%/site-packages/quixote/form @dirrm lib/%%PYTHON_VERSION%%/site-packages/quixote/demo @dirrm lib/%%PYTHON_VERSION%%/site-packages/quixote |