diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-14 21:52:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-14 21:52:35 +0800 |
commit | 4330c91c8a6005284db2d55e750d805d87aa0de4 (patch) | |
tree | 84077bd785504d5ab37f3383750181b94a74c7af /net/gupnp-av/Makefile | |
parent | 7546c82af6c335dc561fea6b2c402f156363dd89 (diff) | |
download | freebsd-ports-graphics-4330c91c8a6005284db2d55e750d805d87aa0de4.tar.gz freebsd-ports-graphics-4330c91c8a6005284db2d55e750d805d87aa0de4.tar.zst freebsd-ports-graphics-4330c91c8a6005284db2d55e750d805d87aa0de4.zip |
Fix MASTER_SITE
while here remove MD5
Diffstat (limited to 'net/gupnp-av/Makefile')
-rw-r--r-- | net/gupnp-av/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index a1cd46f487b..3bc1913394a 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -9,7 +9,7 @@ PORTNAME= gupnp-av PORTVERSION= 0.5.4 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.gupnp.org/sources/${PORTNAME}/ +MASTER_SITES= http://www.gupnp.org/sites/all/files/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Helpers for audio/video applications using GUPnP |