diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-12 12:09:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-12 12:09:30 +0000 |
commit | 7aa0a38bf055df623aa1e31f21f004d0985e345b (patch) | |
tree | 6970b8381d3fa0f66ed2c8e0036181dac29ee7b3 /devel/libevt/Makefile | |
parent | f2757079c0386ca128ac98a3ac3429fc0bd0da5b (diff) | |
download | ports-7aa0a38bf055df623aa1e31f21f004d0985e345b.tar.gz ports-7aa0a38bf055df623aa1e31f21f004d0985e345b.zip |
Notes
Diffstat (limited to 'devel/libevt/Makefile')
-rw-r--r-- | devel/libevt/Makefile | 7 |
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> |