summaryrefslogtreecommitdiff
path: root/audio/mpg321/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg321/Makefile')
-rw-r--r--audio/mpg321/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile
index e9c4bb517638..ea44aa22d88a 100644
--- a/audio/mpg321/Makefile
+++ b/audio/mpg321/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= mpg321
-PORTVERSION= 0.2.0
+PORTVERSION= 0.2.2
CATEGORIES= audio
-MASTER_SITES= http://people.debian.org/~drew/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= mpg321
MAINTAINER= naddy@mips.inka.de
@@ -21,8 +21,6 @@ CONFIGURE_ARGS= --disable-mpg123-symlink
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
MAN1= mpg321.1
.include <bsd.port.mk>