summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-31 14:50:52 +0000
committerjlam <jlam>2006-03-31 14:50:52 +0000
commitdf2ee0732c3e3c3e4b3330198eb603c12af455a3 (patch)
tree126dfbefd170bd7fdb8747def27779c1f0e75c14
parent7a1d33aab6d1c8ad6b130e3bbe84bfda8a3220e4 (diff)
downloadpkgsrc-df2ee0732c3e3c3e4b3330198eb603c12af455a3.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++