diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/mp3encode/Makefile | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
Notes
Diffstat (limited to 'audio/mp3encode/Makefile')
-rw-r--r-- | audio/mp3encode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3encode/Makefile b/audio/mp3encode/Makefile index 4fd5a8b1ba8e..1516e69f4efc 100644 --- a/audio/mp3encode/Makefile +++ b/audio/mp3encode/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mp3encode -# Version required: 1.10 # Date created: 5th August, 1998 # Whom: Joel Sutton <jsutton@bbcon.com.au> # # $FreeBSD$ # -DISTNAME= dist10 -PKGNAME= mp3encode-1.10 +PORTNAME= mp3encode +PORTVERSION= 1.10 CATEGORIES= audio MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/ +DISTNAME= dist10 MAINTAINER= jsutton@bbcon.com.au |