Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2013 15:47:42 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309893 - head/x11/deforaos-keyboard
Message-ID:  <201301031547.r03FlgC5035669@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Jan  3 15:47:41 2013
New Revision: 309893
URL: http://svnweb.freebsd.org/changeset/ports/309893

Log:
  - make it PREFIX-safe
  - bump PORTREVISION
  
  PR:		174833
  Submitted by:	olivier@cochard.me (maintainer)

Modified:
  head/x11/deforaos-keyboard/Makefile

Modified: head/x11/deforaos-keyboard/Makefile
==============================================================================
--- head/x11/deforaos-keyboard/Makefile	Thu Jan  3 15:46:33 2013	(r309892)
+++ head/x11/deforaos-keyboard/Makefile	Thu Jan  3 15:47:41 2013	(r309893)
@@ -3,6 +3,7 @@
 
 PORTNAME=	keyboard
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://www.defora.org/os/download/download/3696/
 DISTNAME=	Keyboard-${PORTVERSION}
@@ -19,5 +20,6 @@ USE_GNOME=	gtk20
 USE_PKGCONFIG=	build
 USE_XORG=	xtst
 USE_GETTEXT=	yes
+MAKE_ARGS+=	PREFIX=${PREFIX}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301031547.r03FlgC5035669>