aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-12-11 11:34:43 +0800
committerkevlo <kevlo@FreeBSD.org>2000-12-11 11:34:43 +0800
commit543dd5efbaeac237fabea458bc4357a9b977646e (patch)
tree0e88aa4e6ed61c65a6ccd8956f45354345327355 /java
parent250c64321ef8998f157886dee74cb634bf4c9690 (diff)
downloadfreebsd-ports-gnome-543dd5efbaeac237fabea458bc4357a9b977646e.tar.gz
freebsd-ports-gnome-543dd5efbaeac237fabea458bc4357a9b977646e.tar.zst
freebsd-ports-gnome-543dd5efbaeac237fabea458bc4357a9b977646e.zip
Oops, forgot to change the permission.
Diffstat (limited to 'java')
-rw-r--r--java/linux-jdk13/Makefile3
-rw-r--r--java/linux-sun-jdk13/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/java/linux-jdk13/Makefile b/java/linux-jdk13/Makefile
index 8897872fcd18..6e820eaa5a31 100644
--- a/java/linux-jdk13/Makefile
+++ b/java/linux-jdk13/Makefile
@@ -42,6 +42,9 @@ IGNORE=You must manually fetch the Java SDK 1.3.0 for Linux archive (j2sdk-1_3_0
.endif
.endfor
+post-fetch:
+ @${CHMOD} +x ${DISTDIR}/${DISTFILES}
+
post-patch:
find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f
diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile
index 8897872fcd18..6e820eaa5a31 100644
--- a/java/linux-sun-jdk13/Makefile
+++ b/java/linux-sun-jdk13/Makefile
@@ -42,6 +42,9 @@ IGNORE=You must manually fetch the Java SDK 1.3.0 for Linux archive (j2sdk-1_3_0
.endif
.endfor
+post-fetch:
+ @${CHMOD} +x ${DISTDIR}/${DISTFILES}
+
post-patch:
find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f