diff options
author | obache <obache@pkgsrc.org> | 2010-03-10 12:54:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-10 12:54:27 +0000 |
commit | cabdc0f227cb02232101b8b4f28c02f0d19b9f0c (patch) | |
tree | 8643b22404e1c2664c9363f31639f83deb94e6cb /news/nntpcache/Makefile | |
parent | a95aa90da6d28e3212ade82bac46a7f42fdffb9a (diff) | |
download | pkgsrc-cabdc0f227cb02232101b8b4f28c02f0d19b9f0c.tar.gz |
Add user-destdir installation support.
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index e159452fab7..a39d85c7469 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/05/19 08:59:29 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2010/03/10 12:54:27 obache Exp $ DISTNAME= nntpcache-3.0.2 PKGREVISION= 1 @@ -10,6 +10,8 @@ HOMEPAGE= http://iq.org/~proff/nntpcache.org/ COMMENT= NNTP multi-server caching daemon LICENSE= nntpcache-license +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" NNTPCACHE_USER?= news |