Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 20:46:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349292 - head/devel/ocaml-calendar
Message-ID:  <201403262046.s2QKk3iZ079295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403262046.s2QKk3iZ079295>