openbsd-ports/audio/ascd/patches/patch-misc_dirs_h_default
wilfried f4429914ec Import of ascd-0.13.2 (from freebsd-ports)
ascd is a CD player that can be "docked" on the Afterstep Wharf or the
Window Maker dock.

ok naddy@
2001-02-06 11:52:43 +00:00

11 lines
414 B
Plaintext

$OpenBSD: patch-misc_dirs_h_default,v 1.1.1.1 2001/02/06 11:52:44 wilfried Exp $
--- misc/dirs.h.default.orig Mon Apr 19 19:24:12 1999
+++ misc/dirs.h.default Sat Feb 3 16:16:50 2001
@@ -1,3 +1,3 @@
-#define CBINDIR /usr/local/bin
-#define CMANDIR /usr/local/man/man1
-#define CTHDIR /usr/local/share/AScd
+#define CBINDIR %%PREFIX%%/bin
+#define CMANDIR %%PREFIX%%/man/man1
+#define CTHDIR %%PREFIX%%/share/AScd