summaryrefslogtreecommitdiff
path: root/net/dhisd
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 08:59:48 +0000
committersnj <snj@pkgsrc.org>2004-04-25 08:59:48 +0000
commit97ad94b7ee71317c10bd93245007c2ba4653153e (patch)
tree656aa385229e0bd9a99a795e495f47eefc43e2fc /net/dhisd
parent68d4fba7109bc63c76065a3ef34d63a1fc7193d5 (diff)
downloadpkgsrc-97ad94b7ee71317c10bd93245007c2ba4653153e.tar.gz
Convert to buildlink3 and correct two spelling errors in DESCR.
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"