diff options
Diffstat (limited to 'wm/icepref/patches/patch-aa')
-rw-r--r-- | wm/icepref/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/wm/icepref/patches/patch-aa b/wm/icepref/patches/patch-aa new file mode 100644 index 00000000000..6aba1ce452f --- /dev/null +++ b/wm/icepref/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/06/21 15:09:47 agc 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 +\ No newline at end of file ++ rm -f $(PREFIX)/man/man1/icepref.1 |