diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-23 22:04:50 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-23 22:04:50 +0000 |
commit | cd5a5fec32002a027863adb5cd0c20f656ee073f (patch) | |
tree | 8cc07ad341287fa3d0550b84de534d0ee5423fd2 /cad/iverilog/files | |
parent | 8e951cbf34a28e9e2dea12b8cd1c998e35c74d6e (diff) |
- Update to 0.8.7.
Notes
Notes:
svn path=/head/; revision=226739
Diffstat (limited to 'cad/iverilog/files')
-rw-r--r-- | cad/iverilog/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/iverilog/files/patch-Makefile.in b/cad/iverilog/files/patch-Makefile.in new file mode 100644 index 000000000000..45bec2a5cbd7 --- /dev/null +++ b/cad/iverilog/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-01-24 00:57:58.000000000 +0300 ++++ Makefile.in 2009-01-24 00:58:10.000000000 +0300 +@@ -268,7 +268,7 @@ + + installdirs: mkinstalldirs + $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/ivl$(suffix) \ +- $(DESTDIR)$(libdir)/ivl$(suffix)/include $(DESTDIR)$(mandir) $(DESTDIR)$(mandir)/man1 ++ $(DESTDIR)$(mandir) $(DESTDIR)$(mandir)/man1 + + uninstall: + for dir in $(SUBDIRS); do (cd $$dir ; $(MAKE) $@); done |