From 0532ab4c560593283ad9a416a7c97c9a1b7fa298 Mon Sep 17 00:00:00 2001 From: kris 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') diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index adbdcd9a78f..29bb0c31ff1 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