summaryrefslogtreecommitdiff
path: root/math/bc
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-05 23:01:15 +0000
committerjlam <jlam>2006-04-05 23:01:15 +0000
commit3f5d4958f493b68b95bf81cec2aee7b824fb7353 (patch)
tree4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/bc
parentc58b431b470a16fadadf83692c86c79c46efa51e (diff)
downloadpkgsrc-3f5d4958f493b68b95bf81cec2aee7b824fb7353.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/Makefile4
-rw-r--r--math/bc/PLIST4
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