Index: head/x11/libxshmfence/Makefile =================================================================== --- head/x11/libxshmfence/Makefile (revision 435961) +++ head/x11/libxshmfence/Makefile (revision 435962) @@ -1,18 +1,20 @@ # $FreeBSD$ PORTNAME= libxshmfence PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Shared memory 'SyncFence' synchronization primitive 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