diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-29 11:34:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-29 11:34:21 +0000 |
commit | b979f7222ad9bade13f010cd27e5bc6afab1681c (patch) | |
tree | 86f14acd24842161759a420487862022044c2b4b /comms/snooper/pkg | |
parent | 6a13219ca89e5dae86f27159ff86006058c06859 (diff) | |
download | pkgsrc-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 'comms/snooper/pkg')
-rw-r--r-- | comms/snooper/pkg/MESSAGE | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/snooper/pkg/MESSAGE b/comms/snooper/pkg/MESSAGE deleted file mode 100644 index cdd974b8617..00000000000 --- a/comms/snooper/pkg/MESSAGE +++ /dev/null @@ -1,2 +0,0 @@ -snooper has been installed. -Documents can be found at: ${PREFIX}/share/doc/snooper |