ports/88148: [MAINTAINER FIX] Make www/webresolve PREFIX clean

Joseph Scott joseph at randomnetworks.com
Fri Oct 28 18:00:30 UTC 2005


>Number:         88148
>Category:       ports
>Synopsis:       [MAINTAINER FIX] Make www/webresolve PREFIX clean
>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:   Fri Oct 28 18:00:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sm01.rhyll.com 5.4-STABLE FreeBSD 5.4-STABLE #4: Thu Oct 13 00:38:56 PDT 2005 joseph at sm01.rhyll.com:/usr/obj/usr/src/sys/SM01 i386


	
>Description:
	
[MAINTAINER FIX] Make www/webresolve PREFIX clean

Prompted by an (automated?) email from Kris about www/webresolve
not respecting PREFIX I've added a REINPLACE call to make
PREFIX work correctly.
>How-To-Repeat:
	
>Fix:

	

--- webresolve.diff begins here ---
diff -ruN webresolve-orig/Makefile webresolve/Makefile
--- webresolve-orig/Makefile	Fri Oct 28 10:34:53 2005
+++ webresolve/Makefile	Fri Oct 28 10:53:07 2005
@@ -16,7 +16,11 @@
 
 HAS_CONFIGURE=yes
 ALL_TARGET=	webresolve
+USE_REINPLACE=yes
 
 MAN1=	webresolve.1 splitwr.1
+
+pre-configure:
+	${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
--- webresolve.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list