aboutsummaryrefslogtreecommitdiffstats
path: root/net/naim
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2002-02-26 15:39:07 +0800
committermharo <mharo@FreeBSD.org>2002-02-26 15:39:07 +0800
commitbd4ac124813df9dc9b053c40b0b1c940befeb4b1 (patch)
tree893312a8a43ce85aea3f6c33db9b4626e8fdee38 /net/naim
parent9bd7df1addf805f4de6f6ce7fb94f80a5841b390 (diff)
downloadfreebsd-ports-gnome-bd4ac124813df9dc9b053c40b0b1c940befeb4b1.tar.gz
freebsd-ports-gnome-bd4ac124813df9dc9b053c40b0b1c940befeb4b1.tar.zst
freebsd-ports-gnome-bd4ac124813df9dc9b053c40b0b1c940befeb4b1.zip
Fix breakage in net/naim on install
PR: 34853 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
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