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

(-)japanese/ewipe/Makefile (-3 lines)
Lines 7-16 Link Here
7
7
8
CATEGORIES=	japanese
8
CATEGORIES=	japanese
9
9
10
RUN_DEPENDS=	wish4.2jp:${PORTSDIR}/japanese/tk42
11
12
MASTERDIR=	${.CURDIR}/../../misc/ewipe
10
MASTERDIR=	${.CURDIR}/../../misc/ewipe
13
PATCHDIR=	${.CURDIR}/files
14
COMMENT=	${.CURDIR}/pkg-comment
11
COMMENT=	${.CURDIR}/pkg-comment
15
12
16
KANJI=		yes
13
KANJI=		yes
(-)japanese/ewipe/files/patch-aa (-20 lines)
Lines 1-20 Link Here
1
--- ewipe.orig	Sun Apr 12 10:59:29 1998
2
+++ ewipe	Sun Apr 12 10:59:57 1998
3
@@ -1,6 +1,6 @@
4
 #!/bin/sh
5
 # the next line restarts using wish \
6
-exec wish "$0" "--" "$@"
7
+exec wish4.2jp "$0" "--" "$@"
8
 
9
 #                                                 #
10
 #     EWIPE : Extended WIPE (Editor for WIPE)     #
11
@@ -20,7 +20,8 @@
12
 #     set PATH /usr/local/lib/ewipe               #
13
 #                                                 #
14
 
15
-set PATH .
16
+#set PATH .
17
+set PATH /usr/local/lib/ewipe
18
 
19
 ###################################################
20

Return to bug 22058