Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 15:43:10 +0200 (CEST)
From:      Helge Oldach <send-pr@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37341: ports/sysutils/socket install ignores ${DESTDIR}
Message-ID:  <200204221343.g3MDhACN042819@sep.oldach.net>

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

>Number:         37341
>Category:       ports
>Synopsis:       ports/sysutils/socket install ignores ${DESTDIR}
>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:   Mon Apr 22 07:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD sep.oldach.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 18 17:44:21 CEST 2002 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

cd ports/sysutils/socket; make install DESTDIR=/some/where

will install in /usr/local and not in /some/where/usr/local

>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Thu Sep 10 16:59:31 1992
+++ Makefile	Mon Apr 22 15:23:31 2002
@@ -8,7 +8,7 @@
 ### socket.1 in /usr/local/man/man1/socket.1
 ### Make sure the target directories exist before doing a "make install".
 
-INSTALLBASE = /usr/local
+INSTALLBASE = ${DESTDIR}/usr/local
 INSTALLBINPATH = $(INSTALLBASE)/bin
 INSTALLBINMODE = 755
 INSTALLMANPATH = $(INSTALLBASE)/man


>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?200204221343.g3MDhACN042819>