aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-POE/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-07-21 07:09:46 +0800
committertobez <tobez@FreeBSD.org>2001-07-21 07:09:46 +0800
commit1ac518148abf2af15f81c21ac620a2ef22eafa91 (patch)
tree81604e838c93c6702f313bf58d3790dd043eee19 /devel/p5-POE/Makefile
parent0ee4e086a263577c8baf5a9e92d727ef5448c179 (diff)
downloadfreebsd-ports-gnome-1ac518148abf2af15f81c21ac620a2ef22eafa91.tar.gz
freebsd-ports-gnome-1ac518148abf2af15f81c21ac620a2ef22eafa91.tar.zst
freebsd-ports-gnome-1ac518148abf2af15f81c21ac620a2ef22eafa91.zip
Install examples coming with p5-POE.
Submitted by: MAINTAINER PR: 29105
Diffstat (limited to 'devel/p5-POE/Makefile')
-rw-r--r--devel/p5-POE/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile
index 6046ab89e45a..570dc381243f 100644
--- a/devel/p5-POE/Makefile
+++ b/devel/p5-POE/Makefile
@@ -31,4 +31,8 @@ MAN3= POE::Driver::SysRW.3 POE::Wheel::ListenAccept.3\
POE::Filter::Block.3 POE::Wheel::FollowTail.3 POE::Kernel.3\
POE::Filter::Stream.3 POE::Wheel::Curses.3
+post-install:
+ @${MKDIR} ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/samples/* ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+
.include <bsd.port.mk>