diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-polyp/Makefile | 4 | ||||
-rw-r--r-- | audio/gstreamer-plugins-polyp80/Makefile | 4 | ||||
-rw-r--r-- | audio/gstreamer-plugins-polypaudio/Makefile | 17 |
4 files changed, 5 insertions, 22 deletions
diff --git a/audio/Makefile b/audio/Makefile index d06ae622925..b9e0f564f26 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -17,7 +17,7 @@ SUBDIR += akode-plugins-mpc SUBDIR += akode-plugins-mpeg SUBDIR += akode-plugins-oss - SUBDIR += akode-plugins-polypaudio + SUBDIR += akode-plugins-polyp SUBDIR += akode-plugins-resampler SUBDIR += akode-plugins-xiph SUBDIR += alac diff --git a/audio/gstreamer-plugins-polyp/Makefile b/audio/gstreamer-plugins-polyp/Makefile index 654f009f82e..5c61725e6c6 100644 --- a/audio/gstreamer-plugins-polyp/Makefile +++ b/audio/gstreamer-plugins-polyp/Makefile @@ -6,11 +6,11 @@ # CATEGORIES= audio -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Gstreamer polypaudio sound server plugin -GST_PLUGIN= polypaudio +GST_PLUGIN= polyp MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins diff --git a/audio/gstreamer-plugins-polyp80/Makefile b/audio/gstreamer-plugins-polyp80/Makefile index 654f009f82e..5c61725e6c6 100644 --- a/audio/gstreamer-plugins-polyp80/Makefile +++ b/audio/gstreamer-plugins-polyp80/Makefile @@ -6,11 +6,11 @@ # CATEGORIES= audio -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Gstreamer polypaudio sound server plugin -GST_PLUGIN= polypaudio +GST_PLUGIN= polyp MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins diff --git a/audio/gstreamer-plugins-polypaudio/Makefile b/audio/gstreamer-plugins-polypaudio/Makefile deleted file mode 100644 index 654f009f82e..00000000000 --- a/audio/gstreamer-plugins-polypaudio/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-polypaudio -# Date created: 8 Dec 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer polypaudio sound server plugin - -GST_PLUGIN= polypaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |