blob: fd2d4a750692099461fcf522dba62419ac887e1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$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
|