1
0
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:
Kris Kennaway 2004-01-28 05:44:55 +00:00
parent d37eda8cfc
commit f3ef908016
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99301

View File

@ -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