diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-27 02:47:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-27 02:47:44 +0000 |
commit | ef4c34b404aaf8a5ab02f2dc4205240917e0538e (patch) | |
tree | bc874d9eb116c9f4eac8eb0c9e67dcf67b18843a /games/xpipeman | |
parent | Update to 1.31.1 (diff) |
Support PREFIX properly
PR: ports/41031
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=63619
Diffstat (limited to 'games/xpipeman')
-rw-r--r-- | games/xpipeman/files/patch-ab | 2 |
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) |