diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-27 16:52:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-27 16:52:34 +0000 |
commit | bae084f1fb7e2a8ad159c3d2c328ac504ed7f71a (patch) | |
tree | b44b733668440d69ad0c4e6aca3e0556e989a9e1 /graphics/clutter-gtk | |
parent | ee34dd2850c00fda0e6f91a160f8c8083b7a7275 (diff) | |
download | ports-bae084f1fb7e2a8ad159c3d2c328ac504ed7f71a.tar.gz ports-bae084f1fb7e2a8ad159c3d2c328ac504ed7f71a.zip |
Notes
Diffstat (limited to 'graphics/clutter-gtk')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index 07f767daa363..edd5e7d373bf 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -23,4 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} INSTALL_TARGET= install-strip +post-patch: + @${REINPLACE_CMD} '/SUBDIRS =/s/examples//' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |