diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-10-22 08:36:03 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-10-22 08:36:03 +0000 |
commit | e0f61819a5cddacb2ff26cf2d51714bf8374c6dd (patch) | |
tree | c1359f04e7da0c91e1c5ff1b2110bd863855aac8 | |
parent | db9b96f15797f8aae5ed037e931c2f16020bb331 (diff) |
Notes
-rw-r--r-- | audio/audacity-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index 1c7e8f99b5cb..ce04285e23ab 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -7,7 +7,8 @@ PORTNAME= audacity PORTVERSION= 1.3.9 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ + SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION} PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-minsrc-${PORTVERSION} |