aboutsummaryrefslogtreecommitdiffstats
path: root/games/xpipeman
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-07-27 10:47:44 +0800
committerpat <pat@FreeBSD.org>2002-07-27 10:47:44 +0800
commit745966056534100556d71a828396e976d004066d (patch)
tree5c4677784d2c11a7d4a318801108b03ca2aa0d8a /games/xpipeman
parenta2e81cbdb2e622c276c287550444cbb5447a28b6 (diff)
downloadfreebsd-ports-gnome-745966056534100556d71a828396e976d004066d.tar.gz
freebsd-ports-gnome-745966056534100556d71a828396e976d004066d.tar.zst
freebsd-ports-gnome-745966056534100556d71a828396e976d004066d.zip
Support PREFIX properly
PR: ports/41031 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/xpipeman')
-rw-r--r--games/xpipeman/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xpipeman/files/patch-ab b/games/xpipeman/files/patch-ab
index 318169ed2d73..330988abe512 100644
--- a/games/xpipeman/files/patch-ab
+++ b/games/xpipeman/files/patch-ab
@@ -3,7 +3,7 @@
@@ -1,7 +1,7 @@
- SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\"
-+ SCORE_FILE = -DSCORE_FILE=\"/usr/X11R6/lib/X11/xpipescores\"
++ SCORE_FILE = -DSCORE_FILE=\"$(LIBDIR)/xpipescores\"
MAXSCORES = -DMAXSCORES=20
- DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
+ DEFINES = $(SCORE_FILE) $(MAXSCORES)