diff options
author | snj <snj> | 2004-04-11 09:13:00 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 09:13:00 +0000 |
commit | 0ce3f5e0b20275ffe9326f0f651f3b5c2c1f3ff0 (patch) | |
tree | 5ccf7beadc18b5fb642bfc24f45551cb85d4d79e /misc | |
parent | f0df0437df1346137356b073ef868c28a66b3a2b (diff) | |
download | pkgsrc-0ce3f5e0b20275ffe9326f0f651f3b5c2c1f3ff0.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/less/Makefile | 4 | ||||
-rw-r--r-- | misc/xtide/Makefile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index dd126d872ee..f0f5a0f87ce 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 17:01:16 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/11 09:19:36 snj Exp $ # DISTNAME= less-381 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.greenwoodsoftware.com/less/ COMMENT= Pager similar to more and pg GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index 9909c4a2546..167b1d22a0a 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/22 21:14:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/11 09:18:25 snj Exp $ DISTNAME= xtide-2.4 PKGNAME= ${DISTNAME} @@ -14,7 +14,7 @@ COMMENT= X11 tide predictor EXTRACT_ONLY= ${XTIDE_SRC} XTIDE_SRC= ${DISTNAME}${EXTRACT_SUFX} -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes USE_X11= yes @@ -39,6 +39,6 @@ post-install: ${CP} ${WRKDIR}/harmonics.txt ${PREFIX}/share/xtide ${CP} ${WRKDIR}/offsets.xml ${PREFIX}/share/xtide -.include "../../graphics/png/buildlink2.mk" -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |