diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-20 21:43:39 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-20 21:43:39 +0000 |
commit | 2a773c0614013450c8247dc7432c93006df6921b (patch) | |
tree | f2f511dc95b1069d1088409da6668089cb927a9c /games/quake3-data | |
parent | ed75aa39aa049fb4a71ae445a29dd676313ebbd5 (diff) | |
download | ports-2a773c0614013450c8247dc7432c93006df6921b.tar.gz ports-2a773c0614013450c8247dc7432c93006df6921b.zip |
Notes
Diffstat (limited to 'games/quake3-data')
-rw-r--r-- | games/quake3-data/Makefile.include | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quake3-data/Makefile.include b/games/quake3-data/Makefile.include index 798e545a4268..8f1caeb5e52f 100644 --- a/games/quake3-data/Makefile.include +++ b/games/quake3-data/Makefile.include @@ -1,14 +1,14 @@ -# Makefile for defining variables used by other Doom related ports. +# Makefile for defining variables used by other Quake3 related ports. # Set variables. Q3PKGNAMEPREFIX?=quake3- -Q3DIR?= ${LOCALBASE}/share/quake3 +Q3DIR?= ${PREFIX}/share/quake3 # Add them to the environment. MAKE_ENV+= Q3DIR="${Q3DIR}" -PLIST_SUB+= Q3DIR="${Q3DIR:S/${LOCALBASE}\///}" +PLIST_SUB+= Q3DIR="${Q3DIR:S/${PREFIX}\///}" SUB_LIST+= Q3DIR="${Q3DIR}" # Add the dependency. |