svn commit: r349292 - head/devel/ocaml-calendar
Antoine Brodin
antoine at FreeBSD.org
Wed Mar 26 20:46:04 UTC 2014
Author: antoine
Date: Wed Mar 26 20:46:03 2014
New Revision: 349292
URL: http://svnweb.freebsd.org/changeset/ports/349292
QAT: https://qat.redports.org/buildarchive/r349292/
Log:
- Stage support
- Use USE_OCAMLFIND_PLIST instead of doing it manually
Modified:
head/devel/ocaml-calendar/Makefile
Modified: head/devel/ocaml-calendar/Makefile
==============================================================================
--- head/devel/ocaml-calendar/Makefile Wed Mar 26 20:41:58 2014 (r349291)
+++ head/devel/ocaml-calendar/Makefile Wed Mar 26 20:46:03 2014 (r349292)
@@ -11,13 +11,9 @@ MAINTAINER= jaapb at 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>
More information about the svn-ports-head
mailing list