Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 02:47:08 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/101836: [MAINTAINER] sysutils/fusefs-unionfs: Respect DESTDIR
Message-ID:  <20060811184708.18078371@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608111850.k7BIoGVf012602@freefall.freebsd.org>

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

>Number:         101836
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/fusefs-unionfs: Respect DESTDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 18:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Respect DESTDIR

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fusefs-unionfs-0.15.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-unionfs/Makefile /home/staff/gslin/work/fusefs-unionfs/Makefile
--- /usr/ports/sysutils/fusefs-unionfs/Makefile	Wed Aug  9 03:18:28 2006
+++ /home/staff/gslin/work/fusefs-unionfs/Makefile	Sat Aug 12 02:46:47 2006
@@ -29,7 +29,7 @@
 	 -o unionfs *.c -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/unionfs ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/unionfs ${TARGETDIR}/bin
 
 .include <bsd.port.pre.mk>
 
--- fusefs-unionfs-0.15.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?20060811184708.18078371>