diff options
author | danilo <danilo@FreeBSD.org> | 2013-09-30 07:24:12 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-09-30 07:24:12 +0800 |
commit | f00eebd2ae97af2cf1dd41083a33a910aab4277c (patch) | |
tree | aa26d147201161c493ca5799d85c5651ca688a4a /lang/yap | |
parent | 88cf109777856ec51a31efd62fd720b3178ef883 (diff) | |
download | freebsd-ports-gnome-f00eebd2ae97af2cf1dd41083a33a910aab4277c.tar.gz freebsd-ports-gnome-f00eebd2ae97af2cf1dd41083a33a910aab4277c.tar.zst freebsd-ports-gnome-f00eebd2ae97af2cf1dd41083a33a910aab4277c.zip |
- Change maintainer email to @FreeBSD.org
- Add stage support
- Convert USE_GMAKE to USES
Approved by: wg (mentor)
Diffstat (limited to 'lang/yap')
-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> |