summaryrefslogtreecommitdiff
path: root/converters/ish/patches/patch-aa
blob: 599a9899691f7249fa7b20c611ecafa6f14bff98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.1 2001/08/20 02:50:56 jlam Exp $

--- makefile.orig	Sun Aug  5 07:04:08 1990
+++ makefile
@@ -1,7 +1,7 @@
-DEST = .
+DEST = ${PREFIX}/bin
 #CFLAGS = -O -DSysV
-CFLAGS = -O
-LDFLAGS = -s
+#CFLAGS = -O
+#LDFLAGS = -s
 
 SRCS = crc.c decode.c encode.c ish.c jis7.c jis8.c sjis.c njis.c
 OBJS = crc.o decode.o encode.o ish.o jis7.o jis8.o sjis.o njis.o
@@ -18,7 +18,7 @@
 
 install: $(ISH)
 	@echo Installing $(ISH) in $(DEST)
-	@install -s $(ISH) $(DEST)
+	@${BSD_INSTALL_PROGRAM} $(ISH) $(DEST)
 
 $(OBJS) : $(HDRS)