diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 23:55:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 23:55:17 +0000 |
commit | 1244fd9356d801d019d78922d38ac97680d15935 (patch) | |
tree | 0d683faf52666b563e6fe5903f62d79f2bbb0934 /x11 | |
parent | 584c70f8177856ecc4e8d6f999acbd354f843222 (diff) | |
download | FreeBSD-ports-1244fd9356d801d019d78922d38ac97680d15935.zip FreeBSD-ports-1244fd9356d801d019d78922d38ac97680d15935.tar.gz |
Allow the pre-install check to run after the recent bsd.port.mk updates.
Diffstat (limited to 'x11')
-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 54308e2..1051a1f 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -49,7 +49,7 @@ NO_BUILD= yes USE_PYTHON= yes .if !defined(BATCH) && !defined(PACKAGE_BUILDING) -pre-build: +pre-configure: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif |