diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-10 17:40:12 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-10 17:40:12 +0800 |
commit | 9c317ef76dbaf0bb23667f50414cc3c9c454fda7 (patch) | |
tree | b6d4c4002318a87b8f6c44617026764411595b19 /lang/rakudo/Makefile | |
parent | 613e45c9070b3fe2f634b15b1da46ffba52665de (diff) | |
download | freebsd-ports-graphics-9c317ef76dbaf0bb23667f50414cc3c9c454fda7.tar.gz freebsd-ports-graphics-9c317ef76dbaf0bb23667f50414cc3c9c454fda7.tar.zst freebsd-ports-graphics-9c317ef76dbaf0bb23667f50414cc3c9c454fda7.zip |
- This doesn't honor NOPORTDOCS yet, but it does install/deinstall cleanly
now. This is just a stop gap until I have some time to patch rakudo
which introduced this mess in the previous 2010.08 update.
Reported by: QAT
Diffstat (limited to 'lang/rakudo/Makefile')
-rw-r--r-- | lang/rakudo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 272830b8542..50aa5adffc8 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -41,6 +41,8 @@ PLIST_SUB+= PARROT_VERSION=${PARROT_VERSION} EXTRA_DOCS= UsingPerl6-draft.pdf cheatsheet.txt +PORTDOCS= ${EXTRA_DOCS} + do-configure: cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} |