diff options
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index b87e0c6c430..8dee3061c1c 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.124 2017/01/19 18:52:21 agc Exp $ +# $NetBSD: Makefile,v 1.125 2017/05/20 06:53:05 spz Exp $ -DISTNAME= inn-2.5.5 -PKGREVISION= 2 +DISTNAME= inn-2.6.1 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ MASTER_SITES+= ftp://ftp.fu-berlin.de/unix/news/inn/ @@ -13,7 +12,7 @@ LICENSE= modified-bsd AND gnu-gpl-v2 CONFLICTS+= libradius-[0-9]* nntpclnt-[0-9]* -.include "Makefile.common" +.include "../../news/inn/Makefile.common" BUILD_DEFS+= INN_DATA_DIR BUILD_DEFS+= VARBASE |