diff options
author | cy <cy@FreeBSD.org> | 2011-08-22 11:58:07 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-08-22 11:58:07 +0800 |
commit | 0254b9eaf26b80ff13e628a917c64c2e0f3282f7 (patch) | |
tree | 44e1fdf0e1820d73ad477ac5f9d2b1e5895d0b8e /net/ntp-devel | |
parent | 07a9aae2fbbb14049dba84ac8bbd96bcd57402e1 (diff) | |
download | freebsd-ports-gnome-0254b9eaf26b80ff13e628a917c64c2e0f3282f7.tar.gz freebsd-ports-gnome-0254b9eaf26b80ff13e628a917c64c2e0f3282f7.tar.zst freebsd-ports-gnome-0254b9eaf26b80ff13e628a917c64c2e0f3282f7.zip |
Pkg-plist fix for when ntpsnmpd is auto-installed (when net-snmp is
discovered).
Discovered by: pointyhat
Diffstat (limited to 'net/ntp-devel')
-rw-r--r-- | net/ntp-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 267b2c41ad3b..a932eeb71f88 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -40,8 +40,7 @@ PLIST_SUB+= SSL="" CONFIGURE_ARGS+= --enable-ipv6 .endif -MAN8= ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8 ntp-wait.8 \ - ntpsnmpd.8 +MAN8= ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8 ntp-wait.8 pre-everything:: @${ECHO} @@ -58,6 +57,7 @@ pre-everything:: BUILD_DEPENDS= ${LOCALBASE}/bin/net-snmp-config:${PORTSDIR}/net-mgmt/net-snmp LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB+= NETSNMP="" +MAN8+= ntpsnmpd.8 .else PLIST_SUB+= NETSNMP="@comment " .endif |