Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 14:25:32 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 452483e59136 - main - net-mgmt/pandorafms_server: Remove noop replace
Message-ID:  <202401111425.40BEPWZO007262@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401111425.40BEPWZO007262>