diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-16 10:22:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-16 10:22:11 +0000 |
commit | b48db9367cdfd132be488a08791340c0f995432d (patch) | |
tree | 8f8aedbf0ce1a95da7211dc3eb3c324a3427b8b1 /japanese/libslang/files/patch-ac | |
parent | Update to 1.0.11. (diff) |
Update to 1.4.5.j2.
Hand the maintainership over to the submitter.
PR: ports/38037
Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
Approved by: mega@minz.org (ex-MAINTAINER)
Notes
Notes:
svn path=/head/; revision=59247
Diffstat (limited to 'japanese/libslang/files/patch-ac')
-rw-r--r-- | japanese/libslang/files/patch-ac | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/japanese/libslang/files/patch-ac b/japanese/libslang/files/patch-ac index 6bf582caeb49..0cad8f4278af 100644 --- a/japanese/libslang/files/patch-ac +++ b/japanese/libslang/files/patch-ac @@ -1,14 +1,15 @@ ---- autoconf/Makefile.in.orig Sun Feb 24 19:03:54 2002 -+++ autoconf/Makefile.in Sun Feb 24 19:07:01 2002 -@@ -10,7 +10,6 @@ +--- autoconf/Makefile.in.orig Thu Feb 21 20:10:02 2002 ++++ autoconf/Makefile.in Tue May 7 00:56:06 2002 +@@ -10,7 +10,7 @@ cd src; $(MAKE) all elf: cd src; $(MAKE) elf - @echo Use make install-elf to install it. ++ runtests: cd src; $(MAKE) runtests demos: -@@ -23,15 +22,8 @@ +@@ -23,15 +23,7 @@ cd src; $(MAKE) install install-elf: cd src; $(MAKE) install-elf @@ -16,11 +17,12 @@ - @echo "Although not required, consider doing 'make install-links' to extra links" - @echo "On some systems, e.g., linux, you will also have to run ldconfig." - @echo "" - install-links: - cd src; $(MAKE) install-links +-install-links: +- cd src; $(MAKE) install-links - @echo "" - @echo "You may also have to run ldconfig to complete the installation." - @echo "" ++ # distclean: /bin/rm -f *~ Makefile config.status config.log config.cache files.pck |