www/tinyproxy: Fix default configuration file path
- Bump PORTREVISION for package change It does not affect normal use (via rc script). PR: 270991 Submitted by: yuri
This commit is contained in:
committed by
Po-Chuan Hsieh
parent
f4fd84d27e
commit
bfe1afd576
@@ -1,6 +1,6 @@
|
||||
PORTNAME= tinyproxy
|
||||
PORTVERSION= 1.11.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/
|
||||
|
||||
11
www/tinyproxy/files/patch-src-Makefile.in
Normal file
11
www/tinyproxy/files/patch-src-Makefile.in
Normal file
@@ -0,0 +1,11 @@
|
||||
--- src/Makefile.in.orig 2024-05-08 18:25:30 UTC
|
||||
+++ src/Makefile.in
|
||||
@@ -307,7 +307,7 @@ top_srcdir = @top_srcdir@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
|
||||
+pkgsysconfdir = $(sysconfdir)
|
||||
AM_CPPFLAGS = \
|
||||
-DSYSCONFDIR=\"${pkgsysconfdir}\" \
|
||||
-DLOCALSTATEDIR=\"${localstatedir}\"
|
||||
Reference in New Issue
Block a user