diff options
author | Michael Haro <mharo@FreeBSD.org> | 2002-02-26 07:39:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2002-02-26 07:39:07 +0000 |
commit | d449fdf06954a0c1665ef088d58e62421d826a70 (patch) | |
tree | 50518038fa5743b77e14d87c2d35a876e6e55250 /net-im | |
parent | b6006e3b269db4b66ae81ac6625e37c0236e01dd (diff) | |
download | ports-d449fdf06954a0c1665ef088d58e62421d826a70.tar.gz ports-d449fdf06954a0c1665ef088d58e62421d826a70.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/Makefile | 6 | ||||
-rw-r--r-- | net-im/naim/pkg-message | 4 | ||||
-rw-r--r-- | net-im/naim/pkg-plist | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index a76e3b2d3189..7ee9a71e3a2a 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -15,13 +15,9 @@ 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/ + @ ${INSTALL_DATA} ${WRKSRC}/doc/naimrc_sample ${PREFIX}/share/examples/naim/ .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/ diff --git a/net-im/naim/pkg-message b/net-im/naim/pkg-message index a1d0d183c14c..df74bfdf40b8 100644 --- a/net-im/naim/pkg-message +++ b/net-im/naim/pkg-message @@ -1,3 +1,3 @@ Before running, make sure to copy -/usr/local/share/examples/naim/faimrc_sample -to your home directory as .faimrc and modify it to fit your needs. +/usr/local/share/examples/naim/naimrc_sample +to your home directory as .naimrc and modify it to fit your needs. diff --git a/net-im/naim/pkg-plist b/net-im/naim/pkg-plist index 5287e43cf66c..ac3a84b17dd2 100644 --- a/net-im/naim/pkg-plist +++ b/net-im/naim/pkg-plist @@ -1,5 +1,5 @@ bin/naim -share/examples/naim/faimrc_sample +share/examples/naim/naimrc_sample share/doc/naim/naim.hlp @dirrm share/examples/naim @dirrm share/doc/naim |