summaryrefslogtreecommitdiff
path: root/net/naim
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2002-02-26 07:39:07 +0000
committerMichael Haro <mharo@FreeBSD.org>2002-02-26 07:39:07 +0000
commitd449fdf06954a0c1665ef088d58e62421d826a70 (patch)
tree50518038fa5743b77e14d87c2d35a876e6e55250 /net/naim
parentSync pkg-message with reality (diff)
Fix breakage in net/naim on install
PR: 34853 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes: svn path=/head/; revision=55257
Diffstat (limited to 'net/naim')
-rw-r--r--net/naim/Makefile6
-rw-r--r--net/naim/pkg-message4
-rw-r--r--net/naim/pkg-plist2
3 files changed, 4 insertions, 8 deletions
diff --git a/net/naim/Makefile b/net/naim/Makefile
index a76e3b2d3189..7ee9a71e3a2a 100644
--- a/net/naim/Makefile
+++ b/net/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/naim/pkg-message b/net/naim/pkg-message
index a1d0d183c14c..df74bfdf40b8 100644
--- a/net/naim/pkg-message
+++ b/net/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/naim/pkg-plist b/net/naim/pkg-plist
index 5287e43cf66c..ac3a84b17dd2 100644
--- a/net/naim/pkg-plist
+++ b/net/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