diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-15 02:02:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-15 02:02:23 +0800 |
commit | a9100df7db8cf68c68e276c8c919624f70122c5c (patch) | |
tree | 29f0d2fe4d7c1008148d94736c2950e2651dc0c2 | |
parent | 4bad7f3be0780cd39fb5a801bc7065dd86f57a8b (diff) | |
download | freebsd-ports-gnome-a9100df7db8cf68c68e276c8c919624f70122c5c.tar.gz freebsd-ports-gnome-a9100df7db8cf68c68e276c8c919624f70122c5c.tar.zst freebsd-ports-gnome-a9100df7db8cf68c68e276c8c919624f70122c5c.zip |
- Change to new SFP macro
-rw-r--r-- | audio/smasher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 649c64374303..19c970783703 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -8,7 +8,7 @@ PORTNAME= smasher PORTVERSION= 1.1.0 CATEGORIES= audio -MASTER_SITES= SF \ +MASTER_SITES= SFP/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ \ http://distfiles.officialunix.com/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source |