svn commit: r362276 - in head/www/neon29: . files

Olli Hauer ohauer at FreeBSD.org
Sat Jul 19 18:38:56 UTC 2014


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
+ at dirrm include/neon
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm include/neon


More information about the svn-ports-head mailing list