aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2008-05-28 12:38:27 +0000
committerLars Thegler <lth@FreeBSD.org>2008-05-28 12:38:27 +0000
commit9680598cb00cd438614e5b1fc47e62646a682803 (patch)
tree46d92aebd44b3a060f849bce228d10e6b459e918 /Mk
parentdc44c65e8351b2443bd596b934c06e53110c3ece (diff)
downloadports-9680598cb00cd438614e5b1fc47e62646a682803.tar.gz
ports-9680598cb00cd438614e5b1fc47e62646a682803.zip
Doc change: PERL_ARCH is *always* mach.
Notes
Notes: svn path=/head/; revision=213804
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.perl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk
index 408fbccfadc9..35c4659b9209 100644
--- a/Mk/bsd.perl.mk
+++ b/Mk/bsd.perl.mk
@@ -25,7 +25,7 @@
# to determine if the version of perl is high enough,
# whether a particular dependency is needed, etc.
# PERL_ARCH - Directory name of architecture dependent libraries
-# (value: ${ARCH}-freebsd).
+# (value: mach).
# PERL_PORT - Name of the perl port that is installed
# (value: perl5)
# SITE_PERL - Directory name where site specific perl packages go.