ports/101796: [patch] archivers/9e

Gabor Kovesdan gabor at FreeBSD.org
Fri Aug 11 09:10:17 UTC 2006


>Number:         101796
>Category:       ports
>Synopsis:       [patch] archivers/9e
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 09:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Respect DESTDIR

>How-To-Repeat:
>Fix:

--- archivers-9e.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/archivers/9e/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	19 Apr 2005 08:25:09 -0000	1.11
+++ Makefile	11 Aug 2006 09:01:54 -0000
@@ -18,6 +18,6 @@
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/9e ${TARGETDIR}/bin
 
 .include <bsd.port.mk>
--- archivers-9e.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list