SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
38
devel/nasm/patches/patch-doc_Makefile_in
Normal file
38
devel/nasm/patches/patch-doc_Makefile_in
Normal file
|
@ -0,0 +1,38 @@
|
|||
Index: doc/Makefile.in
|
||||
--- doc/Makefile.in.orig
|
||||
+++ doc/Makefile.in
|
||||
@@ -28,7 +28,7 @@ MKDIR_P = @MKDIR_P@
|
||||
RM_F = rm -f
|
||||
RM_RF = rm -rf
|
||||
CP_F = cp -f
|
||||
-CP_UF = cp -uf
|
||||
+CP_UF = cp -f
|
||||
|
||||
# Optional tools
|
||||
XZ = @XZ@
|
||||
@@ -40,7 +40,7 @@ XZFILES = @XZFILES@
|
||||
HTMLAUX = nasmdoc.css local.css nasmlogw.png
|
||||
|
||||
SRCS = nasmdoc.src inslist.src changes.src warnings.src version.src
|
||||
-OUT = html nasmdoc.txt nasmdoc.pdf $(XZFILES)
|
||||
+OUT = html nasmdoc.txt # nasmdoc.pdf $(XZFILES)
|
||||
XZOUT = nasmdoc.pdf.xz
|
||||
|
||||
.SUFFIXES:
|
||||
@@ -103,7 +103,6 @@ nasmdoc.pdf.xz: nasmdoc-raw.pdf
|
||||
$(XZ) -9e < $< > $@
|
||||
|
||||
clean:
|
||||
- -$(RM_F) *.rtf *.hpj *.texi *.gid *.ipf *.dip
|
||||
-$(RM_F) *.aux *.cp *.fn *.ky *.pg *.log *.toc *.tp *.vr
|
||||
-$(RM_F) inslist.src version.src fontpath Fontmap
|
||||
-$(RM_F) nasmdoc*.ps nasmdoc-raw.pdf
|
||||
@@ -116,7 +115,7 @@ install: all
|
||||
$(MKDIR_P) $(DESTDIR)$(htmldir)
|
||||
$(INSTALL_DATA) html/* $(DESTDIR)$(htmldir)
|
||||
$(MKDIR_P) $(DESTDIR)$(docdir)
|
||||
- $(INSTALL_DATA) nasmdoc.pdf nasmdoc.txt $(DESTDIR)$(docdir)
|
||||
+ $(INSTALL_DATA) internal.doc nasmdoc.txt $(DESTDIR)$(docdir)
|
||||
|
||||
#
|
||||
# Dummy rules that changes make behavior
|
Loading…
Add table
Add a link
Reference in a new issue