diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-31 09:36:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-31 09:36:03 +0000 |
commit | d75ba83d1e6867290bb0aa676b932bad2a4c950f (patch) | |
tree | a99b5588b58d45b628c0dda30901078437584131 /math/cln/files/patch-Makefile.in | |
parent | add xmlsec 0.0.7 (diff) |
upgrade to 1.1.5
PR: 41172
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=63783
Diffstat (limited to 'math/cln/files/patch-Makefile.in')
-rw-r--r-- | math/cln/files/patch-Makefile.in | 19 |
1 files changed, 0 insertions, 19 deletions
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 |