View | Details | Raw Unified | Return to bug 197920 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 17-22 Link Here
17
MAINTAINER=	rodrigo@FreeBSD.org
17
MAINTAINER=	rodrigo@FreeBSD.org
18
COMMENT=	The Public Domain Korn Shell
18
COMMENT=	The Public Domain Korn Shell
19
19
20
BUILD_DEPENDS=	tradcpp:${PORTSDIR}/devel/tradcpp
21
20
LICENSE=	BSD3CLAUSE
22
LICENSE=	BSD3CLAUSE
21
23
22
OPTIONS_DEFINE=	STATIC
24
OPTIONS_DEFINE=	STATIC
(-)files/patch-Makefile.in (-3 / +12 lines)
Lines 1-6 Link Here
1
--- Makefile.in	2014-02-19 10:09:23.000000000 +0100
1
--- Makefile.in.orig	1999-07-13 17:06:53 UTC
2
+++ Makefile.in	2014-02-19 10:09:57.000000000 +0100
2
+++ Makefile.in
3
@@ -26,8 +26,8 @@
3
@@ -6,7 +6,7 @@ srcdir = @srcdir@
4
 VPATH = @srcdir@
5
 
6
 CC = @CC@
7
-CPP = @CPP@
8
+CPP = tradcpp
9
 
10
 INSTALL = @INSTALL@
11
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
12
@@ -26,8 +26,8 @@ prefix = @prefix@
4
 exec_prefix = @exec_prefix@
13
 exec_prefix = @exec_prefix@
5
 transform=@program_transform_name@
14
 transform=@program_transform_name@
6
 
15
 

Return to bug 197920