diff options
author | marino <marino@FreeBSD.org> | 2016-09-21 01:30:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-21 01:30:08 +0800 |
commit | 06309f4b5b2230419789a799d55a4ea23521fdde (patch) | |
tree | a287f83bd461b9c3deb854df5a4c43bbf3c4a4dc /graphics | |
parent | aee71e48d098d49c8022dfee1e0ad518e9a5af91 (diff) | |
download | freebsd-ports-gnome-06309f4b5b2230419789a799d55a4ea23521fdde.tar.gz freebsd-ports-gnome-06309f4b5b2230419789a799d55a4ea23521fdde.tar.zst freebsd-ports-gnome-06309f4b5b2230419789a799d55a4ea23521fdde.zip |
graphics/squish: new macports MASTER_SITES to unbreak
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/squish/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile index 8640b94808eb..41cd8af397ae 100644 --- a/graphics/squish/Makefile +++ b/graphics/squish/Makefile @@ -5,15 +5,13 @@ PORTNAME= squish PORTVERSION= 1.10 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://libsquish.googlecode.com/files/ +MASTER_SITES= http://her.gr.distfiles.macports.org/squish/ MAINTAINER= rddeblois@gmail.com COMMENT= Open source DXT compression library LICENSE= MIT -BROKEN= Unfetchable (google code has gone away) - USES= uidfix MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX} PLIST_FILES= include/squish.h \ |