diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 13:34:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 13:34:18 +0800 |
commit | 4824f1f70823329f339f020ae51372c9dd3b5c5a (patch) | |
tree | 4b95347a79e7a0176ffcb93d7a4a42383cd8b803 | |
parent | 0de79d4c5723bc9884d51308ce81a71bb2f3ba7d (diff) | |
download | freebsd-ports-graphics-4824f1f70823329f339f020ae51372c9dd3b5c5a.tar.gz freebsd-ports-graphics-4824f1f70823329f339f020ae51372c9dd3b5c5a.tar.zst freebsd-ports-graphics-4824f1f70823329f339f020ae51372c9dd3b5c5a.zip |
Add a new PERL_MANDIR substitution pattern to PLIST_SUB to easier staging p5- ports
Approved by: perl (az)
-rw-r--r-- | Mk/Uses/perl5.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk index aff1649ddd6..4daa29ebb01 100644 --- a/Mk/Uses/perl5.mk +++ b/Mk/Uses/perl5.mk @@ -152,7 +152,9 @@ _INCLUDE_USES_PERL5_POST_MK= yes PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ PERL_VER=${PERL_VER} \ PERL_ARCH=${PERL_ARCH} \ - SITE_PERL=${SITE_PERL_REL} + SITE_PERL=${SITE_PERL_REL} \ + PERL_MANDIR=lib/perl5/${PERL_VER}/man + # handle perl5 specific manpages .for sect in 1 2 3 4 5 6 7 8 9 |