diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
commit | e562890227651ce77c4d26f655fc85baef2f569b (patch) | |
tree | 3e2f67c46c79873e852361923f2665554251f31b /audio/snd | |
parent | 9551ff97818f98f596c38dc38e30f477442198df (diff) | |
download | FreeBSD-ports-e562890227651ce77c4d26f655fc85baef2f569b.zip FreeBSD-ports-e562890227651ce77c4d26f655fc85baef2f569b.tar.gz |
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 902216e..6c70702 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 |