From owner-svn-ports-all@freebsd.org Sat Oct 15 09:03:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1926BC12360; Sat, 15 Oct 2016 09:03:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEFA3EA; Sat, 15 Oct 2016 09:03:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F93ldi052224; Sat, 15 Oct 2016 09:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F93lsG052223; Sat, 15 Oct 2016 09:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610150903.u9F93lsG052223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 15 Oct 2016 09:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424009 - head/sysutils/lxinput X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2016 09:03:48 -0000 Author: amdmi3 Date: Sat Oct 15 09:03:46 2016 New Revision: 424009 URL: https://svnweb.freebsd.org/changeset/ports/424009 Log: - Switch to USES=localbase - Switch to options helpers - Remove unneeded CONFIGURE_ARGS Modified: head/sysutils/lxinput/Makefile Modified: head/sysutils/lxinput/Makefile ============================================================================== --- head/sysutils/lxinput/Makefile Sat Oct 15 08:16:53 2016 (r424008) +++ head/sysutils/lxinput/Makefile Sat Oct 15 09:03:46 2016 (r424009) @@ -10,31 +10,23 @@ MASTER_SITES= SF/lxde/LXInput%20%28Kbd%2 MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard and mouse config tool from the LXDE project -USES= iconv gmake pkgconfig +USES= iconv gmake localbase pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes - -NLS_USES= gettext +OPTIONS_SUB= yes -.include +NLS_USES= gettext +NLS_USES_OFF= gettext-tools -post-patch: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|po man|man|' \ - ${WRKSRC}/Makefile.in -.endif +post-patch-NLS-off: + @${REINPLACE_CMD} -e 's|po man|man|' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}