diff options
author | mat <mat@FreeBSD.org> | 2016-06-06 23:25:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-06 23:25:42 +0800 |
commit | 5170c5aedf2eb01a419032e804609ea5ed5f2399 (patch) | |
tree | 959bd486ed1d5cb195e1ead74c2376ef2eddd420 /audio | |
parent | 89037ce523f3d0ece62cc99036d5e2ae70ff9edb (diff) | |
download | freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.gz freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.zst freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.zip |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/etktab/Makefile | 2 | ||||
-rw-r--r-- | audio/streamripper/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/etktab/Makefile b/audio/etktab/Makefile index a0acdad46566..0ae273b93a12 100644 --- a/audio/etktab/Makefile +++ b/audio/etktab/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= audio tcl tk MASTER_SITES= SF/${PORTNAME}/eTktab/${PORTVERSION} \ SF/${PORTNAME}/keyboard%20layout%20support/${PORTVERSION}:keyboard -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 72add71783ad..3845889f728f 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28current%29/${PORTVERSION} \ http://gd.tuwien.ac.at/hci/cdk/:cdk -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ cdk-${CDK_VERSION}.tgz:cdk MAINTAINER= ports@FreeBSD.org |