diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 23:55:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 23:55:17 +0000 |
commit | 9249e74dd6eb7a669d1a31ba3fbd616d550b3801 (patch) | |
tree | 022603ad886a7876256ccc57e9ffa7e8701baa0f /x11/gnome2/Makefile | |
parent | 4054d0f5e175cbba8dbc3b27242e1b4eab008cfb (diff) |
Allow the pre-install check to run after the recent bsd.port.mk updates.
Notes
Notes:
svn path=/head/; revision=78465
Diffstat (limited to 'x11/gnome2/Makefile')
-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 54308e2876ed..1051a1f9a928 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 |