Install source man pages. Drop USE_GROFF.

This commit is contained in:
naddy 2011-07-03 22:38:12 +00:00
parent ba367ee16a
commit 9dfdcb8b27
2 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2011/05/20 19:31:59 gsoares Exp $
# $OpenBSD: Makefile,v 1.18 2011/07/03 22:38:12 naddy Exp $
COMMENT= copy stdin to a qmail-style maildir
@ -20,14 +20,13 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
ALL_TARGET=
USE_GROFF = Yes
ALL_TARGET= maildir safecat
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/safecat ${PREFIX}/bin/safecat
${INSTALL_SCRIPT} ${WRKSRC}/maildir ${PREFIX}/bin/maildir
${INSTALL_MAN} ${WRKSRC}/safecat.0 ${PREFIX}/man/cat1/
${INSTALL_MAN} ${WRKSRC}/maildir.0 ${PREFIX}/man/cat1/
${INSTALL_MAN} ${WRKSRC}/safecat.1 ${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/maildir.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.4 2008/07/02 17:58:47 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.5 2011/07/03 22:38:12 naddy Exp $
bin/maildir
@bin bin/safecat
@man man/cat1/maildir.0
@man man/cat1/safecat.0
@man man/man1/maildir.1
@man man/man1/safecat.1