summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-26 20:46:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-26 20:46:03 +0000
commitd1b3e4e1c58d07f08459ff7c810f549637274b9e (patch)
treed0f591d835dee652663d6822472752985fd175a5
parentbbbd4c80dd298c03415242fc508261539f70e4f8 (diff)
downloadfreebsd-ports-d1b3e4e1c58d07f08459ff7c810f549637274b9e.zip
- Stage support
- Use USE_OCAMLFIND_PLIST instead of doing it manually
-rw-r--r--devel/ocaml-calendar/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/ocaml-calendar/Makefile b/devel/ocaml-calendar/Makefile
index 476df6417133..6e9208084a52 100644
--- a/devel/ocaml-calendar/Makefile
+++ b/devel/ocaml-calendar/Makefile
@@ -11,13 +11,9 @@ MAINTAINER= jaapb@kerguelen.org
COMMENT= A date and time library for OCaml
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
-
-NO_STAGE= yes
-post-install:
- @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \
- ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
+USE_OCAMLFIND_PLIST= yes
.include <bsd.port.mk>