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++/Makefile | |
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++/Makefile')
-rw-r--r-- | math/blitz++/Makefile | 5 |
1 files changed, 2 insertions, 3 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" |