summaryrefslogtreecommitdiff
path: root/news/suck
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-06 21:51:52 +0000
committerjlam <jlam>2007-09-06 21:51:52 +0000
commit74be54d4d4df4b95f2feef29fe0d89cbbd62dbfe (patch)
treefa6905795590589ebd0b0c62593b671b65dced58 /news/suck
parent61d7aab93098dd6e1a8bc722ae2f5db4901818e3 (diff)
downloadpkgsrc-74be54d4d4df4b95f2feef29fe0d89cbbd62dbfe.tar.gz
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'news/suck')
-rw-r--r--news/suck/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile
index cab6e61b4e0..b2ececb5f4f 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/10/15 21:59:13 schwarz Exp $
+# $NetBSD: Makefile,v 1.24 2007/09/06 21:51:53 jlam Exp $
#
DISTNAME= suck-4.3.2
@@ -14,6 +14,7 @@ COMMENT= Feed a local news server without a dedicated newsfeed
GNU_CONFIGURE= yes
+.include "../../mk/bsd.prefs.mk"
.include "options.mk"
post-patch:
@@ -26,10 +27,8 @@ post-install:
${CP} ${WRKSRC}/sample/* ${PREFIX}/share/examples/suck
${CHMOD} 644 ${PREFIX}/share/examples/suck/*
-.include "../../mk/bsd.prefs.mk"
.if !empty(LOWER_OPSYS:Mirix5*)
-# needs snprintf()
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
+. include "../../pkgtools/libnbcompat/inplace.mk" # snprintf()
.endif
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"