diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
commit | f29a218fcd1fc4bf16d252f307eef4d729dd5dcc (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /x11/cinnamon/Makefile | |
parent | 638d4ac389fd6f388090fb19a9c40966f4f7f262 (diff) |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=386691
Diffstat (limited to 'x11/cinnamon/Makefile')
-rw-r--r-- | x11/cinnamon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index f8e8763aa6b5..9e00517c0202 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -5,7 +5,6 @@ PORTNAME= cinnamon PORTVERSION= 2.4.6 PORTREVISION= 1 CATEGORIES= x11 gnome -MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -42,6 +41,8 @@ USES= autoreconf:build compiler:c11 gettext gmake libtool \ pathfix pkgconfig python shebangfix USE_GNOME= evolutiondataserver3 gconf2 gnomedesktop3 \ gnomeprefix gtk30 intlhack introspection:build +USE_GITHUB= yes +GH_ACCOUNT= linuxmint # this happens before moving the file to ${PREFIX} (which then will be copied to ${STAGEDIR}${PREFIX}) SHEBANG_FILES= files/usr/bin/cinnamon2d USE_XORG= x11 xfixes sm |