Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 20:54:03 +0200 (CEST)
From:      Nick Hibma <nick.hibma@jrc.it>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12212: [PATCH] audio/s2mod installs into /usr/local not ${PREFIX}
Message-ID:  <199906141854.UAA76769@elpc36.jrc.it>

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

>Number:         12212
>Category:       ports
>Synopsis:       [PATCH] audio/s2mod installs into /usr/local not ${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 14 12:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

ports as of this afternoon 16:00

>Description:

audio/s2mod installs into /usr/local not ${PREFIX}. The patch-aa file is
incorrect.

>How-To-Repeat:

cd /usr/ports/audio/s3mod
make PREFIX=/see/my/previous/bug/report install

>Fix:

Again a patch file for a patch file (s#/usr/local#${PREFIX}#)

--- patch-ab.orig       Mon Jun 14 22:59:55 1999
+++ patch-ab    Mon Jun 14 23:00:05 1999
@@ -32,7 +32,7 @@
        makedepend $(CFLAGS) $(LFLAGS) $(LIBS) $(CFILES)
 +
 +install:
-+      install -c -m 555 s3mod /usr/local/bin
++      install -c -m 555 s3mod ${PREFIX}/bin
  
  # DO NOT DELETE THIS LINE -- make depend depends on it.
  


>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?199906141854.UAA76769>