From 4945e95ea6c8692b77524bddb6e194714cf65cbc Mon Sep 17 00:00:00 2001 From: ohauer Date: Sat, 19 Jul 2014 18:38:55 +0000 Subject: - 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 --- www/neon29/Makefile | 1 - www/neon29/files/patch-Makefile.in | 9 --------- www/neon29/pkg-plist | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) (limited to 'www') diff --git a/www/neon29/Makefile b/www/neon29/Makefile index c891afa7ecd8..9cd176e3a800 100644 --- a/www/neon29/Makefile +++ b/www/neon29/Makefile @@ -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 diff --git a/www/neon29/files/patch-Makefile.in b/www/neon29/files/patch-Makefile.in index b0ea71eb41a3..d4b49175b09d 100644 --- a/www/neon29/files/patch-Makefile.in +++ b/www/neon29/files/patch-Makefile.in @@ -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 diff --git a/www/neon29/pkg-plist b/www/neon29/pkg-plist index ca208b3ba442..7ffdea322e9d 100644 --- a/www/neon29/pkg-plist +++ b/www/neon29/pkg-plist @@ -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 -- cgit