mandoc(1) now supports .ta and .ti, drop USE_GROFF and bump

This commit is contained in:
schwarze 2017-05-08 17:41:49 +00:00
parent ceadaffc42
commit 344fd639f0

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:23:58 espie Exp $
# $OpenBSD: Makefile,v 1.18 2017/05/08 17:41:49 schwarze Exp $
COMMENT= Convert invisible (binary) characters to a visible form
DISTNAME= viz-1.1.1
REVISION= 0
REVISION= 1
CATEGORIES= misc
EXTRACT_SUFX= .tgz
@ -12,7 +12,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>