diff options
author | jkim <jkim@FreeBSD.org> | 2017-07-29 05:45:20 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2017-07-29 05:45:20 +0800 |
commit | 37f42e3731b6421168cc6d1376fe8e064a767d16 (patch) | |
tree | a79f71211dc0ed6f08a805235e59f1fc3946e774 /databases/bbdb | |
parent | 184408c6f2a3d7e6645a3e28cf294fc9a0943e2e (diff) | |
download | freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.tar.gz freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.tar.zst freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.zip |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
Diffstat (limited to 'databases/bbdb')
-rw-r--r-- | databases/bbdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index ee6fe9079557..424206865790 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -15,7 +15,7 @@ USE_EMACS= yes USES= makeinfo ALL_TARGET= bbdb info -MAKE_ARGS= MAKE="${MAKE} clean MAKEINFO=\"makeinfo --no-split\"" +MAKE_ARGS= MAKE="${MAKE} clean MAKEINFO=\"${MAKEINFO} --no-split\"" BBDB_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} MAKE_JOBS_UNSAFE= yes |