mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Correct syntax error when PREFIX is defined.
This commit is contained in:
parent
d37eda8cfc
commit
f3ef908016
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99301
@ -26,10 +26,10 @@ CONFIGURE_ARGS= \
|
||||
--with-ldopts="-L${LOCALBASE}/lib" \
|
||||
--with-ccopts="-I${LOCALBASE}/include"
|
||||
.if defined(PREFIX)
|
||||
CONFIGURE_ARGS+= --prefix="${PREFIX}"
|
||||
CONFIGURE_ARGS+= --prefix="${PREFIX}"
|
||||
.endif
|
||||
.if defined(SYSCONFDIR)
|
||||
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}"
|
||||
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}"
|
||||
.endif
|
||||
|
||||
MAN8= ifhp.8 textps.8
|
||||
|
Loading…
Reference in New Issue
Block a user