summaryrefslogtreecommitdiffstats
path: root/japanese/mimekit/files/patch-aa
blob: 4173fedb8244ef577420b185cf63fd3846cc82e6 (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
25
26
27
28
29
30
31
32
33
--- ./Makefile.org	Fri Dec  1 23:55:07 1995
+++ ./Makefile	Fri Apr 26 01:15:07 1996
@@ -12,7 +12,7 @@
 MMDIR =		../../../src
 MMSDIR =	../
 DGDIR =		../src
-INSTDIR =	/usr/local/lib
+INSTDIR =	${PREFIX}/lib
 
 LOCALFILES =	README \
 		README.jp \
@@ -52,7 +52,7 @@
 ALL =		toMime fromMime enMime deMime test.out bench
 
 CC =		cc
-CFLAGS =	-O
+CFLAGS +=	-O
 RM =		rm -f
 RANLIB =	`./mkranlib`
 TAR =		tar
@@ -98,9 +98,9 @@
 		enMime deMime bench.o test.out
 
 install:	fromMime toMime $(LIBMKIT)
-		install -o bin -g bin -m 755 fromMime $(INSTDIR)
-		install -o bin -g bin -m 755 toMime $(INSTDIR)
-		install -o root -g staff -m 644 $(LIBMKIT) $(INSTDIR)
+		install -cs -o bin -g bin -m 755 fromMime $(INSTDIR)
+		install -cs -o bin -g bin -m 755 toMime $(INSTDIR)
+		install -o bin -g bin -m 644 $(LIBMKIT) $(INSTDIR)
 		$(RANLIB) $(INSTDIR)/$(LIBMKIT)
 
 config.h:;	ln -s $(MMDIR)/config.h .
OpenPOWER on IntegriCloud