Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 02:08:25 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101828: [MAINTAINER] textproc/csvdiff: Respect DESTDIR
Message-ID:  <20060811180135.63A482E972@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200608111810.k7BIAEkI008669@freefall.freebsd.org>

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

>Number:         101828
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/csvdiff: 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:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun  2 16:44:35 CST
>Description:
 - Respect DESTDIR

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

--- csvdiff-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/csvdiff/Makefile /usr/home/chinsan/project/csvdiff/Makefile
--- /usr/ports/textproc/csvdiff/Makefile	Wed Jul 12 13:53:15 2006
+++ /usr/home/chinsan/project/csvdiff/Makefile	Sat Aug 12 01:52:55 2006
@@ -25,7 +25,7 @@
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
-		${PREFIX}/bin/${PORTNAME}
+		${TARGETDIR}/bin/${PORTNAME}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for i in ${PORTDOCS}
--- csvdiff-1.3.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?20060811180135.63A482E972>