From 3539f86616ac6c44b02f9dcc336b1fcc660e907a Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 17 Jul 2002 22:13:24 +0000 Subject: [PATCH] Loosen the restriction on when the check for GNOME 1.x components is run. This way targets like fetch-recursive will still be allowed to work. --- x11/gnome2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 297d98f87882..a66d3f37b80d 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -44,7 +44,7 @@ NO_BUILD= yes USE_PYTHON= yes .if !defined(BATCH) && !defined(PACKAGE_BUILDING) -pre-everything:: +pre-build: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif