1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Pkg-plist fix for when ntpsnmpd is auto-installed (when net-snmp is

discovered).

Discovered by:		pointyhat
This commit is contained in:
Cy Schubert 2011-08-22 03:58:07 +00:00
parent 27299dfc3f
commit efda7777be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280147

View File

@ -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