Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 1999 11:01:54 +0200 (CEST)
From:      Nick Hibma <nick.hibma@jrc.it>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12321: [PATCH] luna installs into /usr/local instead of PREFIX
Message-ID:  <199906210901.LAA03166@elpc36.jrc.it>

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

>Number:         12321
>Category:       ports
>Synopsis:       [PATCH] luna installs into /usr/local instead of PREFIX
>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 Jun 21 02:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

ports as of 30 minutes ago

>Description:

cd /usr/ports/*/luna
make PREFIX=/home/t LOCALBASE=/home/t install
...
===>   Installing for luna-1.9
install -c -s luna /usr/local/bin

>How-To-Repeat:

see Description

>Fix:
	
--- /usr/ports/astro/luna/patches/patch-aa.old  Mon Jun 21 13:08:41 1999
+++ /usr/ports/astro/luna/patches/patch-aa      Mon Jun 21 13:08:31 1999
@@ -43,7 +43,7 @@
   all : $(PROG)
 + 
 + install:
-+      $(INSTALL) -c -s $(PROG) /usr/local/bin
++      $(INSTALL) -c -s $(PROG) $(PREFIX)/bin
 + clean:
 +      rm -fr $(OBJS) $(OBJSIP) $(PROG)


>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?199906210901.LAA03166>