diff options
Diffstat (limited to 'devel/cscope/patches/patch-ac')
-rw-r--r-- | devel/cscope/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/cscope/patches/patch-ac b/devel/cscope/patches/patch-ac new file mode 100644 index 00000000000..cd4a4001a3b --- /dev/null +++ b/devel/cscope/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.5 2001/10/03 14:57:21 seb Exp $ + +--- contrib/Makefile.am.orig Mon Jul 2 17:54:46 2001 ++++ contrib/Makefile.am +@@ -1,6 +1,7 @@ + ## Process this file with automake to produce Makefile.in + +-bin_SCRIPTS = ocs ++pkgdata_DATA = ocs ++ + + EXTRA_DIST = ocs README xcscope webcscope + |