diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-10 09:32:38 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-10 09:32:38 +0000 |
commit | 39528ef71b765134632625e9297607527bc5bc5f (patch) | |
tree | aafd242b6bf2531d46240d706c4ae4ed004203ca /net-mgmt/netsaint-plugins/Makefile | |
parent | 690d6329fb2b6653aff7cf50015e79c4afefe753 (diff) | |
download | FreeBSD-ports-39528ef71b765134632625e9297607527bc5bc5f.zip FreeBSD-ports-39528ef71b765134632625e9297607527bc5bc5f.tar.gz |
Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc).
Approved by: maintainer
Diffstat (limited to 'net-mgmt/netsaint-plugins/Makefile')
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index c70789a..7f1edf1 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/netsaint-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= netsaint-plugins PORTVERSION= 1.2.9.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/netsaintplug/ DISTNAME= ${PORTNAME}-1.2.9-3 |