diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
commit | 380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (patch) | |
tree | d8d06834191fc67caaf8749fb3c9963013b7d611 /math | |
parent | d742677c18dda5fd6194bb940adb18babef26617 (diff) | |
download | FreeBSD-ports-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.zip FreeBSD-ports-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.gz |
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.
Diffstat (limited to 'math')
-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 25d3fe9..c5fe4b9 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 4dbf79f..fab1a1a 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 104a525..8795087 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 eaca756..4f1bc25 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> |