diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 02:15:53 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 02:15:53 +0000 |
commit | d7b2a9b9c52e0756b85ba93a375974e0ca51d450 (patch) | |
tree | 1760741c7b9eaaf4f81a2dcd38e90ff24980b548 /lang/rakudo | |
parent | 9cfaeb0480b2f5fe0c3ee87baf63de50b667279d (diff) |
Notes
Diffstat (limited to 'lang/rakudo')
-rw-r--r-- | lang/rakudo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 743acab93971..96f605585d07 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes INSTALL_TARGET= install -MAN1= perl6.1 +MAN1= perl6.1 rakudo.1 MANCOMPRESSED= no PARROTCONFIG?= ${LOCALBASE}/bin/parrot_config |