Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2014 18:38:55 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362276 - in head/www/neon29: . files
Message-ID:  <201407191838.s6JIctad004092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sat Jul 19 18:38:55 2014
New Revision: 362276
URL: http://svnweb.freebsd.org/changeset/ports/362276
QAT: https://qat.redports.org/buildarchive/r362276/

Log:
  - remove patch to not install docs per default (recover defaults)
    this way a second call to the install-html target is not required
  - sort pkg-plist according new `make makeplist'
  
    Nothing changes in the resulting package therefor no bump

Modified:
  head/www/neon29/Makefile
  head/www/neon29/files/patch-Makefile.in
  head/www/neon29/pkg-plist

Modified: head/www/neon29/Makefile
==============================================================================
--- head/www/neon29/Makefile	Sat Jul 19 18:27:23 2014	(r362275)
+++ head/www/neon29/Makefile	Sat Jul 19 18:38:55 2014	(r362276)
@@ -80,7 +80,6 @@ DOCSDIR=	${PREFIX}/share/doc/neon
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${STAGEDIR}${MANPREFIX}/man/man3
-	${MAKE} -C ${WRKSRC} install-html ${MAKE_ARGS}
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.*
 
 .include <bsd.port.mk>

Modified: head/www/neon29/files/patch-Makefile.in
==============================================================================
--- head/www/neon29/files/patch-Makefile.in	Sat Jul 19 18:27:23 2014	(r362275)
+++ head/www/neon29/files/patch-Makefile.in	Sat Jul 19 18:38:55 2014	(r362276)
@@ -9,12 +9,3 @@
  includedir = @includedir@
  neonincludes = $(includedir)/neon
  pkgconfigdir = $(prefix)/libdata/pkgconfig
-@@ -147,7 +147,7 @@
- 	@echo "ERROR: purposes only; this copy of neon must not be installed."
- 	@false
- 
--install-yes: install-lib install-headers install-config install-docs install-nls
-+install-yes: install-lib install-headers install-config install-nls
- 
- # libtool does all the necessary magic here
- install-lib: subdirs

Modified: head/www/neon29/pkg-plist
==============================================================================
--- head/www/neon29/pkg-plist	Sat Jul 19 18:27:23 2014	(r362275)
+++ head/www/neon29/pkg-plist	Sat Jul 19 18:38:55 2014	(r362276)
@@ -178,6 +178,6 @@ man/man3/neon.3.gz
 %%NLS%%share/locale/ru/LC_MESSAGES/neon.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/neon.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/neon.mo
+@dirrm include/neon
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm include/neon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407191838.s6JIctad004092>