diff options
author | kris <kris@FreeBSD.org> | 2000-07-03 13:01:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-07-03 13:01:26 +0800 |
commit | 0532ab4c560593283ad9a416a7c97c9a1b7fa298 (patch) | |
tree | 1beefc3e7bb019b6b45a48ec1124f7638046070d /net-im/naim | |
parent | 6cefc353bf1c30dbcb4a795b0d7f7256faa33dc9 (diff) | |
download | freebsd-ports-gnome-0532ab4c560593283ad9a416a7c97c9a1b7fa298.tar.gz freebsd-ports-gnome-0532ab4c560593283ad9a416a7c97c9a1b7fa298.tar.zst freebsd-ports-gnome-0532ab4c560593283ad9a416a7c97c9a1b7fa298.zip |
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
Diffstat (limited to 'net-im/naim')
-rw-r--r-- | net-im/naim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |