diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
commit | a4cbc72f584185583e33b49017522a326a053ef4 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/blitz++ | |
parent | ab9e528a14707beb99c9d6a4c2e72fdae33dab0c (diff) | |
download | pkgsrc-a4cbc72f584185583e33b49017522a326a053ef4.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'math/blitz++')
-rw-r--r-- | math/blitz++/Makefile | 5 | ||||
-rw-r--r-- | math/blitz++/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 27de72e8744..11569f9b2e5 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/05 23:01:15 jlam Exp $ DISTNAME= blitz-0.8 PKGNAME= blitz++-0.8 @@ -14,7 +14,6 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cxx=gcc - -INFO_FILES= blitz.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/math/blitz++/PLIST b/math/blitz++/PLIST index 293a88c1346..b8457b07717 100644 --- a/math/blitz++/PLIST +++ b/math/blitz++/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/09/05 14:06:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/05 23:01:15 jlam Exp $ include/blitz/applics.h include/blitz/array-impl.h include/blitz/array-old.h @@ -160,6 +160,7 @@ include/random/gamma.h include/random/mt.h include/random/normal.h include/random/uniform.h +info/blitz.info lib/libblitz.la lib/pkgconfig/blitz.pc share/doc/blitz-0.8/blitz.gif |