diff options
-rw-r--r-- | lang/ocaml/Makefile | 1 | ||||
-rw-r--r-- | lang/ocaml/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 2a59f84759a2..65e8ff13a129 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -56,6 +56,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ocaml/html @cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html + @${RM} ${PREFIX}/share/doc/ocaml/html/*~ @${CP} ${DISTDIR}/${DISTNAME}-refman.ps.gz ${PREFIX}/share/doc/ocaml .endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist index 68ac4eaa3f79..3d6e87674dfb 100644 --- a/lang/ocaml/pkg-plist +++ b/lang/ocaml/pkg-plist @@ -373,7 +373,6 @@ share/doc/ocaml/html/manual010.html share/doc/ocaml/html/manual011.html share/doc/ocaml/html/manual012.html share/doc/ocaml/html/manual013.html -share/doc/ocaml/html/manual013.html~ share/doc/ocaml/html/manual014.html share/doc/ocaml/html/manual015.html share/doc/ocaml/html/manual016.html |