man pages is correctly installed, remove post-install

This commit is contained in:
jakob 2001-07-16 14:56:54 +00:00
parent dbe05c2659
commit e7657300f7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2001/07/13 20:31:38 jakob Exp $
# $OpenBSD: Makefile,v 1.49 2001/07/16 14:56:54 jakob Exp $
COMMENT= network protocol analyzer
@ -49,9 +49,4 @@ pre-build:
cp -p ${WRKSRC}/packet-ncp2222.c ${WRKBUILD}
.endif
post-install:
${INSTALL_MAN} ${WRKBUILD}/editcap.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKBUILD}/ethereal.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKBUILD}/tethereal.1 ${PREFIX}/man/man1
.include <bsd.port.mk>