diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 18:02:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 18:02:23 +0000 |
commit | f8ca98ddfae8dc0ef04a55c27c173a0859ea22cc (patch) | |
tree | 66ac19dee425313f9358fc66e3bc1144bd2778ab /audio/smasher | |
parent | 05d28759e920d520f7d2080de75ce6139b603c15 (diff) | |
download | ports-f8ca98ddfae8dc0ef04a55c27c173a0859ea22cc.tar.gz ports-f8ca98ddfae8dc0ef04a55c27c173a0859ea22cc.zip |
- Change to new SFP macro
Notes
Notes:
svn path=/head/; revision=239534
Diffstat (limited to 'audio/smasher')
-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 |