diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-16 06:28:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-16 06:28:41 +0000 |
commit | 3173f7f16db1f26abaaff4002c3f43e7be38c60a (patch) | |
tree | deea5351c90b9a941735956f8b25ac4e7752ae09 /java | |
parent | Changed master site or not, I haven't been able to fetch this port for (diff) |
Make this package by removing the --exclude option to tar. I'm assuming this
is what Nate intended because all the *.class files are listed in pkg/PLIST.
If it's the other way around, go ahead and revert it (and fix PLIST), Nate.
Notes
Notes:
svn path=/head/; revision=14551
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk/Makefile | 4 | ||||
-rw-r--r-- | java/jdk11/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile index 8060c133338f..91388cb0b295 100644 --- a/java/jdk/Makefile +++ b/java/jdk/Makefile @@ -3,7 +3,7 @@ # Date created: Feb, 8, 1998 # Whom: Nate Williams <nate@FReeBSD.org> # -# $Id: Makefile,v 1.14 1998/08/19 14:56:37 nate Exp $ +# $Id: Makefile,v 1.15 1998/11/14 17:35:33 nate Exp $ # DISTNAME= jdk1.1.7.V98-11-5 @@ -21,7 +21,7 @@ NO_BUILD= yes do-install: ${MKDIR} ${PREFIX}/jdk1.1.7 - (cd ${WRKSRC} && tar -c -f - --exclude '*.class' .) \ + (cd ${WRKSRC} && tar -c -f - .) \ | (cd ${PREFIX}/jdk1.1.7 && tar fx -) .include <bsd.port.mk> diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile index 8060c133338f..91388cb0b295 100644 --- a/java/jdk11/Makefile +++ b/java/jdk11/Makefile @@ -3,7 +3,7 @@ # Date created: Feb, 8, 1998 # Whom: Nate Williams <nate@FReeBSD.org> # -# $Id: Makefile,v 1.14 1998/08/19 14:56:37 nate Exp $ +# $Id: Makefile,v 1.15 1998/11/14 17:35:33 nate Exp $ # DISTNAME= jdk1.1.7.V98-11-5 @@ -21,7 +21,7 @@ NO_BUILD= yes do-install: ${MKDIR} ${PREFIX}/jdk1.1.7 - (cd ${WRKSRC} && tar -c -f - --exclude '*.class' .) \ + (cd ${WRKSRC} && tar -c -f - .) \ | (cd ${PREFIX}/jdk1.1.7 && tar fx -) .include <bsd.port.mk> |