$NetBSD: patch-aa,v 1.2 2002/08/11 04:13:36 dmcmahill Exp $

--- Makefile.orig	Tue Dec 28 20:53:24 1999
+++ Makefile
@@ -1,6 +1,8 @@
 # Makefile for icepref installation
-PREFIX=/usr/X11R6
+PREFIX=${LOCALBASE}
 VERSION=1.0Beta
+all:
+	echo "no compilling needed"
 install:
 	cp -f icepref $(PREFIX)/bin/icepref
 	cp -f icepref.1 $(PREFIX)/man/man1/icepref.1
@@ -13,4 +15,4 @@
 
 uninstall:
 	rm -f $(PREFIX)/bin/icepref
-	rm -f $(PREFIX)/man/man1/icepref.1
+	rm -f $(PREFIX)/man/man1/icepref.1
