pkgsrc/x11/gtksourceview-sharp2/patches/patch-aa
kefren c6cb24fd16 Don't overwrite files that gtksourceview already installed
This package requires monodoc in order to install documentation
Bump PKGREVISION
2008-10-30 07:06:02 +00:00

14 lines
469 B
Text

$NetBSD: patch-aa,v 1.3 2008/10/30 07:06:03 kefren Exp $
--- sample/Makefile.in.orig 2008-04-19 22:06:43.000000000 +0300
+++ sample/Makefile.in 2008-04-19 22:06:55.000000000 +0300
@@ -147,8 +147,8 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
TEST = SourceViewTest.exe
-PRINT = PrintSample.exe
-EXTRA_DIST = SourceViewTest.cs PrintSample.cs
+PRINT =
+EXTRA_DIST = SourceViewTest.cs
CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb
all: all-am