[PATCH] security/p5-Net-SSLeay: Respect DESTDIR

Gea-Suan Lin gslin at gslin.org
Fri Aug 11 20:16:20 UTC 2006


>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 at 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 @@
+ at 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 ---



More information about the freebsd-perl mailing list