diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-06 12:00:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-06 12:00:24 +0800 |
commit | ae28f8cc61f5e7a3a30ff9a6e336c9b372792c56 (patch) | |
tree | 57f0e084e90f29830c90fd1e6c7e3829266633a3 /net/punkbuster | |
parent | ad0a7e0b51283f0343d9fee9d0c869df83a8c098 (diff) | |
download | freebsd-ports-graphics-ae28f8cc61f5e7a3a30ff9a6e336c9b372792c56.tar.gz freebsd-ports-graphics-ae28f8cc61f5e7a3a30ff9a6e336c9b372792c56.tar.zst freebsd-ports-graphics-ae28f8cc61f5e7a3a30ff9a6e336c9b372792c56.zip |
Use real relative directory references, i.e., add ${.CURDIR} to them :)
Noticed by: Randy Pratt <rpratt@ezwv.com>
Diffstat (limited to 'net/punkbuster')
-rw-r--r-- | net/punkbuster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}/ |