diff options
author | wjv <wjv@FreeBSD.org> | 2001-10-22 23:38:00 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-10-22 23:38:00 +0800 |
commit | 2df23448864ecf05d3b7ec3040a3d4f7f74f1fe0 (patch) | |
tree | d03d99bd17fea9bdef703b1f43d967fc158e2a01 /www/quixote | |
parent | 2373bc2f9bcd34001de810053173148ad240c5ee (diff) | |
download | freebsd-ports-gnome-2df23448864ecf05d3b7ec3040a3d4f7f74f1fe0.tar.gz freebsd-ports-gnome-2df23448864ecf05d3b7ec3040a3d4f7f74f1fe0.tar.zst freebsd-ports-gnome-2df23448864ecf05d3b7ec3040a3d4f7f74f1fe0.zip |
- Add two forgotten files to pkg-plist (not my day!)
- Bump PORTREVISION again to be on the safe side
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 |