summaryrefslogtreecommitdiff
path: root/x11/gnome2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-29 23:31:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-29 23:31:14 +0000
commitd6f1f8e6ced0f1fc2e8d3ff3f1968c4d9a1ed9d3 (patch)
tree2871b24abe0186959d22fc6b89a7237abffbecfa /x11/gnome2
parento Prefer FreeBSD's strlcpy() function over qpopper's incorrect (diff)
Run the pkg-install script even if BATCH is defined. These scripts are
not interactive.
Notes
Notes: svn path=/head/; revision=79895
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 8ceea1df8926..052947873e0a 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -50,7 +50,7 @@ NO_BUILD= yes
USE_PYTHON= yes
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+.if !defined(PACKAGE_BUILDING)
pre-configure:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif