diff options
author | christos <christos> | 2006-09-26 19:00:20 +0000 |
---|---|---|
committer | christos <christos> | 2006-09-26 19:00:20 +0000 |
commit | 2a93f38b63ce033e5830c07879db20c0a63073bc (patch) | |
tree | b01800790f0e23c1b901d8ffd34c5119ef7278ef /news/nntpclnt/Makefile | |
parent | 03c5b9b232cc9eeb7c23652ea909565d9df0367a (diff) | |
download | pkgsrc-2a93f38b63ce033e5830c07879db20c0a63073bc.tar.gz |
add linux support
Diffstat (limited to 'news/nntpclnt/Makefile')
-rw-r--r-- | news/nntpclnt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 626e58a96d0..e97f3bec3c9 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2006/04/30 18:23:30 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/09/26 19:00:20 christos Exp $ DISTNAME= nntpclnt-1.6.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/ @@ -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-*-* DragonFly-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* Linux-*-* INSTALLATION_DIRS= bin include lib man/man3 |