diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-08 19:42:40 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-08 19:42:40 +0000 |
commit | 2a3597aa3ad8bcf98129ad5518f4bbb0c049964d (patch) | |
tree | 522e3322a2ef748b94dbd98d6cdf0b05cc89d433 /www/mod_mp3/pkg-plist | |
parent | Update Makefile and pkg-descr to honor Maintainer, (diff) |
Add mod_mp3 0.6, an apache module to allow MP3 streaming.
Spotted on: Slashdot (har har)
Diffstat (limited to 'www/mod_mp3/pkg-plist')
-rw-r--r-- | www/mod_mp3/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_mp3/pkg-plist b/www/mod_mp3/pkg-plist new file mode 100644 index 000000000000..ea7da22f779e --- /dev/null +++ b/www/mod_mp3/pkg-plist @@ -0,0 +1,3 @@ +libexec/apache/mod_mp3.so +@exec %D/sbin/apxs -e -A -n mp3 %D/%F +@unexec %D/sbin/apxs -e -A -n mp3 %D/%F |