diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-03 15:34:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-03 15:34:43 +0800 |
commit | ad9e4664f08762902820e7ff24c5e21abfd40fa6 (patch) | |
tree | 0ffe03b0789722e1a799d46ffd8a2fbc7ce19a1c /graphics | |
parent | 3da49966552c38053245f00edef8d6c99935b951 (diff) | |
download | marcuscom-ports-ad9e4664f08762902820e7ff24c5e21abfd40fa6.tar marcuscom-ports-ad9e4664f08762902820e7ff24c5e21abfd40fa6.tar.gz marcuscom-ports-ad9e4664f08762902820e7ff24c5e21abfd40fa6.tar.bz2 marcuscom-ports-ad9e4664f08762902820e7ff24c5e21abfd40fa6.tar.lz marcuscom-ports-ad9e4664f08762902820e7ff24c5e21abfd40fa6.tar.xz marcuscom-ports-ad9e4664f08762902820e7ff24c5e21abfd40fa6.tar.zst marcuscom-ports-ad9e4664f08762902820e7ff24c5e21abfd40fa6.zip |
Utilize BUILD_WRKSRC and TARGET_ALL instead of defining a custom do-build:
target.
Submitted by: bapt@
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18614 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-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 05f98aff5..9877ea970 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$ +# $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.17 @@ -32,6 +32,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 @@ -44,9 +46,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/ |