From ae28f8cc61f5e7a3a30ff9a6e336c9b372792c56 Mon Sep 17 00:00:00 2001 From: lioux Date: Thu, 6 Sep 2001 04:00:24 +0000 Subject: Use real relative directory references, i.e., add ${.CURDIR} to them :) Noticed by: Randy Pratt --- net/punkbuster/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/punkbuster') diff --git a/net/punkbuster/Makefile b/net/punkbuster/Makefile index 46a37a55607..3ffcfad4659 100644 --- a/net/punkbuster/Makefile +++ b/net/punkbuster/Makefile @@ -31,7 +31,7 @@ STRIP_LINUX= ${LINUXBASE}/usr/bin/strip PUNKBUSTER_DIR= /usr/games/punkbuster/ PUNKBUSTER_PROGRAM= pb -PUNKBUSTER_DATA_PORT= ../punkbuster-data +PUNKBUSTER_DATA_PORT= ${.CURDIR}/../punkbuster-data PUNKBUSTER_DATA!= cd ${PUNKBUSTER_DATA_PORT} && ${MAKE} -V PUNKBUSTER_DATA PUNKBUSTER_DATA_DISTFILES!= cd ${PUNKBUSTER_DATA_PORT} && ${MAKE} -V DISTFILES PUNKBUSTER_DOC_DIR= usr/doc/${PKGNAME}/ -- cgit