svn commit: r402175 - head/news/nntp

Dirk Meyer dinoex at FreeBSD.org
Sat Nov 21 18:08:54 UTC 2015


Author: dinoex
Date: Sat Nov 21 18:08:53 2015
New Revision: 402175
URL: https://svnweb.freebsd.org/changeset/ports/402175

Log:
  - use post-install-DOCS-on
  - cleanup pkg-message

Modified:
  head/news/nntp/Makefile
  head/news/nntp/pkg-message

Modified: head/news/nntp/Makefile
==============================================================================
--- head/news/nntp/Makefile	Sat Nov 21 18:06:21 2015	(r402174)
+++ head/news/nntp/Makefile	Sat Nov 21 18:08:53 2015	(r402175)
@@ -69,12 +69,12 @@ pre-install:
 post-install:
 	${MKDIR} ${STAGEDIR}${NEWSCTL}
 	${INSTALL_DATA} ${WRKSRC}/overview.fmt ${STAGEDIR}${NEWSCTL}/overview.fmt
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOCSFILES1:S=^=${WRKSRC}/=} ${STAGEDIR}${DOCSDIR}/
 .for i in ${DOCSFILES2}
 	${INSTALL_DATA} ${WRKSRC}/${i}/README ${STAGEDIR}${DOCSDIR}/${i}-README
 .endfor
-.endif
 
 .include <bsd.port.mk>

Modified: head/news/nntp/pkg-message
==============================================================================
--- head/news/nntp/pkg-message	Sat Nov 21 18:06:21 2015	(r402174)
+++ head/news/nntp/pkg-message	Sat Nov 21 18:08:53 2015	(r402175)
@@ -1,3 +1 @@
-
 Create a user "usenet" if you allow nntp to post.
-


More information about the svn-ports-all mailing list