diff options
author | erwin <erwin@FreeBSD.org> | 2009-01-03 22:30:49 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-01-03 22:30:49 +0800 |
commit | 9cc1f281f27b06b46b277284512de70c19596a78 (patch) | |
tree | 3de937969d05692500b113d99cd15fce6a4815a1 /audio | |
parent | b787d24e177922dd6e7f193ef75edd280c020b50 (diff) | |
download | freebsd-ports-gnome-9cc1f281f27b06b46b277284512de70c19596a78.tar.gz freebsd-ports-gnome-9cc1f281f27b06b46b277284512de70c19596a78.tar.zst freebsd-ports-gnome-9cc1f281f27b06b46b277284512de70c19596a78.zip |
Fix a typo that prevented fetching.
Submitted by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libopenspc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index 1fe026b2ff84..62ef96f97d2e 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -8,7 +8,7 @@ PORTNAME= libopenspc PORTVERSION= 0.3.99a CATEGORIES= audio -MASTER_SITES= MASTER_SITE_LOCAL +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kwm MAINTAINER= kwm@FreeBSD.org |