summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-29 23:24:12 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-29 23:24:12 +0000
commitdf997538c4874f7633533414aa8af14302c8e806 (patch)
treeaa26d147201161c493ca5799d85c5651ca688a4a /lang
parent- Add "Created by" line to header (diff)
- Change maintainer email to @FreeBSD.org
- Add stage support - Convert USE_GMAKE to USES Approved by: wg (mentor)
Notes
Notes: svn path=/head/; revision=328756
Diffstat (limited to 'lang')
-rw-r--r--lang/yap/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 4a2d154b05a5..135398f6cc71 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -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>