View | Details | Raw Unified | Return to bug 208100
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	interchange
4
PORTNAME=	interchange
5
PORTVERSION=	5.6.1
5
PORTVERSION=	5.6.3
6
PORTREVISION=	5
7
CATEGORIES=	www perl5
6
CATEGORIES=	www perl5
8
MASTER_SITES=	http://ftp.icdevgroup.org/interchange/5.6/tar/
7
MASTER_SITES=	http://ftp.icdevgroup.org/interchange/5.6/tar/
9
8
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (interchange-5.6.1.tar.bz2) = e52b9dbcdbc0092b34b8a27d3d2772a8e0c35538dbee21255d8bf11054a315f8
1
SHA256 (interchange-5.6.3.tar.bz2) = da489c5ec942a346e8e38bb7862ceaa76d97da689117037247fba131a7bd717e
2
SIZE (interchange-5.6.1.tar.bz2) = 2067230
2
SIZE (interchange-5.6.3.tar.bz2) = 2059781
(-)files/patch-Makefile.PL (-22 lines)
Lines 1-22 Link Here
1
From: René Hertell <interchange@hertell.com>
2
Date: Wed, 24 Jun 2009 15:28:50 +0000 (+0300)
3
Subject: Fixed Makefile.PL to honour the DESTDIR-variable when doing eg. "make DESTDIR=/tmp... 
4
X-Git-Tag: REL_5_7_2~51
5
X-Git-Url: http://git.icdevgroup.org/?p=interchange.git;a=commitdiff_plain;h=837be0427f40fd8f2d34fc3d6bbdc4d84aeb4ad3
6
7
Fixed Makefile.PL to honour the DESTDIR-variable when doing eg. "make DESTDIR=/tmp/pacage install"
8
---
9
10
diff --git a/Makefile.PL b/Makefile.PL
11
index ec81b8c..b26c529 100644
12
--- Makefile.PL
13
+++ Makefile.PL
14
@@ -739,7 +739,7 @@ sub MY::install {
15
 		next unless $MV::Default{$_};
16
 		push @args, "$_=$MV::Default{$_}";
17
 	}
18
-	push @args, 'final=$(INSTALLARCHLIB)';
19
+	push @args, 'final=$(DESTDIR)$(INSTALLARCHLIB)';
20
 
21
 	my $argstring = join " ", @args;
22
 
(-)pkg-plist (+1 lines)
Lines 198-203 Link Here
198
interchange/code/SystemTag/salestax.coretag
198
interchange/code/SystemTag/salestax.coretag
199
interchange/code/SystemTag/scratch.coretag
199
interchange/code/SystemTag/scratch.coretag
200
interchange/code/SystemTag/scratchd.coretag
200
interchange/code/SystemTag/scratchd.coretag
201
interchange/code/SystemTag/search.coretag
201
interchange/code/SystemTag/search_region.coretag
202
interchange/code/SystemTag/search_region.coretag
202
interchange/code/SystemTag/selected.coretag
203
interchange/code/SystemTag/selected.coretag
203
interchange/code/SystemTag/set.coretag
204
interchange/code/SystemTag/set.coretag

Return to bug 208100