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/shntool | |
parent | 41e8cad470bf2e07754be583a977377ed8a5966d (diff) | |
download | freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.gz freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.zst freebsd-ports-gnome-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/shntool')
-rw-r--r-- | audio/shntool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index b5d1f924c62c..b9edd3bfa550 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 |