Date: Wed, 16 Oct 2013 09:04:22 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330488 - in head/x11/xwinwrap: . files Message-ID: <201310160904.r9G94MoD093892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vg Date: Wed Oct 16 09:04:21 2013 New Revision: 330488 URL: http://svnweb.freebsd.org/changeset/ports/330488 Log: - Fixed build on 10.x - Fixed custom path to install Approved by: eadler, osa, rm (mentors, implicit) Modified: head/x11/xwinwrap/Makefile head/x11/xwinwrap/files/patch-Makefile (contents, props changed) Modified: head/x11/xwinwrap/Makefile ============================================================================== --- head/x11/xwinwrap/Makefile Wed Oct 16 09:03:27 2013 (r330487) +++ head/x11/xwinwrap/Makefile Wed Oct 16 09:04:21 2013 (r330488) @@ -16,6 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 USE_BZIP2= yes USE_XORG= x11 xproto xrender xext PLIST_FILES= bin/${PORTNAME} +MAKE_ARGS+= PREFIX=${PREFIX} NO_STAGE= yes .include <bsd.port.pre.mk> Modified: head/x11/xwinwrap/files/patch-Makefile ============================================================================== --- head/x11/xwinwrap/files/patch-Makefile Wed Oct 16 09:03:27 2013 (r330487) +++ head/x11/xwinwrap/files/patch-Makefile Wed Oct 16 09:04:21 2013 (r330488) @@ -20,7 +20,7 @@ - cp i386/xwinwrap /usr/bin +INSTALL = /usr/bin/install -m 755 +PREFIX = /usr/local -+CC = gcc ++CC = cc +ARCH = `uname -p` + +TARGET = xwinwrap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310160904.r9G94MoD093892>