ports/150604: [PATCH] sysutils/superiotool: Fix build with alternate LOCALBASE
Tim Bishop
tim at bishnet.net
Wed Sep 15 21:00:04 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list