diff options
author | phantom <phantom@FreeBSD.org> | 2001-10-01 14:35:19 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-10-01 14:35:19 +0000 |
commit | ceaf4fa4d5c6c4c7b5eebf26b74270e8772d32ec (patch) | |
tree | a6bfead6fe7b6f9e56c56a25591922a372f54ec2 /devel/bugzilla | |
parent | 786cdac82977941e2b7430f2deeb5434733b2b41 (diff) | |
download | FreeBSD-ports-ceaf4fa4d5c6c4c7b5eebf26b74270e8772d32ec.zip FreeBSD-ports-ceaf4fa4d5c6c4c7b5eebf26b74270e8772d32ec.tar.gz |
Use two colons after "pre-everything" target
Requested by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'devel/bugzilla')
-rw-r--r-- | devel/bugzilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 71f3003..852decf 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -38,7 +38,7 @@ BUGZILLADIR= ${PREFIX}/www/data.default/bugzilla BUGZILLADOCS= html images txt rel_notes.txt BONSAIPERLWC= *.cgi *.pl *.pm processmail syncshadowdb -pre-everything: +pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following options:" @${ECHO_MSG} "" |