openbsd-ports/x11/xcursorgen/patches/patch-whiteglass-Imakefile
2003-04-24 21:42:38 +00:00

14 lines
454 B
Plaintext

$OpenBSD: patch-whiteglass-Imakefile,v 1.1 2003/04/24 21:42:38 matthieu Exp $
--- whiteglass/Imakefile.orig Thu Apr 3 21:09:27 2003
+++ whiteglass/Imakefile Thu Apr 24 23:29:10 2003
@@ -10,7 +10,7 @@ THEMEDIR=$(ICONDIR)/$(THEME)/cursors
all:: name @@\
@@\
name: name.cfg CursorSources(name) @@\
- $(XCURSORGEN) name.cfg name @@\
+ ../xcursorgen name.cfg name @@\
@@\
clean:: @@\
$(RM) name @@\