diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-02 22:52:36 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-02 22:52:36 +0000 |
commit | 69ea4c631519fccfe318ce90463a540782ba6182 (patch) | |
tree | ede1ef1ea0fbd85d4f3448a54a025a5545a80ec8 /audio/lame | |
parent | 4db5888fca540954e8fe6ab2f8721d2ef176d204 (diff) | |
download | ports-69ea4c631519fccfe318ce90463a540782ba6182.tar.gz ports-69ea4c631519fccfe318ce90463a540782ba6182.zip |
This is a null commit to record the notation about the imported software.
(I'm sorry I have forgotton)
==
LAME stands for LAME Ain't an Mp3 Encoder.
The dist10patch is totally incapable of producing an mp3
stream. It is incapable of even being compiled by itself.
It is patch for dist10 ISO distribution.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Notes
Notes:
svn path=/head/; revision=15075
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 6039b1372734..d9ec5ef8b730 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -3,7 +3,7 @@ # Date created: November 1998 # Whom: yoshiaki Uchikawa # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/12/01 22:33:47 sada Exp $ # DISTNAME= dist10 |