From 7acef1cd7a4173168980125b140340c62b38c8d6 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 8 Oct 2000 10:23:48 +0000 Subject: 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. --- math/gnuplot+/Makefile | 2 +- math/lapack/Makefile | 4 ++-- math/snns/Makefile | 2 +- math/wingz/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'math') 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 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 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 -- cgit v1.2.3