summaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-31 14:50:52 +0000
committerjlam <jlam>2006-03-31 14:50:52 +0000
commitfd8535cd738904ae46604d661f8acd8717e27e98 (patch)
tree126dfbefd170bd7fdb8747def27779c1f0e75c14 /devel/monotone
parent72568895b96450b1820e585795af210896aca6c9 (diff)
downloadpkgsrc-fd8535cd738904ae46604d661f8acd8717e27e98.tar.gz
Clear out INFO_FILES so that the info files listed in the PLIST are found.
Diffstat (limited to 'devel/monotone')
-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++