ports/net/pygopherd/files/patch-conf_pygopherd.conf
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
523 B
Text

--- conf/pygopherd.conf.orig 2006-09-11 14:10:13 UTC
+++ conf/pygopherd.conf
@@ -125,7 +125,7 @@ root = /var/gopher
# specify multiple files here -- just separate them with a colon.
# ALL of them that are found will be read.
-mimetypes = ./conf/mime.types:/etc/pygopherd/mime.types:/etc/mime.types
+mimetypes = ./conf/mime.types:%%PREFIX%%/etc/pygopherd/mime.types:/etc/mime.types
# Encodings. You can use the default with the following syntax. The
# mimetypex.encodings_map is {'.Z': 'compress', '.gz': 'gzip'}.