aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf268
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-03-01 06:53:02 +0800
committerkris <kris@FreeBSD.org>2003-03-01 06:53:02 +0800
commit096942392ee46ef8297273fb3fa2a313f931c0c0 (patch)
tree4ec8afc18af70d92d853cc763b3bed101e723438 /devel/autoconf268
parent75b1e7b4c906e864b55998aa91968febb68a6be7 (diff)
downloadfreebsd-ports-gnome-096942392ee46ef8297273fb3fa2a313f931c0c0.tar.gz
freebsd-ports-gnome-096942392ee46ef8297273fb3fa2a313f931c0c0.tar.zst
freebsd-ports-gnome-096942392ee46ef8297273fb3fa2a313f931c0c0.zip
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
Diffstat (limited to 'devel/autoconf268')
-rw-r--r--devel/autoconf268/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile
index da0d32661d9b..5a7196c7b537 100644
--- a/devel/autoconf268/Makefile
+++ b/devel/autoconf268/Makefile
@@ -50,7 +50,7 @@ GENERIC_TOOLS= config.guess \
mkinstalldirs
.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER)
-pre-everything:
+pre-everything::
@${ECHO} ===========================================================
@${ECHO} "You have 'USE_AUTOCONF' or 'USE_AUTOCONF_VER' variables"
@${ECHO} "defined either in environment or in make(1) arguments."