aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/ocaml-images/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile
index 5fcfe69afad4..c5128fcace44 100644
--- a/graphics/ocaml-images/Makefile
+++ b/graphics/ocaml-images/Makefile
@@ -3,7 +3,7 @@
PORTNAME= images
PORTVERSION= 4.0.1
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 2
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/
@@ -19,7 +19,6 @@ BUILD_DEPENDS+= omake:devel/omake
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
-OCAMLFIND_DESTDIR= ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}
OCAML_PKGDIRS= camlimages
OCAML_LDLIBS= ${OCAML_SITELIBDIR}/camlimages
@@ -77,10 +76,6 @@ do-configure:
do-build:
(cd ${WRKSRC} && ${OMAKE} ${OMARGS})
-ocaml-findlib:
- # Overriding ocaml-findlib target which does not support stage
- # The consequence is that pkg-plist must be manually supported
-
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${OCAML_LDLIBS}
(cd ${WRKSRC} && ${OMAKE} ${OMARGS} install)