diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-03 14:30:49 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-03 14:30:49 +0000 |
commit | 14bba3bd0cf291cd1abce1c8e940eef77c9ff7d7 (patch) | |
tree | b55619f94d12d5c6a8a90163badc27ea42e15003 /audio/libopenspc | |
parent | 3d9fb09dea5ab59c06792043cef83d90c2848e14 (diff) | |
download | ports-14bba3bd0cf291cd1abce1c8e940eef77c9ff7d7.tar.gz ports-14bba3bd0cf291cd1abce1c8e940eef77c9ff7d7.zip |
Fix a typo that prevented fetching.
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=225189
Diffstat (limited to 'audio/libopenspc')
-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 |