mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
- Add LICENSE and LICENSE_FILE - Remove unnecessary PYDISTUTILS_PKGVERSION - Add NO_ARCH - Regenerate patches with make makepatch - Record TIMESTAMP in distinfo - Fix pkg-plist - Take maintainership - Bump PORTREVISION PR: 213539 Submitted by: Neel Chauhan <neel@neelc.org> Approved by: koobs (mentor)
11 lines
513 B
Python
11 lines
513 B
Python
--- setup.py.orig 2005-09-22 13:00:21 UTC
|
|
+++ setup.py
|
|
@@ -33,7 +33,7 @@ setup(name = "pygopherd",
|
|
url = pygopherd.version.homepage,
|
|
packages = ['pygopherd', 'pygopherd.handlers', 'pygopherd.protocols'],
|
|
scripts = ['bin/pygopherd'],
|
|
- data_files = [ ('/etc/pygopherd', ['conf/pygopherd.conf',
|
|
+ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf.sample',
|
|
'conf/mime.types'] ) ],
|
|
license = pygopherd.version.license
|
|
)
|