aboutsummaryrefslogtreecommitdiffstats
path: root/games/54321/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-11-01 03:03:31 +0800
committerkrion <krion@FreeBSD.org>2005-11-01 03:03:31 +0800
commitc8ff43353c9405847691f3e2537126ab6c51f06f (patch)
tree3eb6fa0d2c4cb53154b23b86ca76cc04dde70854 /games/54321/files
parent482323e008948a29873b870cdeea773abc190b92 (diff)
downloadfreebsd-ports-gnome-c8ff43353c9405847691f3e2537126ab6c51f06f.tar.gz
freebsd-ports-gnome-c8ff43353c9405847691f3e2537126ab6c51f06f.tar.zst
freebsd-ports-gnome-c8ff43353c9405847691f3e2537126ab6c51f06f.zip
Use ${LOCALBASE} instead of hardcoded path.
Pet portlint(1). PR: ports/88202 Submitted by: maintainer
Diffstat (limited to 'games/54321/files')
-rw-r--r--games/54321/files/variables.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/54321/files/variables.GNU b/games/54321/files/variables.GNU
index b833cd43716b..f6d1e4a617a4 100644
--- a/games/54321/files/variables.GNU
+++ b/games/54321/files/variables.GNU
@@ -5,8 +5,8 @@ STRIP := strip
MKDIR_CMD = test -d $(@D) || mkdir -p $(@D)
############################################################
-SDL := /usr/local
-SDL_IMAGE := /usr/local
+SDL := ${LOCALBASE}
+SDL_IMAGE := ${LOCALBASE}
CPPFLAGS += -I${SDL}/include/SDL11 -I${SDL_IMAGE}/include/SDL11
LDFLAGS += \