Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2017 09:01:36 +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: r448895 - head/graphics/gtk-update-icon-cache
Message-ID:  <201708290901.v7T91aSB035362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 29 09:01:36 2017
New Revision: 448895
URL: https://svnweb.freebsd.org/changeset/ports/448895

Log:
  - Switch to USES=localbase
  - Unsilence installation commands
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/gtk-update-icon-cache/Makefile

Modified: head/graphics/gtk-update-icon-cache/Makefile
==============================================================================
--- head/graphics/gtk-update-icon-cache/Makefile	Tue Aug 29 08:25:50 2017	(r448894)
+++ head/graphics/gtk-update-icon-cache/Makefile	Tue Aug 29 09:01:36 2017	(r448895)
@@ -19,7 +19,7 @@ RUN_DEPENDS+=	update-mime-database:misc/shared-mime-in
 
 PORTSCOUT=	ignore:1
 
-USES=		gettext gmake libtool pathfix perl5 pkgconfig tar:xz
+USES=		gettext gmake libtool localbase:ldflags pathfix perl5 pkgconfig tar:xz
 USE_PERL5=	build
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
@@ -29,8 +29,6 @@ USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor 
 		xcomposite
 PATCHDIR=	${.CURDIR}/../../x11-toolkits/gtk20/files
 CONFIGURE_ARGS=	--enable-static --with-xinput=yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 BUILD_WRKSRC=	${WRKSRC}/gtk
 ALL_TARGET=	${PORTNAME}
 PLIST_FILES=	bin/gtk-update-icon-cache
@@ -48,9 +46,9 @@ pre-configure:
 	fi
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \
+	${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \
 		${STAGEDIR}${PREFIX}/bin/
-#	@${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-update-icon-cache.1 \
+#	${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-update-icon-cache.1 \
 #		${STAGEDIR}${PREFIX}/man/man1/
 
 .include <bsd.port.mk>



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