diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/newsx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile index c884ac448df..cb9f52425c6 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:03 tv Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:32 joerg Exp $ # DISTNAME= newsx-1.6 @@ -10,6 +10,8 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://www.kvaleberg.com/newsx.html COMMENT= NNTP news exchange program +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../news/inn/Makefile.common" |