Install the unformatted manpages; mandoc has no problem with these,
and moving back to the unformatted pages fixes warnings from the installation script (which does not expect the pages to be preformatted). Problem noted by Brad and myself, possible fix suggested by me, diff from Brad, ok jakob@ (maintainer).
This commit is contained in:
parent
77bfe83133
commit
f6ce579b71
@ -1,13 +1,9 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.75 2010/11/22 09:28:34 espie Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.76 2011/01/07 19:22:06 sthen Exp $
|
||||
|
||||
COMMENT= fast, secure sendmail replacement
|
||||
|
||||
DISTNAME ?= postfix-${VERSION}
|
||||
.if defined(PATCHLEVEL)
|
||||
PKGNAME ?= postfix-${VERSION:S/-/./}p${PATCHLEVEL}
|
||||
.else
|
||||
PKGNAME ?= postfix-${VERSION:S/-/./}
|
||||
.endif
|
||||
CATEGORIES= mail
|
||||
|
||||
MASTER_SITE_POSTFIX=\
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.205 2010/11/18 20:56:49 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.206 2011/01/07 19:22:06 sthen Exp $
|
||||
|
||||
VERSION= 2.8-20101108
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
USE_GROFF = Yes
|
||||
FLAVORS+= sqlite
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.130 2010/11/26 07:37:50 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.131 2011/01/07 19:22:06 sthen Exp $
|
||||
|
||||
VERSION= 2.7.2
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user