Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2002 07:24:26 +0200 (CEST)
From:      Helge Oldach <drweb28aug02@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42107: PATCH: ports/security/drweb fails to install with WRKDIRPREFIX
Message-ID:  <200208280524.g7S5OQY2005554@sep.oldach.net>

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

>Number:         42107
>Category:       ports
>Synopsis:       PATCH: ports/security/drweb fails to install with WRKDIRPREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 27 22:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD sep.oldach.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Aug 9 04:19:51 CEST 2002 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

If building ports with WRKDIRPREFIX defined, make install will fail.

>How-To-Repeat:

cd /usr/ports/security/drweb && make install

>Fix:

--- Makefile.orig	Mon Aug 26 08:36:21 2002
+++ Makefile	Wed Aug 28 07:23:09 2002
@@ -64,6 +64,6 @@
 	fi
 
 post-install:
-	PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} POST-INSTALL
+	PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL
 
 .include <bsd.port.mk>


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208280524.g7S5OQY2005554>