aboutsummaryrefslogtreecommitdiff
path: root/games/quake-data
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-12 06:35:05 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-12 06:35:05 +0000
commit459303bbf89ffb7d06079da088a4cc1b4961fb93 (patch)
tree53f9365d230def53724ebf876a9ebfcf5a9a5b69 /games/quake-data
parenta4336b798b285774b3b1fb7fdc8d492b389543c5 (diff)
downloadports-459303bbf89ffb7d06079da088a4cc1b4961fb93.tar.gz
ports-459303bbf89ffb7d06079da088a4cc1b4961fb93.zip
- Slightly improve usage description (comment) in quake2-data/Makefile.include
- Synchronize other games' -data/Makefile.include files (consistently use LOCALBASE, drop obvious comments, adjust formatting, etc.)
Notes
Notes: svn path=/head/; revision=317933
Diffstat (limited to 'games/quake-data')
-rw-r--r--games/quake-data/Makefile.include8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/quake-data/Makefile.include b/games/quake-data/Makefile.include
index 93cc12214fa2..ee576884bd34 100644
--- a/games/quake-data/Makefile.include
+++ b/games/quake-data/Makefile.include
@@ -1,19 +1,13 @@
# Makefile for defining variables used by other Quake related ports. See
-# `games/quake2-data/Makefile.include' for extensive description.
-
-# Set variables
+# `games/quake2-data/Makefile.include' for extensive description and usage.
Q1PKGNAMEPREFIX?= quake-
Q1DIR?= ${LOCALBASE}/share/quake
-# Add them to the environment
-
MAKE_ENV+= Q1DIR="${Q1DIR}"
PLIST_SUB+= Q1DIR="${Q1DIR:S/${LOCALBASE}\///}"
SUB_LIST+= Q1DIR="${Q1DIR}"
-# Add the dependency
-
.if ${PORTNAME} != "data"
RUN_DEPENDS+= ${Q1DIR}/id1/pak0.pak:${PORTSDIR}/games/quake-data
.endif