diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-18 22:11:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-18 22:11:33 +0800 |
commit | e562890227651ce77c4d26f655fc85baef2f569b (patch) | |
tree | 3e2f67c46c79873e852361923f2665554251f31b /audio | |
parent | 9551ff97818f98f596c38dc38e30f477442198df (diff) | |
download | freebsd-ports-gnome-e562890227651ce77c4d26f655fc85baef2f569b.tar.gz freebsd-ports-gnome-e562890227651ce77c4d26f655fc85baef2f569b.tar.zst freebsd-ports-gnome-e562890227651ce77c4d26f655fc85baef2f569b.zip |
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aften/Makefile | 2 | ||||
-rw-r--r-- | audio/snd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/aften/Makefile b/audio/aften/Makefile index 10c0528d0146..d55325901efc 100644 --- a/audio/aften/Makefile +++ b/audio/aften/Makefile @@ -4,7 +4,7 @@ PORTNAME= aften PORTVERSION= 0.0.8 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= Gabor@Zahemszky.HU COMMENT= ATSC A/52 audio encoder diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 902216e15916..6c707028dc3d 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -5,7 +5,7 @@ PORTNAME= snd PORTVERSION= 15.7 CATEGORIES= audio MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \ - SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} + SF MAINTAINER= portmaster@bsdforge.com COMMENT= Multitracking sound editor and utilities |