svn commit: r328756 - head/lang/yap

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Sep 29 23:24:12 UTC 2013


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 at gmail.com
+MAINTAINER=	danilo at 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>


More information about the svn-ports-head mailing list