summaryrefslogtreecommitdiff
path: root/shells
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 /shells
parent7c7115cddaa412e231fb506211a8a0a7da88a54a (diff)
downloadpkgsrc-df7d10dbeb6ea893cc9ee596440b17f678ac520b.tar.gz
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'shells')
-rw-r--r--shells/nologinmsg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile
index c090e6cd477..f73b1739c04 100644
--- a/shells/nologinmsg/Makefile
+++ b/shells/nologinmsg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:31 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2007/09/06 21:51:54 jlam Exp $
DISTNAME= nologinmsg-1.0
PKGREVISION= 1
@@ -27,7 +27,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8
.if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "Interix"
MAKE_FLAGS+= NOMAN=YES
CFLAGS+= -D__LIBNBCOMPAT
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
+. include "../../pkgtools/libnbcompat/inplace.mk"
.endif
.include "../../devel/sysexits/buildlink3.mk"