summaryrefslogtreecommitdiff
path: root/net/dhisd
diff options
context:
space:
mode:
Diffstat (limited to 'net/dhisd')
-rw-r--r--net/dhisd/DESCR4
-rw-r--r--net/dhisd/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/dhisd/DESCR b/net/dhisd/DESCR
index 0537287416d..fe0d98e5ff1 100644
--- a/net/dhisd/DESCR
+++ b/net/dhisd/DESCR
@@ -15,6 +15,6 @@ If not the server will consider, on an individual basis, that the
client has disconnected and will
again update the databases to an offline state.
-Alternativelly the server may receive an OFFLINE_REQ packet from
+Alternatively the server may receive an OFFLINE_REQ packet from
the client, in which case the DNS record is updated at once and
-the online state droped.
+the online state dropped.
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile
index 144cd427d34..7044cd23982 100644
--- a/net/dhisd/Makefile
+++ b/net/dhisd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/11 14:49:19 cjep Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/25 08:59:48 snj Exp $
#
DISTNAME= dhisd-5.0
@@ -10,7 +10,7 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.dhis.org/
COMMENT= DynDNS server
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dhisd
@@ -38,5 +38,5 @@ do-install:
${PREFIX}/bin/dhisd-genkeys \
${PREFIX}/bin/dhisd
-.include "../../devel/gmp/buildlink2.mk"
+.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"