summaryrefslogtreecommitdiff
path: root/devel/c2lib/files/patch-Makefile+
diff options
context:
space:
mode:
Diffstat (limited to 'devel/c2lib/files/patch-Makefile+')
-rw-r--r--devel/c2lib/files/patch-Makefile+18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/c2lib/files/patch-Makefile+ b/devel/c2lib/files/patch-Makefile+
deleted file mode 100644
index ef7cd3827647..000000000000
--- a/devel/c2lib/files/patch-Makefile+
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile+~ Sun Dec 8 12:45:43 2002
-+++ Makefile+ Fri Dec 27 01:34:48 2002
-@@ -103,13 +103,13 @@
-
- install:
- install -d $(DESTDIR)$(libdir)
-- install -d $(DESTDIR)$(includedir)
-+ install -d $(DESTDIR)$(pkgincludedir)
- install -d $(DESTDIR)$(man3dir)
- install -d $(DESTDIR)$(datadir)/rws/symtabs/
-
- $(MP_INSTALL_STATIC_LIB) libc2.a
- $(MP_INSTALL_DYNAMIC_LIB) libc2.so
-- install -m 0644 $(HEADERS) $(DESTDIR)$(includedir)
-+ install -m 0644 $(HEADERS) $(DESTDIR)$(pkgincludedir)
- install -m 0644 *.3 $(DESTDIR)$(man3dir)
- install -m 0644 *.syms $(DESTDIR)$(datadir)/rws/symtabs/
-