diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-11 03:34:43 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-11 03:34:43 +0000 |
commit | 543dd5efbaeac237fabea458bc4357a9b977646e (patch) | |
tree | 0e88aa4e6ed61c65a6ccd8956f45354345327355 /java/linux-sun-jdk13/Makefile | |
parent | 250c64321ef8998f157886dee74cb634bf4c9690 (diff) | |
download | FreeBSD-ports-543dd5efbaeac237fabea458bc4357a9b977646e.zip FreeBSD-ports-543dd5efbaeac237fabea458bc4357a9b977646e.tar.gz |
Oops, forgot to change the permission.
Diffstat (limited to 'java/linux-sun-jdk13/Makefile')
-rw-r--r-- | java/linux-sun-jdk13/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile index 8897872..6e820ea 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 |