mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -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
523 B
Text
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'}.
|