diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-15 20:55:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-15 20:55:09 +0800 |
commit | feab03f2dff01c89ed08d5fabe87680c51c34b75 (patch) | |
tree | 7042fdd2fcbeb25c63c4918415f888c731241bdf | |
parent | bdc87c2fd79b666d32e57fb63bc0c21d201f1bad (diff) | |
download | freebsd-ports-gnome-feab03f2dff01c89ed08d5fabe87680c51c34b75.tar.gz freebsd-ports-gnome-feab03f2dff01c89ed08d5fabe87680c51c34b75.tar.zst freebsd-ports-gnome-feab03f2dff01c89ed08d5fabe87680c51c34b75.zip |
- Remove MASTER_SITES
-rw-r--r-- | www/fancybox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/fancybox/Makefile b/www/fancybox/Makefile index 5d292c107438..8659226acb52 100644 --- a/www/fancybox/Makefile +++ b/www/fancybox/Makefile @@ -4,7 +4,6 @@ PORTNAME= fancybox PORTVERSION= 2.1.5 CATEGORIES= www -MASTER_SITES= GH MAINTAINER= sunpoet@FreeBSD.org COMMENT= JavaScript library for image/html/multimedia content display @@ -13,9 +12,9 @@ NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= fancyapps +GH_COMMIT= 18d1712 GH_PROJECT= fancyBox GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 18d1712 do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/ |