diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /math/proofgeneral | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) |
Notes
Diffstat (limited to 'math/proofgeneral')
-rw-r--r-- | math/proofgeneral/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index c5221db96b32..fff4f1c614d8 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -30,7 +30,7 @@ NO_STAGE= yes IGNORE= the ProofGeneral developers no longer support XEmacs .endif -MAKE_ARGS+= PREFIX="${LOCALBASE}" DEST_PREFIX="${PREFIX}" MAKE="${GMAKE}" \ +MAKE_ARGS+= PREFIX="${LOCALBASE}" DEST_PREFIX="${PREFIX}" MAKE="${MAKE_CMD}" \ DOCDIR="${DOCSDIR}" MANDIR="${PREFIX}/man/man1" INFODIR="${PREFIX}/info" \ BINDIR="${PREFIX}/bin" DESKTOP="${PREFIX}/share" \ ELISPP="${EMACS_SITE_LISPDIR}/ProofGeneral" \ |