summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-13 03:02:24 +0000
committerjschauma <jschauma>2003-03-13 03:02:24 +0000
commit4461ee4acfb50de7277cccde6e98d1e437ca6d94 (patch)
treef25a42f70573e3b41f6641642fb92aa1e8de9150 /news/slrn
parent030a05efbca284063c068dfcae4e9d3da3d22e9f (diff)
downloadpkgsrc-4461ee4acfb50de7277cccde6e98d1e437ca6d94.tar.gz
This doesn't seem to need GMAKE after all.
Also, only adjust INSTALL if on NetBSD 1.3.2 as indicated by the comment. (Other Operating Systems may have 'install' in a different location.)
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index df4ea683cef..18ca9c779d0 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2002/10/09 14:00:57 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2003/03/13 03:02:24 jschauma Exp $
#
DISTNAME= slrn-0.9.7.4
@@ -11,16 +11,19 @@ HOMEPAGE= http://slrn.sourceforge.net/
COMMENT= Highly customizable threaded newsreader
USE_BUILDLINK2= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \
--enable-spool --enable-grouplens \
--with-gen-mid --with-libdir=${PREFIX}/lib/slrn \
--enable-mid-cache
+.include "../../mk/bsd.prefs.mk"
+
# the next is a workaround, as 1.3.2 install doesn't like -c and -d
# together
+.if ${OPSYS} == "NetBSD" && ${OS_VERSION} == "1.3.2"
CONFIGURE_ENV+= INSTALL=/usr/bin/install
+.endif
.include "../../devel/libslang/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"