ports/net/pygopherd/files/patch-bin_pygopherd
Carlos J. Puga Medina fa187b926d net/pygopherd: modernize port
- 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)
2016-10-28 00:03:30 +00:00

11 lines
273 B
Text

--- bin/pygopherd.orig 2005-09-22 13:00:21 UTC
+++ bin/pygopherd
@@ -23,7 +23,7 @@
from pygopherd import *
import sys
-conffile = '/etc/pygopherd/pygopherd.conf'
+conffile = '%%PREFIX%%/etc/pygopherd/pygopherd.conf'
if len(sys.argv) > 1:
conffile = sys.argv[1]