svn commit: r448895 - head/graphics/gtk-update-icon-cache
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 29 09:01:38 UTC 2017
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>
More information about the svn-ports-all
mailing list