diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-05 13:45:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-05 13:45:54 +0800 |
commit | 47c7b403d51ef1b73531830f3e61b879537a96bc (patch) | |
tree | a7357e0b958115cab2ad84624142e6fb26528746 /graphics/epix/files | |
parent | 13aa577bd8554900aec6eacbd2d38440071df48e (diff) | |
download | freebsd-ports-gnome-47c7b403d51ef1b73531830f3e61b879537a96bc.tar.gz freebsd-ports-gnome-47c7b403d51ef1b73531830f3e61b879537a96bc.tar.zst freebsd-ports-gnome-47c7b403d51ef1b73531830f3e61b879537a96bc.zip |
add epix 0.8.6
Creates math plots and line figures using easy-to-learn syntax
Diffstat (limited to 'graphics/epix/files')
-rw-r--r-- | graphics/epix/files/patch-samples.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/epix/files/patch-samples.sh b/graphics/epix/files/patch-samples.sh new file mode 100644 index 000000000000..d6addc3f481f --- /dev/null +++ b/graphics/epix/files/patch-samples.sh @@ -0,0 +1,11 @@ +--- samples.sh.orig Thu Sep 5 13:21:15 2002 ++++ samples.sh Thu Sep 5 13:21:26 2002 +@@ -55,7 +55,7 @@ + mv $TARBALL $EPIX_ROOTDIR/$SAMPLEDIR/$TARBALL + + cd $EPIX_ROOTDIR/$SAMPLEDIR && tar -xf $TARBALL +- chown $USER.$USER * && chmod go+rX * ++ chown $USER:$GROUP * && chmod go+rX * + ;; + + --uninstall) |