diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
commit | 7acef1cd7a4173168980125b140340c62b38c8d6 (patch) | |
tree | 8e913f3c1574a206914a5852d584d77c40e8b447 /math | |
parent | Remove extra "pkg/". (diff) |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Notes
Notes:
svn path=/head/; revision=33576
Diffstat (limited to '')
-rw-r--r-- | math/gnuplot+/Makefile | 2 | ||||
-rw-r--r-- | math/lapack/Makefile | 4 | ||||
-rw-r--r-- | math/snns/Makefile | 2 | ||||
-rw-r--r-- | math/wingz/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 25d3fe932be9..c5fe4b90517c 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -86,6 +86,6 @@ post-install: ${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 4dbf79f3660a..fab1a1a9ee02 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -215,9 +215,9 @@ pre-fetch: .endif pre-install: .if !defined(NOPROFILE) - @${CAT} ${PKGDIR}/PLIST > ${PLIST} + @${CAT} ${PKGDIR}/pkg-plist > ${PLIST} .else - @${SED} -e /_p.a/d ${PKGDIR}/PLIST > ${PLIST} + @${SED} -e /_p.a/d ${PKGDIR}/pkg-plist > ${PLIST} .endif do-install: diff --git a/math/snns/Makefile b/math/snns/Makefile index 104a52542b76..8795087efebf 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -29,6 +29,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/default.cfg ${PREFIX}/snns ${INSTALL_DATA} ${WRKSRC}/help.hdoc ${PREFIX}/snns ${INSTALL_SCRIPT} ${WRKSRC}/snns ${PREFIX}/bin - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/math/wingz/Makefile b/math/wingz/Makefile index eaca756d05f8..4f1bc25b5c1a 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -23,6 +23,6 @@ NO_WRKSUBDIR= yes USE_X_PREFIX= yes post-install: - @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |