summaryrefslogtreecommitdiff
path: root/net/icsi-finger
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-29 11:34:21 +0000
committerwiz <wiz>2001-01-29 11:34:21 +0000
commit6e5db71f33d6f19d9bc2ccef08527c4fd58ea7ba (patch)
tree86f14acd24842161759a420487862022044c2b4b /net/icsi-finger
parente79bc93dd230b17193ddcfca298d9cf5d3cf7205 (diff)
downloadpkgsrc-6e5db71f33d6f19d9bc2ccef08527c4fd58ea7ba.tar.gz
Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
Diffstat (limited to 'net/icsi-finger')
-rw-r--r--net/icsi-finger/Makefile6
-rw-r--r--net/icsi-finger/pkg/MESSAGE15
2 files changed, 11 insertions, 10 deletions
diff --git a/net/icsi-finger/Makefile b/net/icsi-finger/Makefile
index 4ace836fdf8..6f1fd74f9de 100644
--- a/net/icsi-finger/Makefile
+++ b/net/icsi-finger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/07/05 20:45:43 tron Exp $
+# $NetBSD: Makefile,v 1.3 2001/01/29 11:34:35 wiz Exp $
#
DISTNAME= icsi-finger-1.0.27
@@ -11,8 +11,6 @@ MAINTAINER= is@netbsd.org
USE_X11= yes
-MESSAGE_FILE= ${WRKDIR}/MESSAGE
-
XMPLD= ${PREFIX}/share/examples/icsi-finger
XMPLDT= ${XMPLD}/targets
@@ -39,8 +37,6 @@ pre-configure:
$$i.bak > $$i ; \
${RM} -f $$i.bak ; \
done
- ${SED} -e s@/usr/pkg@${PREFIX}@g ${PKGDIR}/MESSAGE | \
- fmt >${WRKDIR}/MESSAGE
do-${INSTALL}:
${INSTALL} -c -m 755 ${WRKSRC}/src/finger ${PREFIX}/bin/gfinger
diff --git a/net/icsi-finger/pkg/MESSAGE b/net/icsi-finger/pkg/MESSAGE
index 31b99d1fae3..fd2467195f8 100644
--- a/net/icsi-finger/pkg/MESSAGE
+++ b/net/icsi-finger/pkg/MESSAGE
@@ -1,3 +1,6 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.2 2001/01/29 11:34:36 wiz Exp $
+
This is the NetBSD package for ICSI-finger, a more advanced version of
GNU finger.
@@ -5,12 +8,14 @@ This needs a log of configuration to be useful. Therefore it isn't activated
when installed.
You'll find example configuration files in
-/usr/pkg/share/examples/icsi-finger and
-/usr/pkg/share/examples/icsi-finger/targets, and are strongly advised
+${PREFIX}/share/examples/icsi-finger and
+${PREFIX}/share/examples/icsi-finger/targets, and are strongly advised
to read the gfingerd and cfingerd man pages.
Also, if you activate the package, you'll need to append
-/usr/pkg/share/examples/icsi-finger/inetd.conf-add to /etc/inetd.conf,
-/usr/pkg/share/examples/icsi-finger/services-add to /etc/services, and
+${PREFIX}/share/examples/icsi-finger/inetd.conf-add to /etc/inetd.conf,
+${PREFIX}/share/examples/icsi-finger/services-add to /etc/services, and
(on the master finger server)
-/usr/pkg/share/examples/icsi-finger/rc.local-add to /etc/rc.local.
+${PREFIX}/share/examples/icsi-finger/rc.local-add to /etc/rc.local.
+
+======================================================================