summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-02-06 00:34:25 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-02-06 00:34:25 +0800
commitd536e977b293a8925b923e99b4f787a3eb08836c (patch)
treed81fbeb9a3405c392365fd73bc1f55f0c51165f7
parent8216cd33eba6b6ee93022f4eb58a0557b971a63c (diff)
downloadxorg-devel-ports-d536e977b293a8925b923e99b4f787a3eb08836c.tar
xorg-devel-ports-d536e977b293a8925b923e99b4f787a3eb08836c.tar.gz
xorg-devel-ports-d536e977b293a8925b923e99b4f787a3eb08836c.tar.bz2
xorg-devel-ports-d536e977b293a8925b923e99b4f787a3eb08836c.tar.lz
xorg-devel-ports-d536e977b293a8925b923e99b4f787a3eb08836c.tar.xz
xorg-devel-ports-d536e977b293a8925b923e99b4f787a3eb08836c.tar.zst
xorg-devel-ports-d536e977b293a8925b923e99b4f787a3eb08836c.zip
Use install-strip target.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1384 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/pixman/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index b08def9..fc9ebab 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -11,10 +11,8 @@ USES= libtool perl5
USE_PERL5= build
XORG_CAT= lib
CONFIGURE_ARGS= --disable-gtk
+INSTALL_TARGET= install-strip
PLIST_SUB+= LIBVERSION=${PORTVERSION}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpixman-1.so.0.32.4
-
.include <bsd.port.mk>