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 | |
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>
-rw-r--r-- | devel/bugzilla/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla2/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla3/Makefile | 2 |
3 files changed, 3 insertions, 3 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} "" diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index 71f3003..852decf 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/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} "" diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 71f3003..852decf 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/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} "" |