diff options
Diffstat (limited to 'graphics/ocaml-images/Makefile')
-rw-r--r-- | graphics/ocaml-images/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index d8a950673590..4eec4916ab0f 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -7,8 +7,7 @@ # PORTNAME= images -PORTVERSION= 2.2 -PORTREVISION= 6 +PORTVERSION= 2.12 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ @@ -48,7 +47,7 @@ PKGDEINSTALL= ${PKGINSTALL} DOCSDIR= ${PREFIX}/share/doc/ocaml-images .if !defined(NOPORTDOCS) -PORTDOCS= Announce Announce-2.2 CHANGES INSTALL LICENSE doc +PORTDOCS= Announce CHANGES INSTALL LICENSE doc .endif post-install: @@ -57,7 +56,6 @@ post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${FIND} doc | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 @${INSTALL_DATA} ${WRKSRC}/Announce ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/Announce-2.2 ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}/ |