Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  5 Aug 2006 21:25:32 +0200 (CEST)
From:      Gabor Kovesdan <gkovesdan@t-hosting.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gkovesdan@t-hosting.hu>
Subject:   ports/101431: [maintainer update] security/symbion-sslproxy
Message-ID:  <20060805192532.D5D1328A115@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608051930.k75JUFJj080254@freefall.freebsd.org>

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

>Number:         101431
>Category:       ports
>Synopsis:       [maintainer update] security/symbion-sslproxy
>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:   Sat Aug 05 19:30:15 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:

--- security-symbion-sslproxy.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/security/symbion-sslproxy/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	13 May 2006 04:15:17 -0000	1.2
+++ Makefile	4 Aug 2006 17:32:41 -0000
@@ -30,7 +30,7 @@
 			-e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile.global
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${PREFIX}/sbin
+	${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${TARGETDIR}/sbin
 
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
--- security-symbion-sslproxy.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?20060805192532.D5D1328A115>