diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
commit | 88bfe4bd43787219ab4de75bd68c490c98776dfc (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /audio/mp3c | |
parent | 9e8bfe9c71187ea60ac9f3a55c0c7bde80d76033 (diff) | |
download | ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.tar.gz ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.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
Notes
Notes:
svn path=/head/; revision=386097
Diffstat (limited to 'audio/mp3c')
-rw-r--r-- | audio/mp3c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |