diff options
Diffstat (limited to 'net-mgmt/pandorafms_agent/Makefile')
-rw-r--r-- | net-mgmt/pandorafms_agent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pandorafms_agent/Makefile b/net-mgmt/pandorafms_agent/Makefile index d637f02568af..3645f1bb2ba3 100644 --- a/net-mgmt/pandorafms_agent/Makefile +++ b/net-mgmt/pandorafms_agent/Makefile @@ -40,8 +40,8 @@ post-patch: @${REINPLACE_CMD} -e '\|PREFIX=|s|=[^;]*|=${PREFIX}|' ${WRKSRC}/pandora_agent_installer post-install: - @${RM} -f ${STAGEDIR}${LOGDIR}/pandora_agent.log - @${RM} -f ${STAGEDIR}${DATADIR}/collections/.empty + @${RM} ${STAGEDIR}${LOGDIR}/pandora_agent.log + @${RM} ${STAGEDIR}${DATADIR}/collections/.empty @${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} |