diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-08-22 03:58:07 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-08-22 03:58:07 +0000 |
commit | efda7777bea140d83a50ec0196017b22dd0a0349 (patch) | |
tree | e1afc8e8647a0135b648ef4ee79aa110ec2787dc /net/ntp-devel | |
parent | 27299dfc3f51e156309643ebe0cdb85f8e59694e (diff) | |
download | ports-efda7777bea140d83a50ec0196017b22dd0a0349.tar.gz ports-efda7777bea140d83a50ec0196017b22dd0a0349.zip |
Pkg-plist fix for when ntpsnmpd is auto-installed (when net-snmp is
discovered).
Discovered by: pointyhat
Notes
Notes:
svn path=/head/; revision=280147
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 |