diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-04 00:59:01 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-04 00:59:01 +0800 |
commit | d6c018dbe5dfdcc60c65c2818039f47432b20744 (patch) | |
tree | 1da9198f6c0422a55180802d6cba27feb204ef66 /audio/libaudiofile | |
parent | 2df776b8783246bce1552a0da7e656b2d63f5e15 (diff) | |
download | freebsd-ports-gnome-d6c018dbe5dfdcc60c65c2818039f47432b20744.tar.gz freebsd-ports-gnome-d6c018dbe5dfdcc60c65c2818039f47432b20744.tar.zst freebsd-ports-gnome-d6c018dbe5dfdcc60c65c2818039f47432b20744.zip |
Add a missing '\'.
Reported by: FreshPorts
Diffstat (limited to 'audio/libaudiofile')
-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 |