summaryrefslogtreecommitdiff
path: root/sysutils/news/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-06 21:51:52 +0000
committerjlam <jlam@pkgsrc.org>2007-09-06 21:51:52 +0000
commitdf7d10dbeb6ea893cc9ee596440b17f678ac520b (patch)
treefa6905795590589ebd0b0c62593b671b65dced58 /sysutils/news/Makefile
parent7c7115cddaa412e231fb506211a8a0a7da88a54a (diff)
downloadpkgsrc-df7d10dbeb6ea893cc9ee596440b17f678ac520b.tar.gz
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'sysutils/news/Makefile')
-rw-r--r--sysutils/news/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/news/Makefile b/sysutils/news/Makefile
index 8cd5e677700..32b9ce0d566 100644
--- a/sysutils/news/Makefile
+++ b/sysutils/news/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/01/07 09:14:12 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2007/09/06 21:51:54 jlam Exp $
#
DISTNAME= news-0.2
@@ -18,7 +18,7 @@ do-install:
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Interix"
-. include "../../pkgtools/libnbcompat/buildlink3.mk" # for utimes()
+. include "../../pkgtools/libnbcompat/inplace.mk" # utimes()
.endif
.include "../../mk/bsd.pkg.mk"