diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-01 21:53:47 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-01 21:53:47 +0000 |
commit | 359c5a4ce688d1308fb24077b5ce0b0f1e9faa66 (patch) | |
tree | 052864b02c48ed0769e3d9336ef6e9541f10641f /net | |
parent | Add devel/c4, a CVS-like Frontend to Perforce. (diff) |
pre-everything requires two colons, not one
Found by: Dan Langille <dan@langille.org> && FreshPorts(TM)(C)(R)(SM)
Notes
Notes:
svn path=/head/; revision=47298
Diffstat (limited to 'net')
-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 08da34a1e8a3..46a37a556074 100644 --- a/net/punkbuster/Makefile +++ b/net/punkbuster/Makefile @@ -36,7 +36,7 @@ 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}/ -pre-everything: pkgmessage-output +pre-everything:: pkgmessage-output post-extract: .for file in ${PUNKBUSTER_DATA_DISTFILES} |