diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-08-13 04:57:47 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-08-13 04:57:47 +0000 |
commit | 8d991a0856297cf31ea567ce4875bcae0d6f33d0 (patch) | |
tree | 329a736d319ef5ceb100922673b8f8d9b556871a /java/jdk15/Makefile | |
parent | 67ef26096b0d12f9f54c3737b8231be1a950c153 (diff) |
. Split the JRL agreement out into a separate script that is only run
during the port build and not during the package install.
Requested by: kris
Notes
Notes:
svn path=/head/; revision=197556
Diffstat (limited to 'java/jdk15/Makefile')
-rw-r--r-- | java/jdk15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index fd15988a6822..0458a9a3d3d1 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -230,7 +230,7 @@ pre-fetch: # Get JRL agreement .if !defined(PACKAGE_BUILDING) pre-extract: - ${SH} ${FILESDIR}/pkg-install.in ${PKGNAME} PRE-INSTALL + ${SH} ${FILESDIR}/license.sh .endif # Extract the files |