Stephen Montgomery-Smith 2012-07-06 00:16:50 +00:00
parent 678899f48b
commit 453bac9431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300539
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= octave-forge-octcdf
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org

View file

@ -0,0 +1,7 @@
--- ../inst/@ncfile/name.m 2012-07-06 00:05:01.000000000 +0000
+++ ../inst/@ncfile/name.m-orig 2012-07-06 00:04:39.000000000 +0000
@@ -1,3 +1,3 @@
function n = name(self)
- n = ncname(self)
+ n = ncname(self);
end