diff options
Diffstat (limited to 'news/nntpclnt/Makefile')
-rw-r--r-- | news/nntpclnt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 570ce9e4f64..626e58a96d0 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/04/22 09:22:13 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/30 18:23:30 joerg Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 5 @@ -24,7 +24,7 @@ PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} .include "../../mk/bsd.prefs.mk" CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh -ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* INSTALLATION_DIRS= bin include lib man/man3 |