diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-07-03 07:53:36 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-07-03 07:53:36 +0000 |
commit | de8a97dabe695de63886337ee376d891502e3e84 (patch) | |
tree | 2897a54f14c013a28e9878fa9eb41ba8162a5256 /graphics/gtk-update-icon-cache | |
parent | 44900b87e1fa74474388ff73ae05cdfc92ce4bc1 (diff) | |
download | ports-de8a97dabe695de63886337ee376d891502e3e84.tar.gz ports-de8a97dabe695de63886337ee376d891502e3e84.zip |
Notes
Diffstat (limited to 'graphics/gtk-update-icon-cache')
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index 7f5715518364..f8520ecd1a44 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/graphics/gtk-update-icon-cache/Makefile,v 1.18 2013/03/04 17:44:37 kwm Exp $ +# $MCom: ports/trunk/graphics/gtk-update-icon-cache/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gtk-update-icon-cache PORTVERSION= 2.24.19 @@ -34,6 +34,8 @@ 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 MAN1= gtk-update-icon-cache.1 @@ -46,9 +48,6 @@ pre-configure: @${FALSE} .endif -do-build: - @cd ${WRKSRC}/gtk && ${GMAKE} gtk-update-icon-cache - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \ ${PREFIX}/bin/ |