--- unrtf-0.19.3.orig/Makefile
+++ unrtf-0.19.3/Makefile
@@ -25,7 +25,7 @@
 #
 
 
-CFLAGS=-g -Wall
+CFLAGS=-g -O2 -Wall
 CC=gcc
 
 OBJS=convert.o word.o error.o main.o hash.o \
@@ -57,7 +57,7 @@
 	rm -f ${OBJS}
 
 install:	${TARGET}
-	cp ${TARGET} /usr/local/bin
+	cp ${TARGET} ${DESTDIR}/usr/bin
 
 attr.o: attr.c defs.h error.h attr.h main.h malloc.h
 convert.o: convert.c attr.h convert.h defs.h error.h hash.h main.h malloc.h \
