ports/www/tinyproxy/files/patch-src-Makefile.in
Yuri Victorovich bfe1afd576
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
2024-05-28 18:21:55 +08:00

11 lines
379 B
Text

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