mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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.
This commit is contained in:
parent
09f6b08a7f
commit
3173f7f16d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14551
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue