diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-07-20 02:38:55 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-07-20 02:38:55 +0800 |
commit | 4945e95ea6c8692b77524bddb6e194714cf65cbc (patch) | |
tree | 2bf155ee0d7646487b70d14e0395c0cafe651dd9 /www | |
parent | a464eaa468e8ee1a68d5468c08b30c44efd056cf (diff) | |
download | freebsd-ports-gnome-4945e95ea6c8692b77524bddb6e194714cf65cbc.tar.gz freebsd-ports-gnome-4945e95ea6c8692b77524bddb6e194714cf65cbc.tar.zst freebsd-ports-gnome-4945e95ea6c8692b77524bddb6e194714cf65cbc.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/neon29/Makefile | 1 | ||||
-rw-r--r-- | www/neon29/files/patch-Makefile.in | 9 | ||||
-rw-r--r-- | www/neon29/pkg-plist | 2 |
3 files changed, 1 insertions, 11 deletions
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 <bsd.port.mk> 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 |