From owner-svn-ports-head@FreeBSD.ORG Tue Jul 16 23:46:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 419FFAE1; Tue, 16 Jul 2013 23:46:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 348AE90B; Tue, 16 Jul 2013 23:46:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GNkMXq044460; Tue, 16 Jul 2013 23:46:22 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GNkM7O044459; Tue, 16 Jul 2013 23:46:22 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201307162346.r6GNkM7O044459@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 16 Jul 2013 23:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323137 - head/games/openxcom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 23:46:22 -0000 Author: amdmi3 Date: Tue Jul 16 23:46:21 2013 New Revision: 323137 URL: http://svnweb.freebsd.org/changeset/ports/323137 Log: - Install .desktop file Modified: head/games/openxcom/Makefile Modified: head/games/openxcom/Makefile ============================================================================== --- head/games/openxcom/Makefile Tue Jul 16 23:29:58 2013 (r323136) +++ head/games/openxcom/Makefile Tue Jul 16 23:46:21 2013 (r323137) @@ -30,7 +30,9 @@ MAKEFILE= Makefile.simple SUB_FILES= pkg-message -PLIST_FILES= bin/openxcom +PLIST_FILES= bin/openxcom share/applications/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.svg +PLIST_DIRSTRY= share/applications PORTDOCS= * PORTDATA= * @@ -45,6 +47,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/ + ${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/res/linux/openxcom.desktop ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/res/linux/icons/openxcom.svg ${PREFIX}/share/pixmaps .if !defined(NOPORTDATA) ${MKDIR} ${DATADIR} cd ${WRKSRC}/bin && ${COPYTREE_SHARE} data ${DATADIR}/