summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot+/Makefile2
-rw-r--r--math/lapack/Makefile4
-rw-r--r--math/snns/Makefile2
-rw-r--r--math/wingz/Makefile2
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>