aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk2
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-toolkits/py-gtk2
parentc37f6324581e78f5a497bf23ab921e9f57bdd045 (diff)
downloadports-d6f1f8e6ced0f1fc2e8d3ff3f1968c4d9a1ed9d3.tar.gz
ports-d6f1f8e6ced0f1fc2e8d3ff3f1968c4d9a1ed9d3.zip
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-toolkits/py-gtk2')
-rw-r--r--x11-toolkits/py-gtk2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index 8b9e03789bc4..4904cc1cd6c7 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
CONFIGURE_ARGS+= --disable-thread
.endif
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+.if !defined(PACKAGE_BUILDING)
pre-build:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif