Remove an annoying warning at pkg_add/delete time due to an empty manpage.
Theo confirmed this can still go in. prodded by and ok sthen@, ok jasper@
This commit is contained in:
parent
d3a132e124
commit
f44bdb4a47
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.70 2013/02/05 07:37:33 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.71 2013/02/21 15:55:32 ajacoutot Exp $
|
||||
|
||||
# XXX check why our getopt_long(3) fails the configure test
|
||||
# + rm patch-gl_unistd_in_h
|
||||
@ -8,6 +8,7 @@ COMMENT= GNU Transport Layer Security library
|
||||
V= 3.1.7
|
||||
DISTNAME= gnutls-${V}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
@ -68,7 +69,12 @@ CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
||||
ac_cv_path_GTKDOC_REBASE="" \
|
||||
ac_cv_path_GTKDOC_MKPDF=""
|
||||
|
||||
# XXX empty man page
|
||||
EMPTY_MP= ${PREFIX}/man/man3/gnutls_record_disable_padding.3
|
||||
post-install:
|
||||
if [ $$(stat -f %z ${EMPTY_MP}) -ne 0 ]; then exit 1; fi
|
||||
rm ${EMPTY_MP}
|
||||
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnutls
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnutls
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnutls
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2013/02/05 07:37:33 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.22 2013/02/21 15:55:32 ajacoutot Exp $
|
||||
@bin bin/certtool
|
||||
@bin bin/crywrap
|
||||
@bin bin/gnutls-cli
|
||||
@ -535,7 +535,6 @@ lib/pkgconfig/gnutls.pc
|
||||
@man man/man3/gnutls_record_can_use_length_hiding.3
|
||||
@man man/man3/gnutls_record_check_pending.3
|
||||
@man man/man3/gnutls_record_cork.3
|
||||
@man man/man3/gnutls_record_disable_padding.3
|
||||
@man man/man3/gnutls_record_get_direction.3
|
||||
@man man/man3/gnutls_record_get_discarded.3
|
||||
@man man/man3/gnutls_record_get_max_size.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user