diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-28 00:34:20 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-28 00:34:20 +0000 |
commit | fd846ee69262a07dfb45460e76519ee0417d91d4 (patch) | |
tree | a180fad5c4a22ae6eb6e9174d2c39bfac8fcc9fc /net-mgmt/rrdbot/Makefile | |
parent | af057b9613c0deffb4d641b35856c6817d13b183 (diff) | |
download | ports-fd846ee69262a07dfb45460e76519ee0417d91d4.tar.gz ports-fd846ee69262a07dfb45460e76519ee0417d91d4.zip |
- Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=236697
Diffstat (limited to 'net-mgmt/rrdbot/Makefile')
-rw-r--r-- | net-mgmt/rrdbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/rrdbot/Makefile b/net-mgmt/rrdbot/Makefile index d07a435c15f8..017ff7c797f7 100644 --- a/net-mgmt/rrdbot/Makefile +++ b/net-mgmt/rrdbot/Makefile @@ -16,7 +16,8 @@ COMMENT= Threaded SNMP polling daemon which stores data in RRDs LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datarootdir=${PREFIX}/share/rrdbot +CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include \ + --datarootdir=${PREFIX}/share/rrdbot SUB_FILES= pkg-message USE_RC_SUBR= rrdbot |