diff options
author | sat <sat@FreeBSD.org> | 2007-04-18 16:01:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-18 16:01:25 +0800 |
commit | 65a7cae9d005b7215c0b27ebf0652aeebecd4612 (patch) | |
tree | 0d39bbb986b86d4050ce76e3e4c6848df2ca9494 /audio | |
parent | 41e8cad470bf2e07754be583a977377ed8a5966d (diff) | |
download | freebsd-ports-graphics-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.gz freebsd-ports-graphics-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.zst freebsd-ports-graphics-65a7cae9d005b7215c0b27ebf0652aeebecd4612.zip |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fdmf/Makefile | 2 | ||||
-rw-r--r-- | audio/laudio/Makefile | 4 | ||||
-rw-r--r-- | audio/liboggz/Makefile | 2 | ||||
-rw-r--r-- | audio/lpac/Makefile | 2 | ||||
-rw-r--r-- | audio/optimfrog/Makefile | 2 | ||||
-rw-r--r-- | audio/portaudio2/Makefile | 2 | ||||
-rw-r--r-- | audio/shntool/Makefile | 6 | ||||
-rw-r--r-- | audio/xmms-crossfade/Makefile | 4 |
8 files changed, 12 insertions, 12 deletions
diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile index d4c5e6ed267..2799e761954 100644 --- a/audio/fdmf/Makefile +++ b/audio/fdmf/Makefile @@ -9,7 +9,7 @@ PORTNAME= fdmf DISTVERSION= 0.0.9r PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://w140.com/audio/ CSME +MASTER_SITES= http://w140.com/audio/ CENKES MAINTAINER= infofarmer@FreeBSD.org COMMENT= Find similar music by perceptual hashing diff --git a/audio/laudio/Makefile b/audio/laudio/Makefile index b4b8935c880..32539cc7df9 100644 --- a/audio/laudio/Makefile +++ b/audio/laudio/Makefile @@ -8,7 +8,7 @@ PORTNAME= laudio PORTVERSION= 0.4 CATEGORIES= audio linux -MASTER_SITES= http://www.lossless-audio.com/ CSME +MASTER_SITES= http://www.lossless-audio.com/ CENKES DISTNAME= la04 MAINTAINER= infofarmer@FreeBSD.org @@ -25,7 +25,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio @${BRANDELF} -t Linux ${PREFIX}/bin/laudio .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${INSTALL} -d ${DOCSDIR}/ @${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR} .endif diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index d30ebb8f8e6..b985e49a8cb 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -8,7 +8,7 @@ PORTNAME= liboggz DISTVERSION= 0.9.5 CATEGORIES= audio -MASTER_SITES= http://www.annodex.net/software/liboggz/download/ CSME +MASTER_SITES= http://www.annodex.net/software/liboggz/download/ CENKES MAINTAINER= infofarmer@FreeBSD.org COMMENT= Simple Ogg API diff --git a/audio/lpac/Makefile b/audio/lpac/Makefile index bd0f22534da..a46c2e74c2e 100644 --- a/audio/lpac/Makefile +++ b/audio/lpac/Makefile @@ -8,7 +8,7 @@ PORTNAME= lpac PORTVERSION= 1.40 CATEGORIES= audio linux -MASTER_SITES= CSME +MASTER_SITES= CENKES MAINTAINER= infofarmer@FreeBSD.org COMMENT= Lossless audio codec diff --git a/audio/optimfrog/Makefile b/audio/optimfrog/Makefile index 26057ad3ce2..073310f767c 100644 --- a/audio/optimfrog/Makefile +++ b/audio/optimfrog/Makefile @@ -8,7 +8,7 @@ PORTNAME= optimfrog DISTVERSION= 4.520b1 CATEGORIES= audio linux -MASTER_SITES= CSME +MASTER_SITES= CENKES DISTNAME= OptimFROG_All_Linux_x86_${DISTVERSION:S/.//} MAINTAINER= infofarmer@FreeBSD.org diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile index 308fd01e736..c532afd80f2 100644 --- a/audio/portaudio2/Makefile +++ b/audio/portaudio2/Makefile @@ -8,7 +8,7 @@ PORTNAME= portaudio PORTVERSION= 19.b${SNAPREV} CATEGORIES= audio -MASTER_SITES= CSME +MASTER_SITES= CENKES # svn export -rSNAPREV https://www.portaudio.com/repos/portaudio/branches/v19-devel LATEST_LINK= ${PORTNAME}2 diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index b5d1f924c62..b9edd3bfa55 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: shntool # Date created: 2 November 2000 -# Whom: Bill Fenner <fenner@FreeBSD.Org> +# Whom: Bill Fenner <fenner@FreeBSD.org> # # $FreeBSD$ # @@ -8,9 +8,9 @@ PORTNAME= shntool PORTVERSION= 3.0.2 CATEGORIES= audio -MASTER_SITES= http://www.etree.org/shnutils/shntool/dist/src/ CSME LOCAL/fenner +MASTER_SITES= http://www.etree.org/shnutils/shntool/dist/src/ CENKES -MAINTAINER= infofarmer@FreeBSD.Org +MAINTAINER= infofarmer@FreeBSD.org COMMENT= Multi-purpose .wav processing utility GNU_CONFIGURE= yes diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index dc38737db37..d792cf25850 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -8,7 +8,7 @@ PORTNAME= crossfade PORTVERSION= 0.3.12 CATEGORIES= audio -MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ CSME +MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ CENKES PKGNAMEPREFIX= ${APP}- DISTNAME= xmms-${PORTNAME}-${PORTVERSION} @@ -43,7 +43,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/libcrossfade.so ${PREFIX}/${PLUGDIR}/ .ifndef NOPORTDOCS - ${INSTALL_DATA} -d -m 555 ${DOCSDIR}/ + ${INSTALL} -d ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ .endif |