diff options
author | lth <lth@FreeBSD.org> | 2008-05-28 20:38:27 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2008-05-28 20:38:27 +0800 |
commit | baac9627f5c965d925de91c0660e0a106b5cc02c (patch) | |
tree | 9c6872f6edc97049f81cee21092821136be10d7a /Mk | |
parent | 3b24919fceca5f4cf7ff4653019671effcb2bc7c (diff) | |
download | freebsd-ports-gnome-baac9627f5c965d925de91c0660e0a106b5cc02c.tar.gz freebsd-ports-gnome-baac9627f5c965d925de91c0660e0a106b5cc02c.tar.zst freebsd-ports-gnome-baac9627f5c965d925de91c0660e0a106b5cc02c.zip |
Doc change: PERL_ARCH is *always* mach.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.perl.mk | 2 |
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. |