diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-18 06:13:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-18 06:13:24 +0800 |
commit | f340658e8b387b862d37f6d5455386330c05228e (patch) | |
tree | 7a18083d04e294c4570bbcf375514278f904ef66 /x11/gnome2 | |
parent | 787b4503a2dcaaaa23115a92318340d33952d45a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |