diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
commit | 2c31cf01f2df98206684cc980aacec3c320afe63 (patch) | |
tree | 5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /games/q2p | |
parent | ab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff) | |
download | freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.gz freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.zst freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.zip |
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
Diffstat (limited to 'games/q2p')
-rw-r--r-- | games/q2p/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/q2p/files/patch-Makefile b/games/q2p/files/patch-Makefile index 0539957c3fcb..c5a9b9d05cca 100644 --- a/games/q2p/files/patch-Makefile +++ b/games/q2p/files/patch-Makefile @@ -139,7 +139,7 @@ -LOCALBASE= /usr/local -GAMEBASE= /usr/local -SYSBINDIR=$(LOCALBASE)/bin -+X11BASE?= /usr/X11R6 ++X11BASE?= /usr/local +LOCALBASE?= /usr/local +GAMEBASE?= $(PREFIX) +SYSBINDIR?= $(PREFIX)/bin |