git: 452483e59136 - main - net-mgmt/pandorafms_server: Remove noop replace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 14:25:32 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=452483e59136c874a1a26e912961d004934e9653 commit 452483e59136c874a1a26e912961d004934e9653 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-01-11 14:23:00 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-01-11 14:25:29 +0000 net-mgmt/pandorafms_server: Remove noop replace There are no %%MAN1PREFIX on target file. No functional changes intended here --- net-mgmt/pandorafms_server/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net-mgmt/pandorafms_server/Makefile b/net-mgmt/pandorafms_server/Makefile index 30f618a28be8..84e37cd0fc08 100644 --- a/net-mgmt/pandorafms_server/Makefile +++ b/net-mgmt/pandorafms_server/Makefile @@ -98,7 +98,6 @@ post-patch: @${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%DATADIR%%|${DATADIR}|g' \ - -e 's|%%MAN1PREFIX%%|${MAN1PREFIX}|g' \ -e 's|%%PANDORA_ETCDIR%%|${PANDORA_ETCDIR}|g' \ -e 's|%%PANDORA_LOGDIR%%|${PANDORA_LOGDIR}|g' \ -e 's|%%PANDORA_SPOOLDIR%%|${PANDORA_SPOOLDIR}|g' \