diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-03 23:14:46 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-03 23:14:46 +0000 |
commit | e7d8fde67bb9d68d0376de248f476ca542e6dd86 (patch) | |
tree | d97e826ae7c28fcf7d27d97f08a8ea6185108ea7 /news | |
parent | 890e43537d2cc37df8890df3688c2f0e6117ec27 (diff) | |
download | pkgsrc-e7d8fde67bb9d68d0376de248f476ca542e6dd86.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 57d903b90a4..7af8ed0b95a 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/04 21:30:26 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2008/01/03 23:14:46 heinz Exp $ DISTNAME= slrn-0.9.8.1 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://slrn.sourceforge.net/ COMMENT= Highly customizable threaded newsreader +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-inews --with-slrnpull --enable-spool \ |