diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-09-17 02:04:03 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-09-17 02:04:03 +0800 |
commit | 0d31f99dc8db9c40b510c57836be619a4101c809 (patch) | |
tree | 9346ea1b8542e259e485b8e57e98b3e8993cc924 /math/R-project/files | |
parent | e046a53183166bd5efb7330c69ef545622011c56 (diff) | |
download | freebsd-ports-gnome-0d31f99dc8db9c40b510c57836be619a4101c809.tar.gz freebsd-ports-gnome-0d31f99dc8db9c40b510c57836be619a4101c809.tar.zst freebsd-ports-gnome-0d31f99dc8db9c40b510c57836be619a4101c809.zip |
Update to version 1.3.1
PR: 30370
Submitted by: MAINTAINER
Diffstat (limited to 'math/R-project/files')
-rw-r--r-- | math/R-project/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/R-project/files/patch-aa b/math/R-project/files/patch-aa new file mode 100644 index 000000000000..f1f2ae71c3f5 --- /dev/null +++ b/math/R-project/files/patch-aa @@ -0,0 +1,12 @@ +*** share/sh/help-links.sh Thu Sep 6 11:00:11 2001 +--- share/sh/help-links.sh.orig Thu Sep 6 11:00:30 2001 +*************** +*** 35,40 **** +--- 35,41 ---- + rm -f ${PKGLIST} + rm -f ${SEARCHINDEX} + cp ${R_HOME}/doc/html/packages-head.html ${PKGLIST} ++ chmod u+w ${PKGLIST} + + get_unique () { + if test -r ${1}; then |