summaryrefslogtreecommitdiff
path: root/Mk/Uses/shebangfix.mk
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-08-25 16:14:28 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-08-25 16:14:28 +0000
commitfecac8453dc4d205ce91d0075ab8aa2ec941e761 (patch)
treeefd0404a7ffc037097eb159a54c23cf95ce3d73d /Mk/Uses/shebangfix.mk
parentBump PORTREVISION due to iPython package name change. (diff)
- Fix a documentation typo
Notes
Notes: svn path=/head/; revision=325357
Diffstat (limited to 'Mk/Uses/shebangfix.mk')
-rw-r--r--Mk/Uses/shebangfix.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/shebangfix.mk b/Mk/Uses/shebangfix.mk
index 980f5c0dc03d..e9108faf2e71 100644
--- a/Mk/Uses/shebangfix.mk
+++ b/Mk/Uses/shebangfix.mk
@@ -19,7 +19,7 @@
#
# To override a definition for example replacing /usr/bin/perl by /usr/bin/env perl
# add to the port Makefile:
-# perl_CMD= ${SENTENV} perl
+# perl_CMD= ${SETENV} perl
#
.if !defined(_INCLUDE_USES_SHEBANGFIX_Mk)