summaryrefslogtreecommitdiff
path: root/java/linux-blackdown-jdk12
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-15 08:01:52 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-15 08:01:52 +0000
commit009623298ecf857572a52d53c0b5a888ada50fec (patch)
tree08769a41d0fc2433377097de8dfac8dc42a8cae9 /java/linux-blackdown-jdk12
parentInstall postlock. Not sure what it does but someone apparently wants it :) (diff)
Use `--exclude "*.orig"' tar(1) option instead of removing .orig files after
installation. This should partially close ports/23560 problem. PR: ports/23560
Notes
Notes: svn path=/head/; revision=35993
Diffstat (limited to 'java/linux-blackdown-jdk12')
-rw-r--r--java/linux-blackdown-jdk12/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/linux-blackdown-jdk12/Makefile b/java/linux-blackdown-jdk12/Makefile
index d73c28c8d967..bce3f710e69e 100644
--- a/java/linux-blackdown-jdk12/Makefile
+++ b/java/linux-blackdown-jdk12/Makefile
@@ -28,9 +28,7 @@ NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/linux-jdk1.2.2
- (cd ${WRKSRC} && tar -c -f - .) \
+ (cd ${WRKSRC} && tar --exclude "*.orig" -c -f - .) \
| (cd ${PREFIX}/linux-jdk1.2.2 && tar fx -)
- ${RM} ${PREFIX}/linux-jdk1.2.2/bin/.java_wrapper.orig
- ${RM} ${PREFIX}/linux-jdk1.2.2/jre/bin/.java_wrapper.orig
.include <bsd.port.mk>