diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-09 09:34:24 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-09 09:34:24 +0000 |
commit | 0a03f02f42c3c0d2c6bf6e120582b7e67340234e (patch) | |
tree | 1088e725e99bbc59191987d55bbab99e5cb40d17 /textproc/asciidoc/files | |
parent | a1abc269808d8620f75bdbef029c0503d9859412 (diff) | |
download | ports-0a03f02f42c3c0d2c6bf6e120582b7e67340234e.tar.gz ports-0a03f02f42c3c0d2c6bf6e120582b7e67340234e.zip |
- Update to 8.4.4
PR: ports/134378
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: miwi (mentor implicit)
Notes
Notes:
svn path=/head/; revision=233523
Diffstat (limited to 'textproc/asciidoc/files')
-rw-r--r-- | textproc/asciidoc/files/patch-Makefile.in | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/asciidoc/files/patch-Makefile.in b/textproc/asciidoc/files/patch-Makefile.in index 5c6dcab76e53..4cf362d057ab 100644 --- a/textproc/asciidoc/files/patch-Makefile.in +++ b/textproc/asciidoc/files/patch-Makefile.in @@ -1,17 +1,16 @@ ---- Makefile.in.orig 2009-04-24 21:18:33.542877821 +0200 -+++ Makefile.in 2009-04-24 21:19:04.433196893 +0200 -@@ -4,10 +4,6 @@ +--- Makefile.in.orig 2009-05-08 23:41:23.568145042 +0200 ++++ Makefile.in 2009-05-08 23:41:57.495396294 +0200 +@@ -4,9 +4,6 @@ .NOTPARALLEL: -INSTALL = @INSTALL@ -INSTALL_PROG = @INSTALL_PROGRAM@ -INSTALL_DATA = @INSTALL_DATA@ -- + PACKAGE_TARNAME = @PACKAGE_TARNAME@ SED = @SED@ - prefix = @prefix@ -@@ -90,7 +86,7 @@ +@@ -90,7 +87,7 @@ $(INSTALL) -d $(DESTDIR)/$($@) $(PROGTARGETS): % : %dir @@ -20,7 +19,7 @@ $(DATATARGETS): % : %dir $(INSTALL_DATA) $($@) $(DESTDIR)/$($<)/ -@@ -147,7 +143,7 @@ +@@ -147,7 +144,7 @@ build: fixconfpath |