mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
- fix ordering of variables - remove mono dependency (as it is provided by USES=mono) - no change (log)
11 lines
339 B
Text
11 lines
339 B
Text
--- Makefile.in.orig 2018-04-06 15:37:27 UTC
|
|
+++ Makefile.in
|
|
@@ -363,7 +363,7 @@ SUBDIRS = src man
|
|
# Current spec file is obsolete
|
|
# packaging/redhat/mod_mono.spec \
|
|
# packaging/redhat/mono.conf
|
|
-modmonoconfdir = $(APXS_SYSCONFDIR)
|
|
+modmonoconfdir = %%MOD_MONOCONFDIR%%
|
|
modmonoconf_DATA = mod_mono.conf
|
|
all: all-recursive
|
|
|