diff options
author | reed <reed@pkgsrc.org> | 2004-05-12 18:38:07 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-12 18:38:07 +0000 |
commit | 90cc49b362ac1e633982766b62135c9d4dc3f9a9 (patch) | |
tree | e2f5bf635b034628086d913c1aeacf0a995db7d7 | |
parent | 2abc51b123a2b90fb2d77033aa4666051d679a41 (diff) | |
download | pkgsrc-90cc49b362ac1e633982766b62135c9d4dc3f9a9.tar.gz |
Include the package name in this +DISPLAY. (When installing another
package, I saw this message about "To make use of the MIDI
capabilities" but didn't know what package it was for.)
And also remove "pkgsrc/" from the package names (since could be
done with binary packages too).
-rw-r--r-- | audio/SDL_mixer/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/SDL_mixer/MESSAGE b/audio/SDL_mixer/MESSAGE index 1bcd21e4984..d170737ae8f 100644 --- a/audio/SDL_mixer/MESSAGE +++ b/audio/SDL_mixer/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2004/02/07 01:22:35 snj Exp $ +$NetBSD: MESSAGE,v 1.2 2004/05/12 18:38:07 reed Exp $ -To make use of the MIDI capabilities in this package, you must install -either pkgsrc/audio/eawpatches or pkgsrc/audio/guspatches. +To make use of the MIDI capabilities in the SDL_mixer package, you +must install either the audio/eawpatches or audio/guspatches packages. =========================================================================== |