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:
Yuri Victorovich
2024-05-28 18:17:29 +08:00
committed by Po-Chuan Hsieh
parent f4fd84d27e
commit bfe1afd576
2 changed files with 12 additions and 1 deletions

View File

@@ -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}/

View 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}\"