diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:43:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:43:00 +0800 |
commit | 0b8e99b43044a7702680c45a8c1f44c186bc8675 (patch) | |
tree | 9d97732300fa2e6d66192a1e3a7ad66202739043 /net-mgmt | |
parent | 352538ce16925afea0d8f45844d91bfadab3cc33 (diff) | |
download | freebsd-ports-graphics-0b8e99b43044a7702680c45a8c1f44c186bc8675.tar.gz freebsd-ports-graphics-0b8e99b43044a7702680c45a8c1f44c186bc8675.tar.zst freebsd-ports-graphics-0b8e99b43044a7702680c45a8c1f44c186bc8675.zip |
- Stage support
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rrdbot/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/rrdbot/pkg-plist | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/net-mgmt/rrdbot/Makefile b/net-mgmt/rrdbot/Makefile index f2ba61c824e..897fdc36996 100644 --- a/net-mgmt/rrdbot/Makefile +++ b/net-mgmt/rrdbot/Makefile @@ -19,10 +19,6 @@ CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include \ 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> diff --git a/net-mgmt/rrdbot/pkg-plist b/net-mgmt/rrdbot/pkg-plist index b3288666d44..9e005343dcf 100644 --- a/net-mgmt/rrdbot/pkg-plist +++ b/net-mgmt/rrdbot/pkg-plist @@ -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 |