Bug 61450 - irc/kvirc Makefile wrong prefix for configure
Summary: irc/kvirc Makefile wrong prefix for configure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 23:20 UTC by Michael Ranner
Modified: 2004-01-17 17:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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