diff options
author | asau <asau> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:19:01 +0000 |
commit | 9a2579802dab4915b43bdd3086ba4fbc1cbe803a (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /news/slrn | |
parent | 7e05c265b719b79a12f4465603f008906e8e1ce1 (diff) | |
download | pkgsrc-9a2579802dab4915b43bdd3086ba4fbc1cbe803a.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index bb0052f4a3b..200cf2fc308 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2012/06/23 23:02:58 dholland Exp $ +# $NetBSD: Makefile,v 1.54 2012/10/08 12:27:41 asau Exp $ DISTNAME= slrn-0.9.9p1 PKGREVISION= 6 @@ -10,7 +10,6 @@ HOMEPAGE= http://slrn.sourceforge.net/ COMMENT= Highly customizable threaded newsreader LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes |