svn commit: r347632 - head/net-mgmt/rrdbot
Martin Wilke
miwi at FreeBSD.org
Sun Mar 9 14:43:01 UTC 2014
Author: miwi
Date: Sun Mar 9 14:43:00 2014
New Revision: 347632
URL: http://svnweb.freebsd.org/changeset/ports/347632
QAT: https://qat.redports.org/buildarchive/r347632/
Log:
- Stage support
Modified:
head/net-mgmt/rrdbot/Makefile
head/net-mgmt/rrdbot/pkg-plist
Modified: head/net-mgmt/rrdbot/Makefile
==============================================================================
--- head/net-mgmt/rrdbot/Makefile Sun Mar 9 14:42:53 2014 (r347631)
+++ head/net-mgmt/rrdbot/Makefile Sun Mar 9 14:43:00 2014 (r347632)
@@ -19,10 +19,6 @@ CONFIGURE_ARGS= --libdir=${LOCALBASE}/li
SUB_FILES= pkg-message
USE_RC_SUBR= rrdbot
-MAN1= rrdbot-get.1
-MAN5= rrdbot.conf.5
-MAN8= rrdbot-create.8 rrdbotd.8
-
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
@@ -31,8 +27,4 @@ CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --disable-ipv6
.endif
-NO_STAGE= yes
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
Modified: head/net-mgmt/rrdbot/pkg-plist
==============================================================================
--- head/net-mgmt/rrdbot/pkg-plist Sun Mar 9 14:42:53 2014 (r347631)
+++ head/net-mgmt/rrdbot/pkg-plist Sun Mar 9 14:43:00 2014 (r347632)
@@ -56,6 +56,10 @@ sbin/rrdbotd
%%DATADIR%%/mib/UCD-SNMP-MIB.txt
%%DATADIR%%/mib/TCP-MIB.txt
%%DATADIR%%/mib/UDP-MIB.txt
+man/man1/rrdbot-get.1.gz
+man/man5/rrdbot.conf.5.gz
+man/man8/rrdbot-create.8.gz
+man/man8/rrdbotd.8.gz
@dirrm %%DATADIR%%/mib
@dirrm %%DATADIR%%
@dirrmtry etc/rrdbot
More information about the svn-ports-all
mailing list