aboutsummaryrefslogtreecommitdiff
path: root/x11/libxshmfence
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-03-11 21:24:29 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-03-11 21:24:29 +0000
commit68e03732754ee7f6c954ad1c11d6f39a0f73810c (patch)
treefcf1610ed66fbce6079bddb80f07aae133775ea1 /x11/libxshmfence
parente64b7a3817ffbae7b1a37b49b17a3fb8d3fc6686 (diff)
downloadports-68e03732754ee7f6c954ad1c11d6f39a0f73810c.tar.gz
ports-68e03732754ee7f6c954ad1c11d6f39a0f73810c.zip
- Set the shared memory directory to /tmp to prevent polluting /var/tmp [1]
- Strip the installed library PR: 217676 [1] Submitted by: jbeich [1] Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9951
Notes
Notes: svn path=/head/; revision=435962
Diffstat (limited to 'x11/libxshmfence')
-rw-r--r--x11/libxshmfence/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/libxshmfence/Makefile b/x11/libxshmfence/Makefile
index ffaecd4cfce7..bbe463f6d524 100644
--- a/x11/libxshmfence/Makefile
+++ b/x11/libxshmfence/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libxshmfence
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -12,7 +13,8 @@ LICENSE= MIT
USE_XORG= xproto
XORG_CAT= lib
-test: build
- @cd ${WRKSRC} && ${MAKE} check
+CONFIGURE_ARGS= --with-shared-memory-dir=/tmp
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
.include <bsd.port.mk>