diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-01-11 22:05:57 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-01-11 22:05:57 +0000 |
commit | b4534bc95ec2327d41398d69717cab93a2030a93 (patch) | |
tree | d9289188b8eb9a9955dee8335adf301ac744c454 /www/rt42/files | |
parent | f745cff60740acacce5c3ee9c84daa153103b631 (diff) | |
download | ports-b4534bc95ec2327d41398d69717cab93a2030a93.tar.gz ports-b4534bc95ec2327d41398d69717cab93a2030a93.zip |
Notes
Diffstat (limited to 'www/rt42/files')
-rw-r--r-- | www/rt42/files/extra-patch-noportdocs-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/rt42/files/extra-patch-noportdocs-Makefile.in b/www/rt42/files/extra-patch-noportdocs-Makefile.in deleted file mode 100644 index c7e1b53f8ad2..000000000000 --- a/www/rt42/files/extra-patch-noportdocs-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2011-10-07 09:19:16.000000000 +0200 -+++ Makefile.in 2011-10-07 09:18:51.000000000 +0200 -@@ -404,16 +404,7 @@ - - - doc-install: --@COMMENT_INPLACE_LAYOUT@ # RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir --@COMMENT_INPLACE_LAYOUT@ -[ -f $(DESTDIR)$(RT_DOC_PATH) ] && rm $(DESTDIR)$(RT_DOC_PATH) --@COMMENT_INPLACE_LAYOUT@ [ -d $(DESTDIR)$(RT_DOC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_DOC_PATH) --@COMMENT_INPLACE_LAYOUT@ -( cd docs && find . -type d -print ) | while read dir ; do \ --@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_DOC_PATH)/$$dir" ; \ --@COMMENT_INPLACE_LAYOUT@ done --@COMMENT_INPLACE_LAYOUT@ -( cd docs && find . -type f -print ) | while read file ; do \ --@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "docs/$$file" "$(DESTDIR)$(RT_DOC_PATH)/$$file" ; \ --@COMMENT_INPLACE_LAYOUT@ done --@COMMENT_INPLACE_LAYOUT@ -$(INSTALL) -m 0644 ./README $(DESTDIR)$(RT_DOC_PATH)/ -+@COMMENT_INPLACE_LAYOUT@ /usr/bin/true - - - etc-install: |