diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 18:17:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 18:17:28 +0800 |
commit | c0af5db5b533b0ab0eb72a22118211cd00ef7742 (patch) | |
tree | 76a3678c4293e3a7cf5f54a51ac527ca818da9aa /audio/linux-f10-openal/Makefile | |
parent | f5cda216d83199be565844ea7972ee0757a86654 (diff) | |
download | freebsd-ports-gnome-c0af5db5b533b0ab0eb72a22118211cd00ef7742.tar.gz freebsd-ports-gnome-c0af5db5b533b0ab0eb72a22118211cd00ef7742.tar.zst freebsd-ports-gnome-c0af5db5b533b0ab0eb72a22118211cd00ef7742.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'audio/linux-f10-openal/Makefile')
-rw-r--r-- | audio/linux-f10-openal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-f10-openal/Makefile b/audio/linux-f10-openal/Makefile index 4dec3edf682a..592d1866c17c 100644 --- a/audio/linux-f10-openal/Makefile +++ b/audio/linux-f10-openal/Makefile @@ -4,7 +4,7 @@ PORTNAME= openal PORTVERSION= 0.0.9 CATEGORIES= audio linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} +MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org COMMENT= 3D positional spatialized sound library (Linux Fedora 10) |