ports/www/mod_auth_kerb2/files/patch-Makefile.in
Muhammad Moinur Rahman da3985ecfc
www/mod_auth_kerb2: Refactor
- Replace @exec with @postexec/@postunexec
- Replace PORTVERSION with DISTVERSION
- Pet portclippy
- Refresh patches
2025-04-27 22:02:35 +02:00

13 lines
489 B
Text

--- Makefile.in.orig 2008-12-02 14:07:10 UTC
+++ Makefile.in
@@ -16,7 +16,9 @@ install:
./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c"
install:
- ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c"
+ mkdir -p "$(DESTDIR)$$(${APXS} -q libexecdir)"
+ ${APXS} -S LIBEXECDIR="$(DESTDIR)$$(${APXS} -q libexecdir)" \
+ -i -n auth_kerb src/mod_auth_kerb.la
clean:
for i in . src spnegokrb5; do \