Date: Mon, 26 Oct 2015 17:44:54 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400198 - head/x11/cinnamon-desktop Message-ID: <201510261744.t9QHisWC052690@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 26 17:44:53 2015 New Revision: 400198 URL: https://svnweb.freebsd.org/changeset/ports/400198 Log: - Fix shebang properly Approved by: portmgr blanket Modified: head/x11/cinnamon-desktop/Makefile Modified: head/x11/cinnamon-desktop/Makefile ============================================================================== --- head/x11/cinnamon-desktop/Makefile Mon Oct 26 17:44:39 2015 (r400197) +++ head/x11/cinnamon-desktop/Makefile Mon Oct 26 17:44:53 2015 (r400198) @@ -3,6 +3,7 @@ PORTNAME= cinnamon-desktop PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome3 @@ -22,6 +23,7 @@ USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_GNOME= gnomeprefix gtk30 intlhack introspection:build SHEBANG_FILES= files/usr/bin/cinnamon-desktop-migrate-mediakeys +python_OLD_CMD= /usr/bin/python2 USE_LDCONFIG= yes GNU_CONFIGURE= yes PATHFIX_MAKEFILEIN= Makefile.am
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510261744.t9QHisWC052690>