aboutsummaryrefslogtreecommitdiff
path: root/devel/libevt/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-12 12:09:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-12 12:09:30 +0000
commit7aa0a38bf055df623aa1e31f21f004d0985e345b (patch)
tree6970b8381d3fa0f66ed2c8e0036181dac29ee7b3 /devel/libevt/Makefile
parentf2757079c0386ca128ac98a3ac3429fc0bd0da5b (diff)
downloadports-7aa0a38bf055df623aa1e31f21f004d0985e345b.tar.gz
ports-7aa0a38bf055df623aa1e31f21f004d0985e345b.zip
Notes
Diffstat (limited to 'devel/libevt/Makefile')
-rw-r--r--devel/libevt/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile
index 36e3d95ccb11..05dc14276bb4 100644
--- a/devel/libevt/Makefile
+++ b/devel/libevt/Makefile
@@ -1,8 +1,8 @@
-# Created by: antoine@FreeBSD.org
+# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= libevt
-DISTVERSION= alpha-20130111
+DISTVERSION= alpha-20130209
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
@@ -39,7 +39,8 @@ post-install:
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
+ ${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>