diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
commit | 06acd13c21bb0676c544f32d463c63244fdd0f41 (patch) | |
tree | 087106d0ee3a86a8cdc22147ff10814f7970e4c5 /math/arpack++/Makefile | |
parent | Require perl 5.8 or higher for building. This should fix packaging on (diff) |
Use LS macro.
Diffstat (limited to 'math/arpack++/Makefile')
-rw-r--r-- | math/arpack++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index ecf27c317e63..11b092536a38 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -40,7 +40,7 @@ post-patch: do-install: @${MKDIR} ${PREFIX}/include/ARPACK++ - @for inc in `ls ${WRKSRC}/include` ; do \ + @for inc in `${LS} ${WRKSRC}/include` ; do \ ${INSTALL_DATA} ${WRKSRC}/include/$$inc ${PREFIX}/include/ARPACK++; \ done .if !defined(NOPORTDOCS) |