diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-29 16:30:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-29 16:30:06 +0000 |
commit | 4180c7b6d4c0721546d716333ecc84c7221836af (patch) | |
tree | a2873a2b045a9bff6bddd85d1faee294dff9b81f /news/inn/Makefile | |
parent | a78e6b6cb5a7bfec6ef163ab8d3bc6738b91091e (diff) | |
download | pkgsrc-4180c7b6d4c0721546d716333ecc84c7221836af.tar.gz |
Sort sections.
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 6b5173e161b..1e4adaab7eb 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2003/07/29 16:29:09 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2003/07/29 16:30:06 wiz Exp $ DISTNAME= inn-${INN_VERSION} PKGREVISION= 1 @@ -7,16 +7,16 @@ MASTER_SITES= ftp://ftp.isc.org/isc/inn/ \ ftp://ftp.sunet.se/pub/news/nntp/inn/ \ ftp://ftp.fu-berlin.de/unix/news/inn/ +PATCH_SITES= ftp://ftp.north.ad.jp/pub/IPv6/INN/ +PATCHFILES= inn-${INN_VERSION}-v6-20030327.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.isc.org/inn.html COMMENT= The public release of InterNet News (INN) CONFLICTS+= nntpclnt-[0-9]* -PATCH_SITES= ftp://ftp.north.ad.jp/pub/IPv6/INN/ -PATCHFILES= inn-${INN_VERSION}-v6-20030327.diff.gz -PATCH_DIST_STRIP= -p1 - INN_VERSION= 2.3.5 .include "Makefile.common" BUILD_DEFS+= INN_DATA_DIR |