ports/sysutils/fetchlog/files/patch-Makefile
Alexander Haderer 33f0b7845b sysutils/fetchlog: 1.4 → 1.6
Changelog:
1.5 15 Aug 2024
 - extension: new option '4' for multiline output in a format that is
   required for Nagios 4 plugins
1.6 22 Aug 2024
 - fix: typo Makefile
https://fetchlog.sourceforge.net/CHANGES.txt

Improve port:
 - Replace PORTVERSION with DISTVERSION
 - Move PLIST_FILES before PORTDOCS (pet portclippy)

PR:	281011
2024-08-23 19:11:27 +03:00

12 lines
415 B
Plaintext

--- 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 -----------------------------------------------