diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-11-20 12:30:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-11-20 12:30:29 +0000 |
commit | 050ed194bd4bb0734768118066166f2d7ae788d7 (patch) | |
tree | 04f9e82ad671dd71f34ffcdc4bff6d7caaf44c45 /Mk/bsd.port.mk | |
parent | 0836f627653f201eecbffc36e54dbcfb4e3458df (diff) | |
download | ports-050ed194bd4bb0734768118066166f2d7ae788d7.tar.gz ports-050ed194bd4bb0734768118066166f2d7ae788d7.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e28120861921..87459f802070 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -860,8 +860,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Default: ${WRKSRC} # CONFIGURE_SCRIPT # - Name of configure script, relative to ${CONFIGURE_WRKSRC}. -# Default: "Makefile.PL" if PERL_CONFIGURE is set, -# "configure" otherwise. +# Default: "Makefile.PL" if USES=perl5 and USE_PERL5=configure +# are set, "configure" otherwise. # CONFIGURE_TARGET # - The name of target to call when GNU_CONFIGURE is # defined. @@ -876,8 +876,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # --mandir=${MANPREFIX}/man --build=${CONFIGURE_TARGET}" if # GNU_CONFIGURE is set, "CC=${CC} CFLAGS=${CFLAGS} # PREFIX=${PREFIX} INSTALLPRIVLIB=${PREFIX}/lib -# INSTALLARCHLIB=${PREFIX}/lib" if PERL_CONFIGURE is set, -# empty otherwise. +# INSTALLARCHLIB=${PREFIX}/lib" if USES=perl5 and +# USE_PERL5=configure are set, empty otherwise. # CONFIGURE_ENV - Pass these env (shell-like) to configure if # ${HAS_CONFIGURE} is set. # CONFIGURE_LOG - The name of configure log file. It will be printed to |