Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2004 00:14:09 +0100 (CET)
From:      Michael Ranner <mranner@inode.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61450: irc/kvirc Makefile wrong prefix for configure
Message-ID:  <200401162314.i0GNE9Sq001432@dwarf.jawa.at>
Resent-Message-ID: <200401162320.i0GNKFqq019543@freefall.freebsd.org>

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

>Number:         61450
>Category:       ports
>Synopsis:       irc/kvirc Makefile wrong prefix for configure
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 16 15:20:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #4: Sat Nov 29 11:09:14 CET 2003 root@dwarf.jawa.at:/usr/src/sys/compile/DWARF i386


	
>Description:
	arved@freebsd.org has not committed my last version, Makefile includes
    wrong argument for configure: --prefix=${LOCALBASE}/${PORTNAME}
>How-To-Repeat:
	see Makefile
>Fix:

### patch starts here ###
--- 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

### 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?200401162314.i0GNE9Sq001432>