aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-07-18 06:13:24 +0800
committermarcus <marcus@FreeBSD.org>2002-07-18 06:13:24 +0800
commitf340658e8b387b862d37f6d5455386330c05228e (patch)
tree7a18083d04e294c4570bbcf375514278f904ef66 /x11/gnome2
parent787b4503a2dcaaaa23115a92318340d33952d45a (diff)
downloadfreebsd-ports-gnome-f340658e8b387b862d37f6d5455386330c05228e.tar.gz
freebsd-ports-gnome-f340658e8b387b862d37f6d5455386330c05228e.tar.zst
freebsd-ports-gnome-f340658e8b387b862d37f6d5455386330c05228e.zip
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.
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