summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-polyp80/Makefile6
-rw-r--r--audio/gstreamer-plugins-polypaudio80/Makefile18
2 files changed, 3 insertions, 21 deletions
diff --git a/audio/gstreamer-plugins-polyp80/Makefile b/audio/gstreamer-plugins-polyp80/Makefile
index 8268e13cd..e9adce9db 100644
--- a/audio/gstreamer-plugins-polyp80/Makefile
+++ b/audio/gstreamer-plugins-polyp80/Makefile
@@ -3,15 +3,15 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/gstreamer-plugins-polypaudio80/Makefile,v 1.1 2006/01/20 02:55:53 ahze Exp $
+# $MCom: ports/audio/gstreamer-plugins-polyp80/Makefile,v 1.2 2006/02/23 18:05:33 marcus Exp $
#
CATEGORIES= audio
-PORTREVISION= 2
+PORTREVISION= 3
COMMENT= Gstreamer polypaudio sound server plugin
-GST_PLUGIN= polypaudio
+GST_PLUGIN= polyp
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80
diff --git a/audio/gstreamer-plugins-polypaudio80/Makefile b/audio/gstreamer-plugins-polypaudio80/Makefile
deleted file mode 100644
index 8268e13cd..000000000
--- a/audio/gstreamer-plugins-polypaudio80/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-polypaudio
-# Date created: 8 Dec 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/audio/gstreamer-plugins-polypaudio80/Makefile,v 1.1 2006/01/20 02:55:53 ahze Exp $
-#
-
-CATEGORIES= audio
-PORTREVISION= 2
-
-COMMENT= Gstreamer polypaudio sound server plugin
-
-GST_PLUGIN= polypaudio
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80
-
-.include "${MASTERDIR}/Makefile"