summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-31 14:50:52 +0000
committerjlam <jlam@pkgsrc.org>2006-03-31 14:50:52 +0000
commitd2530be4e1505f9e6467a848285159e95e2503d9 (patch)
tree126dfbefd170bd7fdb8747def27779c1f0e75c14
parente4b3aea5b4220844ed8171f34700a0ff00ab6278 (diff)
downloadpkgsrc-d2530be4e1505f9e6467a848285159e95e2503d9.tar.gz
Clear out INFO_FILES so that the info files listed in the PLIST are found.
-rw-r--r--devel/monotone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 4ab4685407b..3d3995174b6 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/09 20:30:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.22 2006/03/31 14:50:52 jlam Exp $
#
DISTNAME= monotone-0.25.2
@@ -11,7 +11,7 @@ COMMENT= Free distributed version control system
GCC_REQD+= 3.0
GNU_CONFIGURE= yes
-INFO_FILES= monotone.info
+INFO_FILES= # PLIST
UNLIMIT_RESOURCES+= datasize
USE_TOOLS+= gmake makeinfo
USE_LANGUAGES= c c++