diff options
author | snj <snj> | 2004-04-25 08:59:48 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 08:59:48 +0000 |
commit | 68b5caeb1758a22e4a9807a70163df290d1d5172 (patch) | |
tree | 656aa385229e0bd9a99a795e495f47eefc43e2fc /net/dhisd/Makefile | |
parent | ae381272ea8487ee921e6d706adb492ae68a4a80 (diff) | |
download | pkgsrc-68b5caeb1758a22e4a9807a70163df290d1d5172.tar.gz |
Convert to buildlink3 and correct two spelling errors in DESCR.
Diffstat (limited to 'net/dhisd/Makefile')
-rw-r--r-- | net/dhisd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |