opnsense-ports/sysutils/fetchlog/files/patch-Makefile
Franco Fichtner 5b14fae2de */*: sync with upstream
Taken from: FreeBSD
2024-08-27 11:30:50 +02:00

11 lines
415 B
Text

--- Makefile.orig 2024-08-23 12:01:44 UTC
+++ Makefile
@@ -54,7 +54,7 @@ HAS_REGEX=-DHAS_REGEX
### installdir
### will use $INSTDIR/bin and $INSTDIR/man/man1,
### both dirs have to exist for installation
-INSTDIR=/usr/local
+INSTDIR=${PREFIX}
### ------------------------------------------------------------------------
### --- end of user settings -----------------------------------------------