diff options
author | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
commit | bd8fcc5a7be77a2a6c83e2de8067366e47743213 (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /math | |
parent | 91f4062b641947b3b459f3fc861903940a9180a7 (diff) | |
download | pkgsrc-bd8fcc5a7be77a2a6c83e2de8067366e47743213.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 7c1e7241d1b..116adc2e454 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/17 01:53:01 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/21 21:01:32 hubertf Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -17,7 +17,7 @@ MAKE_FLAGS= 'OPT=${CFLAGS}' DOCDIR= ${PREFIX}/share/doc/py-Numeric .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif do-configure: |