Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  5 Aug 2006 21:20:25 +0200 (CEST)
From:      Gabor Kovesdan <gkovesdan@t-hosting.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gkovesdan@t-hosting.hu>
Subject:   ports/101428: [maintainer update] net/cryptcat
Message-ID:  <20060805192025.A6B0C28A115@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608051930.k75JUC9X080162@freefall.freebsd.org>

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

>Number:         101428
>Category:       ports
>Synopsis:       [maintainer update] net/cryptcat
>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:12 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:

--- net-cryptcat.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/net/cryptcat/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	30 Oct 2005 13:21:29 -0000	1.8
+++ Makefile	4 Aug 2006 17:27:08 -0000
@@ -24,7 +24,7 @@
 PORTDOCS=	README.cryptcat
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${TARGETDIR}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
--- net-cryptcat.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?20060805192025.A6B0C28A115>