summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 08:59:48 +0000
committersnj <snj>2004-04-25 08:59:48 +0000
commit68b5caeb1758a22e4a9807a70163df290d1d5172 (patch)
tree656aa385229e0bd9a99a795e495f47eefc43e2fc /net
parentae381272ea8487ee921e6d706adb492ae68a4a80 (diff)
downloadpkgsrc-68b5caeb1758a22e4a9807a70163df290d1d5172.tar.gz
Convert to buildlink3 and correct two spelling errors in DESCR.
Diffstat (limited to 'net')
-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"