diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
commit | 2ac60c43460591ba37a07caf664cf21d196b22dd (patch) | |
tree | fa6905795590589ebd0b0c62593b671b65dced58 /pkgtools/pkg_filecheck | |
parent | 74678f3a9986cca8a7534bcaefbfc46a6b4a148c (diff) | |
download | pkgsrc-2ac60c43460591ba37a07caf664cf21d196b22dd.tar.gz |
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'pkgtools/pkg_filecheck')
-rw-r--r-- | pkgtools/pkg_filecheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_filecheck/Makefile b/pkgtools/pkg_filecheck/Makefile index 9f769c499ca..87a61cf8551 100644 --- a/pkgtools/pkg_filecheck/Makefile +++ b/pkgtools/pkg_filecheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/02/16 22:57:09 tonio Exp $ +# $NetBSD: Makefile,v 1.26 2007/09/06 21:51:54 jlam Exp $ # DISTNAME= pkg_filecheck-0.4 @@ -61,7 +61,7 @@ do-install: .if ${OPSYS} != "NetBSD" CPPFLAGS+= -DUSE_LIBNBCOMPAT -. include "../../pkgtools/libnbcompat/buildlink3.mk" +. include "../../pkgtools/libnbcompat/inplace.mk" .endif .include "../../mk/bsd.pkg.mk" |