mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
. 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:
parent
fbdb1126e5
commit
869b5db5ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104309
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user