diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 16:55:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 16:55:51 +0800 |
commit | c3d5159ba1d6b8ef521d57869f267269b2bb18fc (patch) | |
tree | 91cd30eebc99c4763ad26555fc442e34260f6d7d /math/simpack | |
parent | c5cf950646993ddea292fd5b586d515e019a0d47 (diff) | |
download | freebsd-ports-graphics-c3d5159ba1d6b8ef521d57869f267269b2bb18fc.tar.gz freebsd-ports-graphics-c3d5159ba1d6b8ef521d57869f267269b2bb18fc.tar.zst freebsd-ports-graphics-c3d5159ba1d6b8ef521d57869f267269b2bb18fc.zip |
${PKGDIR}/REQ -> ${PKGREQ}. Also, give it two arguments.
Diffstat (limited to 'math/simpack')
-rw-r--r-- | math/simpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/simpack/Makefile b/math/simpack/Makefile index 380776702d8..b75c3b76ae1 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -33,7 +33,7 @@ post-build: create-libs create-scripts do-install: do-install-bin do-install-include do-install-lib do-install-doc post-install: - @${SH} ${PKGDIR}/REQ + @${SH} ${PKGREQ} ${PKGNAME} INSTALL do-install-bin: @for i in `${CAT} ${FILESDIR}/FILES-BIN` ; do \ |