- 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
This commit is contained in:
Olli Hauer 2014-07-19 18:38:55 +00:00
parent 97ef62176c
commit 168141761d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362276
3 changed files with 1 additions and 11 deletions

View file

@ -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>

View file

@ -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

View file

@ -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