diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-06 06:55:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-06 06:55:44 +0000 |
commit | 92c7647e3d723ce7ae957c73913e65824b2e2d77 (patch) | |
tree | 7fd8c7b7a522c1313d692e7f5362e7aadf59582f /audio/xmms-faad | |
parent | 85c9a5f72de573179cb406d90990c27f2d6386d4 (diff) | |
download | ports-92c7647e3d723ce7ae957c73913e65824b2e2d77.tar.gz ports-92c7647e3d723ce7ae957c73913e65824b2e2d77.zip |
Notes
Diffstat (limited to 'audio/xmms-faad')
-rw-r--r-- | audio/xmms-faad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile index 0b8bae0935d6..c26930cdd9d1 100644 --- a/audio/xmms-faad/Makefile +++ b/audio/xmms-faad/Makefile @@ -8,7 +8,8 @@ PORTNAME= faad2 PORTVERSION= 1.1 CATEGORIES= audio -MASTER_SITES= http://faac.sourceforge.net/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= faac PKGNAMEPREFIX= xmms- MAINTAINER= dyeske@yahoo.com |