diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-08 00:08:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-08 00:08:21 +0000 |
commit | b971453ec8d3dd17f414e75d45c83f0db60da0dd (patch) | |
tree | de5b49a96a4156bb45e0a7edd788225b11a5c28d | |
parent | i2p moved from net-p2p/i2p to security/i2p: category change (diff) |
- Fix build with stagedir support by removing leftovers
Discussed/Reviewed by: bdrewery/antoine
-rw-r--r-- | graphics/libGL/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 265aa88446c5..73c785ed956a 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -30,4 +30,12 @@ LIBGLREVISION= 4 CONFIGURE_ARGS+=--disable-gallium-intel .endif +.if !defined(WITH_NEW_XORG) +post-install: + ${RM} ${STAGEDIR}${PREFIX}/include/GL/glu.h + ${RM} ${STAGEDIR}${PREFIX}/include/GL/glu_mangle.h + ${RM} ${STAGEDIR}${PREFIX}/include/GL/internal/dri_interface.h + ${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dri.pc +.endif + .include <bsd.port.mk> |