svn commit: r330488 - in head/x11/xwinwrap: . files

Veniamin Gvozdikov vg at FreeBSD.org
Wed Oct 16 09:04:22 UTC 2013


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


More information about the svn-ports-head mailing list