- 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:
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
|
@ -80,7 +80,6 @@ DOCSDIR= ${PREFIX}/share/doc/neon
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${STAGEDIR}${MANPREFIX}/man/man3
|
${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.*
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.*
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -9,12 +9,3 @@
|
||||||
includedir = @includedir@
|
includedir = @includedir@
|
||||||
neonincludes = $(includedir)/neon
|
neonincludes = $(includedir)/neon
|
||||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
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
|
|
||||||
|
|
|
@ -178,6 +178,6 @@ man/man3/neon.3.gz
|
||||||
%%NLS%%share/locale/ru/LC_MESSAGES/neon.mo
|
%%NLS%%share/locale/ru/LC_MESSAGES/neon.mo
|
||||||
%%NLS%%share/locale/tr/LC_MESSAGES/neon.mo
|
%%NLS%%share/locale/tr/LC_MESSAGES/neon.mo
|
||||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/neon.mo
|
%%NLS%%share/locale/zh_CN/LC_MESSAGES/neon.mo
|
||||||
|
@dirrm include/neon
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
@dirrm include/neon
|
|
||||||
|
|
Loading…
Reference in a new issue