summaryrefslogtreecommitdiff
path: root/x11/gnome2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-17 22:13:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-17 22:13:24 +0000
commit3539f86616ac6c44b02f9dcc336b1fcc660e907a (patch)
treea2418f0fd6c907e24341486b080792136b04fdf3 /x11/gnome2
parentUpdate to 0.9.4 (diff)
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.
Notes
Notes: svn path=/head/; revision=63154
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile2
1 files changed, 1 insertions, 1 deletions
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