diff options
author | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /math/simpack/Makefile | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz |
/bin/sh -> ${SH}
Diffstat (limited to 'math/simpack/Makefile')
-rw-r--r-- | math/simpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/simpack/Makefile b/math/simpack/Makefile index d2120d1..4fb4207 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -3,7 +3,7 @@ # Date created: 5 June 1997 # Whom: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/10 08:50:17 asami Exp $ # DISTNAME= simpack-3.0 @@ -20,7 +20,7 @@ post-build: create-libs create-scripts do-install: do-install-bin do-install-include do-install-lib do-install-doc post-install: - @/bin/sh ${PKGDIR}/REQ + @${SH} ${PKGDIR}/REQ @${LDCONFIG} -m ${PREFIX}/lib do-install-bin: |