diff options
author | mat <mat@FreeBSD.org> | 2015-05-12 02:34:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-12 02:34:57 +0800 |
commit | d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389 (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /audio | |
parent | 925f5606448b4e40652ba0a13bfb8cd44c8aac89 (diff) | |
download | freebsd-ports-gnome-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.gz freebsd-ports-gnome-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.zst freebsd-ports-gnome-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.zip |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/guspat/Makefile | 4 | ||||
-rw-r--r-- | audio/libaacplus/Makefile | 6 | ||||
-rw-r--r-- | audio/mp3c/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/guspat/Makefile b/audio/guspat/Makefile index 9af2d2037621..30a6cc38b90e 100644 --- a/audio/guspat/Makefile +++ b/audio/guspat/Makefile @@ -7,8 +7,8 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://plamo.linet.gr.jp/pub/Plamo-src/contrib/Sound/timidity/ \ LOCAL/nork -DISTFILES= ${PORTNAME}-${PORTVERSION}-required${EXTRACT_SUFX} \ - ${PORTNAME}-${PORTVERSION}-optional${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}-required${EXTRACT_SUFX} \ + ${DISTNAME}-optional${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Izumo collection of Gravis Ultrasound MIDI patches diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile index dd2d7387f4eb..7247af00e4c6 100644 --- a/audio/libaacplus/Makefile +++ b/audio/libaacplus/Makefile @@ -5,10 +5,10 @@ PORTNAME= libaacplus PORTVERSION= 2.0.2 PORTREVISION= 7 CATEGORIES= audio -MASTER_SITES= http://tipok.org.ua/downloads/media/aacplus/libaacplus/:site1\ - ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\ +MASTER_SITES= http://tipok.org.ua/downloads/media/aacplus/libaacplus/ \ + ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2 \ http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/:site2 -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:site1\ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${SRC26410}:site2 MAINTAINER= takefu@airport.fm diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile index 5170c3514272..8795d066fbbc 100644 --- a/audio/mp3c/Makefile +++ b/audio/mp3c/Makefile @@ -6,9 +6,9 @@ PORTVERSION= 0.31 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.wspse.de/linux/wspse/:src -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ cdrip.sh -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= joris@vandalon.nl COMMENT= CD to mp3c converter with a console frontend |