Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2012 15:52:37 +0100
From:      olivier@cochard.me
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174833: x11/deforaos-keyboard patch for respecting PREFIX
Message-ID:  <50e0554e.6267b40a.2331.ffffcbf0@mx.google.com>
Resent-Message-ID: <201212301500.qBUF00O0002953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174833
>Category:       ports
>Synopsis:       x11/deforaos-keyboard patch for respecting PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 15:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD orange.bsdrp.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Here is a simple patch that add PREFIX support to x11/deforaos-keyboard
>How-To-Repeat:
	
>Fix:

	

--- deforaos-keyboard.0.2.1_1.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 309655)
+++ Makefile	(working copy)
@@ -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_PKGCONFIG=	build
 USE_XORG=	xtst
 USE_GETTEXT=	yes
+MAKE_ARGS+=	PREFIX=${PREFIX}
 
 .include <bsd.port.mk>
--- deforaos-keyboard.0.2.1_1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50e0554e.6267b40a.2331.ffffcbf0>