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-menus/Makefile | |
parent | 638d4ac389fd6f388090fb19a9c40966f4f7f262 (diff) | |
download | ports-f29a218fcd1fc4bf16d252f307eef4d729dd5dcc.tar.gz ports-f29a218fcd1fc4bf16d252f307eef4d729dd5dcc.zip |
Notes
Diffstat (limited to 'x11/cinnamon-menus/Makefile')
-rw-r--r-- | x11/cinnamon-menus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/cinnamon-menus/Makefile b/x11/cinnamon-menus/Makefile index 96e42736f6dc..262c7bb3a339 100644 --- a/x11/cinnamon-menus/Makefile +++ b/x11/cinnamon-menus/Makefile @@ -4,7 +4,6 @@ PORTNAME= cinnamon-menus PORTVERSION= 2.4.1 CATEGORIES= x11 gnome -MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -20,6 +19,8 @@ USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ python:2 tar:xz USE_GNOME= gnomemenus3 gnomeprefix gtk30 intlhack \ introspection:build +USE_GITHUB= yes +GH_ACCOUNT= linuxmint USE_LDCONFIG= yes GNU_CONFIGURE= yes PATHFIX_MAKEFILEIN= Makefile.am |