$OpenBSD: patch-Makefile,v 1.1.1.1 2001/04/13 20:56:05 lebel Exp $
--- Makefile.orig	Thu Jan 18 02:17:18 2001
+++ Makefile	Tue Apr 10 21:47:21 2001
@@ -3,9 +3,6 @@
 # User Options
 ######################################################################
 
-# Directory where qiv will be installed under.
-PREFIX = /usr/local
-
 # Font to use for statusbar in fullscreen mode
 STATUSBAR_FONT = "fixed"
 
@@ -24,7 +21,7 @@ FILTER = 1
 EXTNS = GIF TIFF XPM XBM PNG PPM PNM PGM PCX BMP EIM JPEG TGA
 
 # Comment this line out if your system doesn't have getopt_long().
-GETOPT_LONG = -DHAVE_GETOPT_LONG
+GETOPT_LONG = 
 
 # This program will be run on the manual page after it is installed.
 # If you don't want to compress the manpage, change it to 'true'.
@@ -112,11 +109,6 @@ install: $(PROGRAM)
 	@echo "Installing..."
 	install -s -m 0755 $(PROGRAM) $(PREFIX)/bin
 	install -m 0644 $(PROGRAM).1 $(PREFIX)/man/man1
-	$(COMPRESS_PROG) $(PREFIX)/man/man1/$(PROGRAM).1
-	@if ./qiv -o white -f ./intro.jpg ; \
-	then echo "-- Test Passed --" ; \
-	else echo "-- Test Failed --" ; \
-	fi
 
 install-xscreensaver: install
 	@echo "#!/bin/sh" > $(SS_PROG)
