summaryrefslogtreecommitdiff
path: root/converters/fribidi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/fribidi/Makefile')
-rw-r--r--converters/fribidi/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
index 3672a01ec4a..ab9a5e909bb 100644
--- a/converters/fribidi/Makefile
+++ b/converters/fribidi/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2013/03/15 18:57:17 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.21 2013/08/03 15:08:38 wiz Exp $
DISTNAME= fribidi-0.19.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://fribidi.org/download/
LICENSE= gnu-gpl-v2
@@ -25,4 +24,12 @@ PKGCONFIG_OVERRIDE= fribidi.pc.in
TEST_TARGET= check
+# avoid installing empty man pages
+# (makemandb reports errors for them, and they have no use)
+# https://bugs.freedesktop.org/show_bug.cgi?id=67714
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 && \
+ rm fribidi_set_debug.3 fribidi_unicode_version.3 fribidi_version_info.3
+
.include "../../mk/bsd.pkg.mk"