diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-27 12:40:36 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-27 12:40:36 +0000 |
commit | c9ec2cba51f093e2ad04c3d0c9311e35381d3b5b (patch) | |
tree | b909447780cf13119fa1d6739df12b1da94146b5 /net/pygopherd/pkg-plist | |
parent | 3bd36f4f3503af768461c25391b871313035f2cf (diff) |
Notes
Diffstat (limited to 'net/pygopherd/pkg-plist')
-rw-r--r-- | net/pygopherd/pkg-plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/pygopherd/pkg-plist b/net/pygopherd/pkg-plist index f64ae90df88f..adafce19084b 100644 --- a/net/pygopherd/pkg-plist +++ b/net/pygopherd/pkg-plist @@ -1,8 +1,6 @@ bin/pygopherd etc/pygopherd/mime.types -@unexec if cmp -s %D/etc/pygopherd/pygopherd.conf %D/etc/pygopherd/pygopherd.conf-dist; then rm -f %D/etc/pygopherd/pygopherd.conf; fi -etc/pygopherd/pygopherd.conf-dist -@exec [ -f %B/pygopherd.conf ] || cp %B/%f %B/pygopherd.conf +@sample etc/pygopherd/pygopherd.conf.sample %%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptions.py %%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptions.pyc %%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptions.pyo @@ -132,6 +130,7 @@ etc/pygopherd/pygopherd.conf-dist %%PYTHON_SITELIBDIR%%/pygopherd/zipfile.py %%PYTHON_SITELIBDIR%%/pygopherd/zipfile.pyc %%PYTHON_SITELIBDIR%%/pygopherd/zipfile.pyo +man/man8/pygopherd.8.gz @dirrm %%PYTHON_SITELIBDIR%%/pygopherd/handlers @dirrm %%PYTHON_SITELIBDIR%%/pygopherd/protocols @dirrm %%PYTHON_SITELIBDIR%%/pygopherd |