Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 12:22:04 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329170 - in head/x11/ipager: . files
Message-ID:  <201310031222.r93CM429046398@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031222.r93CM429046398>