Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 08:26:54 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341808 - head/devel/p5-IO-KQueue
Message-ID:  <201401300826.s0U8QsZX032172@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Jan 30 08:26:54 2014
New Revision: 341808
URL: http://svnweb.freebsd.org/changeset/ports/341808
QAT: https://qat.redports.org/buildarchive/r341808/

Log:
  - Stage support

Modified:
  head/devel/p5-IO-KQueue/Makefile
  head/devel/p5-IO-KQueue/pkg-plist

Modified: head/devel/p5-IO-KQueue/Makefile
==============================================================================
--- head/devel/p5-IO-KQueue/Makefile	Thu Jan 30 08:18:06 2014	(r341807)
+++ head/devel/p5-IO-KQueue/Makefile	Thu Jan 30 08:26:54 2014	(r341808)
@@ -11,15 +11,9 @@ COMMENT=	Perl interface to the BSD kqueu
 
 USES=		perl5
 USE_PERL5=	configure
-NO_STAGE=	yes
 
-MAN3=		IO::KQueue.3
-
-.if !defined(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
-.endif
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/devel/p5-IO-KQueue/pkg-plist
==============================================================================
--- head/devel/p5-IO-KQueue/pkg-plist	Thu Jan 30 08:18:06 2014	(r341807)
+++ head/devel/p5-IO-KQueue/pkg-plist	Thu Jan 30 08:26:54 2014	(r341808)
@@ -5,6 +5,7 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/chat.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/tail.pl
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PERL5_MAN3%%/IO::KQueue.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401300826.s0U8QsZX032172>