Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2010 21:34:03 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        avg@icyb.net.ua
Subject:   ports/150604: [PATCH] sysutils/superiotool: Fix build with alternate LOCALBASE
Message-ID:  <E1Ovyg7-000E0R-AA@pendennis.kent.ac.uk>
Resent-Message-ID: <201009152100.o8FL02lF006090@freefall.freebsd.org>

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

>Number:         150604
>Category:       ports
>Synopsis:       [PATCH] sysutils/superiotool: Fix build with alternate LOCALBASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 15 21:00:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.kent.ac.uk 8.0-STABLE FreeBSD 8.0-STABLE #0: Mon Dec  7 11:31:32 GMT
>Description:
This change fixes the build when an alternate LOCALBASE is used.

Port maintainer (avg@icyb.net.ua) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- superiotool-20090930.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/sysutils/superiotool/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1 Apr 2010 05:32:03 -0000	1.3
+++ Makefile	15 Sep 2010 20:28:58 -0000
@@ -37,6 +37,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#/share/man/#/man/#g' -e 's#-ansi##g' \
+		-e 's#/usr/local#${PREFIX}#g' \
 		${WRKSRC}/Makefile
 
 .include <bsd.port.pre.mk>
--- superiotool-20090930.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ovyg7-000E0R-AA>