summaryrefslogtreecommitdiff
path: root/math/abacus/pkg/MESSAGE
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
committerwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
commitb979f7222ad9bade13f010cd27e5bc6afab1681c (patch)
tree86f14acd24842161759a420487862022044c2b4b /math/abacus/pkg/MESSAGE
parent6a13219ca89e5dae86f27159ff86006058c06859 (diff)
downloadpkgsrc-b979f7222ad9bade13f010cd27e5bc6afab1681c.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 'math/abacus/pkg/MESSAGE')
-rw-r--r--math/abacus/pkg/MESSAGE7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/abacus/pkg/MESSAGE b/math/abacus/pkg/MESSAGE
index 65d07e0bd42..9e1c7b20ee7 100644
--- a/math/abacus/pkg/MESSAGE
+++ b/math/abacus/pkg/MESSAGE
@@ -1,4 +1,5 @@
-$NetBSD: MESSAGE,v 1.2 2000/09/03 23:08:34 wiz Exp $
+======================================================================
+$NetBSD: MESSAGE,v 1.3 2001/01/29 11:34:33 wiz Exp $
Define the following environment variables:
@@ -7,6 +8,8 @@ Define the following environment variables:
ABACUS_BROWSER - web browser to view WWW pages and info.
e.g.:
- setenv ABACUS_HOME @PREFIX@/share/abacus
+ setenv ABACUS_HOME ${PREFIX}/share/abacus
setenv ABACUS_EDITOR emacs
setenv ABACUS_BROWSER netscape
+
+======================================================================