summaryrefslogtreecommitdiff
path: root/net/pygopherd/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-06-27 12:40:36 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-06-27 12:40:36 +0000
commitc9ec2cba51f093e2ad04c3d0c9311e35381d3b5b (patch)
treeb909447780cf13119fa1d6739df12b1da94146b5 /net/pygopherd/files
parent- add support for staging (diff)
- Add staging support
- Use @sample for config file
Notes
Notes: svn path=/head/; revision=359514
Diffstat (limited to 'net/pygopherd/files')
-rw-r--r--net/pygopherd/files/patch-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pygopherd/files/patch-setup.py b/net/pygopherd/files/patch-setup.py
index 8e7ea6cc736e..6f9c890b08c8 100644
--- a/net/pygopherd/files/patch-setup.py
+++ b/net/pygopherd/files/patch-setup.py
@@ -5,7 +5,7 @@
packages = ['pygopherd', 'pygopherd.handlers', 'pygopherd.protocols'],
scripts = ['bin/pygopherd'],
- data_files = [ ('/etc/pygopherd', ['conf/pygopherd.conf',
-+ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf-dist',
++ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf.sample',
'conf/mime.types'] ) ],
license = pygopherd.version.license
)