From 4c0fe90f81432c35a42a9f5163baca1f6cc61472 Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 22 Oct 2010 19:34:09 +0000 Subject: [PATCH] - switch to MODCPAN_EXAMPLES as well --- www/perlbal/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/perlbal/Makefile b/www/perlbal/Makefile index 54bddb98545..1b2c16e85f9 100644 --- a/www/perlbal/Makefile +++ b/www/perlbal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/10/19 08:02:57 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/22 19:34:09 jasper Exp $ COMMENT= Perl-based reverse proxy load balancer and web server @@ -21,13 +21,15 @@ RUN_DEPENDS= ::net/p5-Danga-Socket \ ::devel/p5-BSD-Resource BUILD_DEPENDS= ${RUN_DEPENDS} +MODCPAN_EXAMPLES= Yes +MODCPAN_EXAMPLES_DIST= conf + pre-configure: ${SUBST_CMD} ${WRKSRC}/perlbal post-install: + ${MODCPAN_POST_INSTALL} ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p5-Perlbal - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Perlbal - ${INSTALL_DATA} ${WRKSRC}/conf/* ${PREFIX}/share/examples/p5-Perlbal cd ${WRKSRC}/doc && pax -rw * ${PREFIX}/share/doc/p5-Perlbal # XXX IO::AIO not ported yet