diff options
author | wiz <wiz> | 2005-04-16 02:12:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-16 02:12:48 +0000 |
commit | 32be676dc9374f619d3b499d75e2abfc942ca4be (patch) | |
tree | b07c89bb0530aaf3cf32c69f23a69333bc557306 /math/newmat/Makefile | |
parent | 34fcaac48668b80d55386651bb635905521059cb (diff) | |
download | pkgsrc-32be676dc9374f619d3b499d75e2abfc942ca4be.tar.gz |
Distfiles with the same name but different
contents need a DIST_SUBDIR -- make it so for the newmat10B case.
Diffstat (limited to 'math/newmat/Makefile')
-rw-r--r-- | math/newmat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 93380d32ae1..34ad9a0951e 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/15 19:28:01 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/16 02:12:48 wiz Exp $ # DISTNAME= newmat10 # actually newmat10B, but no such distfile @@ -12,6 +12,7 @@ HOMEPAGE= http://www.robertnz.net/ol_doc.htm COMMENT= Newmat C++ Matrix Library WRKSRC= ${WRKDIR} +DIST_SUBDIR= newmat10B MAKEFILE= nm_cc.mak BUILD_TARGET= garch |