From c494a57191a38407fac46b796f32280da5b9eb57 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 3 Jul 2000 05:01:26 +0000 Subject: Actually do what r1.7 said it did (well, sort of - we let the empty manpage be installed by the port, and then remove it in post-install) Noticed by: bento --- net-im/naim/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-im/naim/Makefile') diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index adbdcd9a78fb..29bb0c31ff10 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -16,9 +16,11 @@ MAINTAINER= mharo@FreeBSD.org GNU_CONFIGURE= yes +# Manpage is empty #MAN1= naim.1 post-install: + @ ${RM} ${PREFIX}/man/man1/naim.1 @ ${MKDIR} ${PREFIX}/share/examples/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ .if !defined(NOPORTDOCS) -- cgit v1.2.3