diff options
author | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-29 11:34:21 +0000 |
commit | 6e5db71f33d6f19d9bc2ccef08527c4fd58ea7ba (patch) | |
tree | 86f14acd24842161759a420487862022044c2b4b /www/wwwoffle/pkg/MESSAGE | |
parent | e79bc93dd230b17193ddcfca298d9cf5d3cf7205 (diff) | |
download | pkgsrc-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 'www/wwwoffle/pkg/MESSAGE')
-rw-r--r-- | www/wwwoffle/pkg/MESSAGE | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/wwwoffle/pkg/MESSAGE b/www/wwwoffle/pkg/MESSAGE index cb4c297d524..909e2c5cdb7 100644 --- a/www/wwwoffle/pkg/MESSAGE +++ b/www/wwwoffle/pkg/MESSAGE @@ -1 +1,6 @@ -Please add "@PREFIX@/etc/rc.d/wwwoffle.sh" to "/etc/rc.local". +====================================================================== +$NetBSD: MESSAGE,v 1.5 2001/01/29 11:34:47 wiz Exp $ + +Please add "${PREFIX}/etc/rc.d/wwwoffle" to "/etc/rc.local". + +====================================================================== |