Bug 61450

Summary: irc/kvirc Makefile wrong prefix for configure
Product: Ports & Packages Reporter: Michael Ranner <mranner>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Ranner 2004-01-16 23:20:14 UTC
	arved@freebsd.org has not committed my last version, Makefile includes
    wrong argument for configure: --prefix=${LOCALBASE}/${PORTNAME}

Fix: ### patch starts here ###


### patch ends here ###--KdxNbQioANiDMZaaO7XbIsk8Ojsr36QQpRuHl3iksvRHBc5N
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig	Sat Jan 17 00:07:34 2004
+++ Makefile	Sat Jan 17 00:07:42 2004
@@ -24,7 +24,7 @@
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
 CONFIGURE_TARGET=
-CONFIGURE_ARGS+=	--prefix=${LOCALBASE}/${PORTNAME} --with-freebsd-pthread
+CONFIGURE_ARGS+=	--prefix=${LOCALBASE} --with-freebsd-pthread
 
 MAN1=	kvirc.1
How-To-Repeat: 	see Makefile
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-01-17 17:16:45 UTC
State Changed
From-To: open->closed

Committed, thanks ! 
I remove --prefix since bsd.port.mk adds it. 
make -V CONFIGURE_ARG