diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-17 22:13:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-17 22:13:24 +0000 |
commit | 3539f86616ac6c44b02f9dcc336b1fcc660e907a (patch) | |
tree | a2418f0fd6c907e24341486b080792136b04fdf3 /x11/gnome2 | |
parent | 49d07311a2d92ca248ca9b0d860ad1869c908b7e (diff) |
Notes
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 |