forked from Lainports/freebsd-ports
- Bump PORTREVISION for package change It does not affect normal use (via rc script). PR: 270991 Submitted by: yuri
11 lines
379 B
Text
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}\"
|