Index: head/x11/libxshmfence/Makefile =================================================================== --- head/x11/libxshmfence/Makefile +++ head/x11/libxshmfence/Makefile @@ -2,6 +2,7 @@ PORTNAME= libxshmfence PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -12,7 +13,8 @@ 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