diff options
author | krion <krion@FreeBSD.org> | 2005-11-01 03:03:31 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-11-01 03:03:31 +0800 |
commit | c8ff43353c9405847691f3e2537126ab6c51f06f (patch) | |
tree | 3eb6fa0d2c4cb53154b23b86ca76cc04dde70854 /games/54321/files | |
parent | 482323e008948a29873b870cdeea773abc190b92 (diff) | |
download | freebsd-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.GNU | 4 |
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 += \ |