Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Aug 2006 00:42:37 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   ports/101675: [patch] devel/portlint
Message-ID:  <20060808224237.7D9CA28A0CB@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608082250.k78MoDYC030156@freefall.freebsd.org>

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

>Number:         101675
>Category:       ports
>Synopsis:       [patch] devel/portlint
>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:   Tue Aug 08 22:50:13 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@spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Respect DESTDIR

>How-To-Repeat:
>Fix:

--- devel-portlint.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/devel/portlint/Makefile,v
retrieving revision 1.111
diff -u -r1.111 Makefile
--- Makefile	6 Aug 2006 22:36:45 -0000	1.111
+++ Makefile	8 Aug 2006 22:40:05 -0000
@@ -37,7 +37,7 @@
 		${WRKSRC}/portlintgrep.pl
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint
+	${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${TARGETDIR}/bin/portlint
 	${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl ${EXAMPLESDIR}/portlintgrep
--- devel-portlint.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060808224237.7D9CA28A0CB>