From d75ba83d1e6867290bb0aa676b932bad2a4c950f Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 31 Jul 2002 09:36:03 +0000 Subject: upgrade to 1.1.5 PR: 41172 Submitted by: Ports Fury --- math/cln/files/patch-Makefile.in | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 math/cln/files/patch-Makefile.in (limited to 'math/cln/files/patch-Makefile.in') diff --git a/math/cln/files/patch-Makefile.in b/math/cln/files/patch-Makefile.in deleted file mode 100644 index 810ee06887db..000000000000 --- a/math/cln/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig Sun Feb 11 16:52:48 2001 -+++ Makefile.in Sun Feb 11 17:03:58 2001 -@@ -33,14 +33,13 @@ - - install : installdirs force - cd @subdir@; $(MAKE) install -- $(INSTALL_PROGRAM) cln-config $(DESTDIR)$(bindir)/cln-config -+ $(INSTALL) cln-config $(DESTDIR)$(bindir)/cln-config - $(INSTALL_DATA) cln-config.1 $(DESTDIR)$(mandir)/man1/cln-config.1 -- $(INSTALL_DATA) cln.m4 $(DESTDIR)$(datadir)/aclocal/cln.m4 -+ $(INSTALL_DATA) cln.m4 $(DESTDIR)$(prefix)/share/aclocal/cln.m4 - - installdirs : force - cd @subdir@; $(MAKE) installdirs - $(MKDIR) $(DESTDIR)$(mandir)/man1 -- $(MKDIR) $(DESTDIR)$(datadir)/aclocal - $(MKDIR) $(DESTDIR)$(bindir) - - uninstall : force -- cgit v1.2.3