diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 19:13:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 19:13:18 +0000 |
commit | 1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch) | |
tree | 084a3ff0af921b622a1b95e501fdbf510ab133e4 /net-mgmt/pandorafms_agent | |
parent | 1d085932a2bc53e47470d2ff07242dd9e96d1409 (diff) | |
download | ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.tar.gz ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.zip |
Notes
Diffstat (limited to 'net-mgmt/pandorafms_agent')
-rw-r--r-- | net-mgmt/pandorafms_agent/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-mgmt/pandorafms_agent/Makefile b/net-mgmt/pandorafms_agent/Makefile index 325fe245160b..41b6d7618795 100644 --- a/net-mgmt/pandorafms_agent/Makefile +++ b/net-mgmt/pandorafms_agent/Makefile @@ -45,11 +45,6 @@ post-patch: -e '/TENTACLE_SERVER/s/^/#/' \ ${WRKSRC}/pandora_agent_installer .endif -.if defined(NO_INSTALL_MANPAGES) - @${REINPLACE_CMD} \ - -e '/PANDORA_MAN/s/^/#/' \ - ${WRKSRC}/pandora_agent_installer -.endif @${REINPLACE_CMD} -E \ -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%DATADIR%%|${DATADIR}|g' \ |