diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:59:48 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:59:48 +0000 |
commit | a3c2653d692bd2584559222f9e1881ae6706ba2f (patch) | |
tree | 656aa385229e0bd9a99a795e495f47eefc43e2fc | |
parent | 0f8efcda30366f664fa8bd55bb0fa126d7719492 (diff) | |
download | pkgsrc-a3c2653d692bd2584559222f9e1881ae6706ba2f.tar.gz |
Convert to buildlink3 and correct two spelling errors in DESCR.
-rw-r--r-- | net/dhisd/DESCR | 4 | ||||
-rw-r--r-- | net/dhisd/Makefile | 6 |
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" |