Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 04:16:19 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   [PATCH] security/p5-Net-SSLeay: Respect DESTDIR
Message-ID:  <20060811201619.4FD8E116@netnews.NCTU.edu.tw>

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

>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] security/p5-Net-SSLeay: Respect DESTDIR
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.1-RELEASE i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Respect DESTDIR

Port maintainer (perl@FreeBSD.org) is cc'd.

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

--- p5-Net-SSLeay-1.30_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SSLeay/Makefile /home/staff/gslin/work/p5-Net-SSLeay/Makefile
--- /usr/ports/security/p5-Net-SSLeay/Makefile	Tue Jan 10 16:40:12 2006
+++ /home/staff/gslin/work/p5-Net-SSLeay/Makefile	Sat Aug 12 04:15:47 2006
@@ -23,7 +23,7 @@
 
 MAN3=		Net::SSLeay.3 Net::SSLeay::Handle.3
 
-EXAMPLESDIR=	${PREFIX}/share/examples/p5-Net-SSLeay
+EXAMPLESDIR=	${TARGETDIR}/share/examples/p5-Net-SSLeay
 SRCDIR=		${WRKSRC}/examples
 
 .if !defined(NOPORTDOCS)
diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SSLeay/pkg-plist /home/staff/gslin/work/p5-Net-SSLeay/pkg-plist
--- /usr/ports/security/p5-Net-SSLeay/pkg-plist	Sun Jan 22 10:50:49 2006
+++ /home/staff/gslin/work/p5-Net-SSLeay/pkg-plist	Sat Aug 12 04:14:51 2006
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay/Handle.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/ptrtstrun.pl
--- p5-Net-SSLeay-1.30_1.patch ends here ---




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