1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Use real relative directory references, i.e., add ${.CURDIR} to them :)

Noticed by:	Randy Pratt <rpratt@ezwv.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-09-06 04:00:24 +00:00
parent 8af42058a3
commit b98ad6bb14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47463
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ DESCR= ${PUNKBUSTER_PORT}/pkg-descr
PKGMESSAGE= ${PUNKBUSTER_PORT}/pkg-message
USE_LINUX_PREFIX= yes
PUNKBUSTER_PORT= ../punkbuster
PUNKBUSTER_PORT= ${.CURDIR}/../punkbuster
# the later is not working, hummm. Help?
#PUNKBUSTER_DIR!= cd ${PUNKBUSTER_PORT} && ${MAKE} -V PUNKBUSTER_DIR
PUNKBUSTER_DIR= /usr/games/punkbuster

View File

@ -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}/