Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 23:24:12 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328756 - head/lang/yap
Message-ID:  <201309292324.r8TNOCFO026902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Sep 29 23:24:12 2013
New Revision: 328756
URL: http://svnweb.freebsd.org/changeset/ports/328756

Log:
  - Change maintainer email to @FreeBSD.org
  - Add stage support
  - Convert USE_GMAKE to USES
  
  Approved by:	wg (mentor)

Modified:
  head/lang/yap/Makefile

Modified: head/lang/yap/Makefile
==============================================================================
--- head/lang/yap/Makefile	Sun Sep 29 23:21:42 2013	(r328755)
+++ head/lang/yap/Makefile	Sun Sep 29 23:24:12 2013	(r328756)
@@ -6,14 +6,13 @@ PORTVERSION=	6.2.2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.dcc.fc.up.pt/~vsc/Yap/
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	High-performance Prolog compiler
 
 PORTSCOUT=	limit:^6\.2\.
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
@@ -28,8 +27,7 @@ PLIST_SUB+=	PORTDOCS="@comment "
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-max-performance
-USE_GMAKE=	yes
-MAKE_JOBS_SAFE=	yes
+USES=	gmake
 
 DOCSDIR=	${PREFIX}/share/doc/Yap
 DATADIR=	${PREFIX}/share/Yap
@@ -42,7 +40,7 @@ post-build:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	(cd ${WRKSRC} ; ${MAKE} install_docs)
+	(cd ${WRKSRC} ; ${MAKE} DESTDIR=${STAGEDIR} install_docs)
 .endif
 
 .include <bsd.port.mk>



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