diff options
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 2d958305e261..c13c7e236a5b 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.plig.org/pub/slrn/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@stack.nl COMMENT= SLang-based newsreader LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 @@ -45,6 +45,11 @@ LIB_DEPENDS+= uu.3:${PORTSDIR}/converters/uulib CONFIGURE_ARGS+= --with-uulib .endif +.if defined(NOPORTDOCS) +# Use dummy target rather than rewriting makefile +CONFIGURE_ARGS+= --with-docdir=${WRKSRC}/dummy +.endif + ALL_TARGET= all MAN1= slrn.1 slrnpull.1 |