diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-03 16:59:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-03 16:59:01 +0000 |
commit | d6c018dbe5dfdcc60c65c2818039f47432b20744 (patch) | |
tree | 1da9198f6c0422a55180802d6cba27feb204ef66 /audio | |
parent | * Show the scripts menu/popup item regardless if any scripts exist or not (diff) |
Add a missing '\'.
Reported by: FreshPorts
Notes
Notes:
svn path=/head/; revision=90153
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudiofile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 320e40b1680f..1cf8796b3f69 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -8,7 +8,7 @@ PORTNAME= libaudiofile PORTVERSION= 0.2.4 CATEGORIES= audio -MASTER_SITES= http://www.68k.org/~michael/audiofile/ +MASTER_SITES= http://www.68k.org/~michael/audiofile/ \ ftp://oss.sgi.com/projects/audiofile/download/ \ ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/audiofile/0.2 |