diff options
Diffstat (limited to 'net-mgmt/mk-livestatus/Makefile')
-rw-r--r-- | net-mgmt/mk-livestatus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile index 1a578f4d4eb9..5ee034248f6d 100644 --- a/net-mgmt/mk-livestatus/Makefile +++ b/net-mgmt/mk-livestatus/Makefile @@ -47,7 +47,7 @@ COMMAND_FILE?= /var/spool/nagios/rw/live # Actual version can be found on CPAN # http://search.cpan.org/~nierlein/Monitoring-Livestatus/ post-extract: - @${RM} -rf ${WRKSRC}/api/perl + @${RM} -r ${WRKSRC}/api/perl post-patch: @${SED} -i '' -e 's|/usr/bin/python|${LOCALBASE}/bin/python2.7|g' \ |