diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 05:01:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 05:01:26 +0000 |
commit | c494a57191a38407fac46b796f32280da5b9eb57 (patch) | |
tree | 0862bb579f4439f91628c72b56170069758d0e69 /net-im/naim | |
parent | Remove extraneous files on deinstall (diff) |
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
Notes
Notes:
svn path=/head/; revision=30115
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) |