mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -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
273 B
Text
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]
|
|
|