diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 23:14:56 +0000 |
commit | b34c0ce68633b2302408e09c2a2dfb178d955ba1 (patch) | |
tree | 0775433a62b67c99f1df778999f61e01e23e2907 /audio/mpegaudio | |
parent | a3dbd66287184164681fc124c2e60f8e3b5a3f1d (diff) | |
download | ports-b34c0ce68633b2302408e09c2a2dfb178d955ba1.tar.gz ports-b34c0ce68633b2302408e09c2a2dfb178d955ba1.zip |
Notes
Diffstat (limited to 'audio/mpegaudio')
-rw-r--r-- | audio/mpegaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpegaudio/Makefile b/audio/mpegaudio/Makefile index 41737fb79499..ea0085378b36 100644 --- a/audio/mpegaudio/Makefile +++ b/audio/mpegaudio/Makefile @@ -2,12 +2,12 @@ # Date created: 1 July 1996 # Whom: torstenb # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/06 09:27:10 gpalmer Exp $ # DISTNAME= mpegaudio PKGNAME= mpegaudio-3.9 -CATEGORIES+= audio +CATEGORIES= audio MASTER_SITES= ftp://ftp.iuma.com/audio_utils/converters/source/ EXTRACT_SUFX= .tar.Z |