. Try to make things non-interactive when building on bento. Works for

me, but failed when kris tried the patch on bento.  I can't figure
  out why, but maybe someone looking at this will have a clue.
This commit is contained in:
Greg Lewis
2004-03-17 16:44:11 +00:00
parent fbdb1126e5
commit 869b5db5ee
2 changed files with 12 additions and 2 deletions

View File

@@ -1,9 +1,14 @@
#!/bin/sh
# $FreeBSD: /tmp/pcvs/ports/java/diablo-jdk13/Attic/pkg-install,v 1.1 2003-08-25 16:54:36 glewis Exp $
# $FreeBSD: /tmp/pcvs/ports/java/diablo-jdk13/Attic/pkg-install,v 1.2 2004-03-17 16:44:11 glewis Exp $
# Set up a standard path
PATH=/usr/bin:/bin
# Hack to prevent licensing from breaking bento.
if [ "x${PACKAGE_BUILDING}" != "x" ]; then
exit 0
fi
# Attempt to install a link for the browser plugin during post-install
if [ "$2" = "POST-INSTALL" ]; then
# Plugin location variables

View File

@@ -1,9 +1,14 @@
#!/bin/sh
# $FreeBSD: /tmp/pcvs/ports/java/diablo-jre13/Attic/pkg-install,v 1.1 2003-08-25 16:53:03 glewis Exp $
# $FreeBSD: /tmp/pcvs/ports/java/diablo-jre13/Attic/pkg-install,v 1.2 2004-03-17 16:44:11 glewis Exp $
# Set up a standard path
PATH=/usr/bin:/bin
# Hack to prevent licensing from breaking bento.
if [ "x${PACKAGE_BUILDING}" != "x" ]; then
exit 0
fi
# Attempt to install a link for the browser plugin during post-install
if [ "$2" = "POST-INSTALL" ]; then
# Plugin location variables