1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

LATE_INSTALL_ARGS needs to be defined either in case of imake:env

Reported by:	dinoex
This commit is contained in:
Baptiste Daroussin 2013-07-03 18:54:59 +00:00
parent 8e8d5ecce6
commit 2f18bb58d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322247

View File

@ -38,15 +38,15 @@ MAKE_ENV+= IMAKECPP=${IMAKECPP} IMAKECPPFLAGS="${IMAKECPPFLAGS}"
CONFIGURE_ENV+= IMAKECPP=${IMAKECPP} IMAKECPPFLAGS="${IMAKECPPFLAGS}"
MAKE_ARGS+= IMAKE_DEFINES="${IMAKECPPFLAGS}"
.if !defined(NO_INSTALL_MANPAGES)
LATE_INSTALL_ARGS= install.man
.endif
.if !defined(IMAKE_ENV_ONLY)
.if !target(do-configure)
do-configure:
@(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF})
.endif
.if !defined(NO_INSTALL_MANPAGES)
LATE_INSTALL_ARGS= install.man
.endif
.endif
.endif