Don't use empty lines in mdoc documents. Bump revision.
This commit is contained in:
parent
7b63da1265
commit
f09264241a
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.17 2011/04/22 13:44:28 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2012/01/23 00:29:31 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tinc-1.0.13
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.tinc-vpn.org/packages/
|
||||
|
||||
|
@ -17,6 +17,11 @@ GNU_CONFIGURE= yes
|
|||
INFO_FILES= yes
|
||||
USE_TOOLS+= msgfmt
|
||||
|
||||
SUBST_CLASSES+= mdoc
|
||||
SUBST_FILES.mdoc= doc/tinc.conf.5.in
|
||||
SUBST_SED.mdoc+= -e '/^$$/d'
|
||||
SUBST_STAGE.mdoc= pre-patch
|
||||
|
||||
.include "../../archivers/lzo/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue