diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 14:37:02 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 14:37:02 +0000 |
commit | 1601f1a67fc444ad40eea071ed3c03a0860667a0 (patch) | |
tree | b34c229fedba2721a13871801f44a430fa0e5ac9 /news/slrn | |
parent | a9f39225a935838413c526427d77f3e725fe3ca2 (diff) | |
download | pkgsrc-1601f1a67fc444ad40eea071ed3c03a0860667a0.tar.gz |
Lint: USE_PKGLOCALEDIR and whitespace
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index c090b8b5c74..9669df5066c 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/04/10 18:17:48 mjl Exp $ +# $NetBSD: Makefile,v 1.26 2003/04/27 14:37:02 cjep Exp $ # DISTNAME= slrn-0.9.7.4 @@ -18,15 +18,15 @@ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://slrn.sourceforge.net/ COMMENT= Highly customizable threaded newsreader -USE_BUILDLINK2= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= 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 \ --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale - .include "../../mk/bsd.prefs.mk" # the next is a workaround, as 1.3.2 install doesn't like -c and -d |