diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-11 13:34:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-11 13:34:15 +0800 |
commit | a850820f399dd1615805cfbd775476d02ab9518a (patch) | |
tree | f696e75405e619f23393ca123fc6ea6fecc34ce7 /audio | |
parent | aad95b937d96a591165579d908c196967917d4b5 (diff) | |
download | freebsd-ports-gnome-a850820f399dd1615805cfbd775476d02ab9518a.tar.gz freebsd-ports-gnome-a850820f399dd1615805cfbd775476d02ab9518a.tar.zst freebsd-ports-gnome-a850820f399dd1615805cfbd775476d02ab9518a.zip |
- utilize SF.net mirrors
PR: ports/104942
Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by: maintainer (timeout)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libnjb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile index 1a1d94dc7f11..6461dec6c813 100644 --- a/audio/libnjb/Makefile +++ b/audio/libnjb/Makefile @@ -8,7 +8,8 @@ PORTNAME= libnjb PORTVERSION= 2.2.5 CATEGORIES= audio -MASTER_SITES= http://mesh.dl.sourceforge.net/sourceforge/libnjb/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= teksimian@gmail.com COMMENT= C library, API for communicating with Creative and Dell audio players |