diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-15 12:39:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-15 12:39:48 +0000 |
commit | ad113838d0c0935abc7cb22c84ed82f428da64df (patch) | |
tree | 15d874be204c3169fb4625554097b65202f9cbfe | |
parent | - Drop @dirrm* from plist (diff) |
- Strip library
Approved by: bapt
-rw-r--r-- | graphics/cal3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 12436ea0667e..8d3247ea84e1 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -16,6 +16,7 @@ CONFLICTS= cal3d-devel-[0-9]* GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|<istream>|<iostream>|' \ |