summaryrefslogtreecommitdiff
path: root/audio/ascd/files/patch-ab
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-08-06 20:27:11 +0000
committerJim Mock <jim@FreeBSD.org>2000-08-06 20:27:11 +0000
commit52980b4ae83b0aba62dce41add26109e40ed9bea (patch)
tree7651bb43558cdb61865f966b1433503564551301 /audio/ascd/files/patch-ab
parentUpdate to 1.4.1 (diff)
Support CFLAGS/PREFIX properly.
PR: 20413 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=31351
Diffstat (limited to 'audio/ascd/files/patch-ab')
-rw-r--r--audio/ascd/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ascd/files/patch-ab b/audio/ascd/files/patch-ab
index ba7c495c4e3e..9b950f0f898b 100644
--- a/audio/ascd/files/patch-ab
+++ b/audio/ascd/files/patch-ab
@@ -4,6 +4,6 @@
-#define CBINDIR /usr/local/bin
-#define CMANDIR /usr/local/man/man1
-#define CTHDIR /usr/local/share/AScd
-+#define CBINDIR /usr/X11R6/bin
-+#define CMANDIR /usr/X11R6/man/man1
-+#define CTHDIR /usr/X11R6/share/ascd
++#define CBINDIR %%PREFIX%%/bin
++#define CMANDIR %%PREFIX%%/man/man1
++#define CTHDIR %%PREFIX%%/share/ascd