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/bc/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/bc/Makefile')
| -rw-r--r-- | math/bc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/bc/Makefile b/math/bc/Makefile index 58bfe7668b2..81e2ee4ec93 100644 --- a/math/bc/Makefile +++ b/math/bc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/05 22:24:50 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/05 23:01:15 jlam Exp $ DISTNAME= bc-1.06 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Arbitrary precision calculator language USE_TOOLS+= flex GNU_CONFIGURE= YES -INFO_FILES= bc.info dc.info +INFO_FILES= # PLIST .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" |
