From owner-svn-ports-head@FreeBSD.ORG Thu Oct 3 12:22:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AFA914B; Thu, 3 Oct 2013 12:22:05 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0884D2F62; Thu, 3 Oct 2013 12:22:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r93CM4d9046400; Thu, 3 Oct 2013 12:22:04 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r93CM429046398; Thu, 3 Oct 2013 12:22:04 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201310031222.r93CM429046398@svn.freebsd.org> From: Lars Engels Date: Thu, 3 Oct 2013 12:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329170 - in head/x11/ipager: . files 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: Thu, 03 Oct 2013 12:22:05 -0000 Author: lme Date: Thu Oct 3 12:22:04 2013 New Revision: 329170 URL: http://svnweb.freebsd.org/changeset/ports/329170 Log: - Use %%DATADIR%% in pkg-message [1] - Switch to USES scons Noticed by: jgh [1] Modified: head/x11/ipager/Makefile head/x11/ipager/files/pkg-message.in Modified: head/x11/ipager/Makefile ============================================================================== --- head/x11/ipager/Makefile Thu Oct 3 12:04:43 2013 (r329169) +++ head/x11/ipager/Makefile Thu Oct 3 12:22:04 2013 (r329170) @@ -12,7 +12,7 @@ COMMENT= X11 pager program LICENSE= MIT -USE_SCONS= yes +USES= scons USE_EFL= imlib2 SUB_FILES= pkg-message @@ -25,8 +25,6 @@ THEMES= atlantis.conf \ light_gray.conf \ light_orange.conf -SCONS_ARGS+= ${DESTDIRNAME}=${STAGEDIR} - post-patch: @${REINPLACE_CMD} -e '35,36d;89d;92,94d' \ ${WRKSRC}/SConstruct Modified: head/x11/ipager/files/pkg-message.in ============================================================================== --- head/x11/ipager/files/pkg-message.in Thu Oct 3 12:04:43 2013 (r329169) +++ head/x11/ipager/files/pkg-message.in Thu Oct 3 12:22:04 2013 (r329170) @@ -2,7 +2,7 @@ ******************************************************************************** Some additional themes (config files) you may find in the -${DATADIR}/themes directory. +%%DATADIR%%/themes directory. Just copy any of them instead of your ~./ipager/ipager.conf config file or you can define other config file via '-c'" command line option.