diff options
-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 |