diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-29 23:24:12 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-29 23:24:12 +0000 |
commit | df997538c4874f7633533414aa8af14302c8e806 (patch) | |
tree | aa26d147201161c493ca5799d85c5651ca688a4a | |
parent | 0c6246fe310a700b1433cebb5bb4dfe96877812b (diff) |
Notes
-rw-r--r-- | lang/yap/Makefile | 8 |
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> |