diff options
author | novel <novel@FreeBSD.org> | 2005-08-28 20:50:01 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-08-28 20:50:01 +0800 |
commit | c8579ba971c432c371b9f4068c600936ae156b35 (patch) | |
tree | add742f861e5eb1279228bcdf2317a0a566a929a /audio/openal | |
parent | af6e0016662370cdadfd07d1265aa4fc55b35d82 (diff) | |
download | freebsd-ports-gnome-c8579ba971c432c371b9f4068c600936ae156b35.tar.gz freebsd-ports-gnome-c8579ba971c432c371b9f4068c600936ae156b35.tar.zst freebsd-ports-gnome-c8579ba971c432c371b9f4068c600936ae156b35.zip |
Fix MASTER_SITES.
PR: 85360
Submitted by: Erik Greenwald (maintainer)
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index edfe882d83b8..f3d7f75e836d 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -8,7 +8,7 @@ PORTNAME= openal PORTVERSION= 20050401 CATEGORIES= audio -MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ +MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/\ http://www.smluc.org/~erik/files/fbsd/ MAINTAINER= erik@smluc.org |