$NetBSD: patch-aa,v 1.2 2000/09/24 03:53:44 hubertf Exp $

--- makefile.orig	Wed Jun 16 23:07:37 1999
+++ makefile	Wed Jun 16 23:20:05 1999
@@ -1,10 +1,10 @@
 all : bin
 
 PROG=sci
-INSTALL=/usr/local/bin
-MAN=/usr/man/man1
-COPT=-DUSLEEP
-CURSES=-lncurses
+INSTALL=${PREFIX}/bin
+MAN=${PREFIX}/man/man1
+COPT=-DUSLEEP
+CURSES= -lcurses
 
 $(PROG).o : $(PROG).c
 	gcc  -O3 $(COPT) -Wall -pedantic -c $(PROG).c
@@ -27,6 +27,6 @@
 	rm -f *.bak
 install :
 	cp sci $(INSTALL)
-	cp sci.1.gz $(MAN)
+	cp sci.1 $(MAN)
 
 bin : $(PROG)
