mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
sysutils/lr, sysutils/xe: Respect PREFIX
This commit is contained in:
parent
9385630add
commit
15c18658cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455788
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= chneukirchen
|
||||
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}" \
|
||||
PREFIX="${PREFIX}" \
|
||||
MANDIR="${PREFIX}/man"
|
||||
|
||||
OPTIONS_DEFINE= CONTRIB EMACS NEOVIM VIM
|
||||
|
|
|
@ -18,6 +18,7 @@ USES= perl5
|
|||
USE_PERL5= test
|
||||
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}" \
|
||||
PREFIX="${PREFIX}" \
|
||||
MANDIR="${PREFIX}/man"
|
||||
TEST_TARGET= check
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue