diff options
author | rene <rene@FreeBSD.org> | 2013-11-20 20:30:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-11-20 20:30:29 +0800 |
commit | 361078feceb86db6de0737df5b3a113b6767caf1 (patch) | |
tree | 04f9e82ad671dd71f34ffcdc4bff6d7caaf44c45 /Mk/bsd.port.mk | |
parent | 838b35914ac1627aeb9c15d609548faf7ab12d2f (diff) | |
download | freebsd-ports-gnome-361078feceb86db6de0737df5b3a113b6767caf1.tar.gz freebsd-ports-gnome-361078feceb86db6de0737df5b3a113b6767caf1.tar.zst freebsd-ports-gnome-361078feceb86db6de0737df5b3a113b6767caf1.zip |
Fix some typos and use modern Perl variables in comments.
Approved by: portmgr (bapt)
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 |