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 | 09c65e62db152cd236d8e7fa9800d6ca5dbcb65c (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/bc | |
parent | c62f4447139d60847f6f557717e45350a31756f9 (diff) | |
download | pkgsrc-09c65e62db152cd236d8e7fa9800d6ca5dbcb65c.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'math/bc')
-rw-r--r-- | math/bc/Makefile | 4 | ||||
-rw-r--r-- | math/bc/PLIST | 4 |
2 files changed, 5 insertions, 3 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" diff --git a/math/bc/PLIST b/math/bc/PLIST index bb69ca0eb06..4603694a36e 100644 --- a/math/bc/PLIST +++ b/math/bc/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2004/03/07 21:57:21 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/05 23:01:15 jlam Exp $ bin/bc bin/dc +info/bc.info +info/dc.info man/man1/bc.1 man/man1/dc.1 |