Date: Mon, 22 Sep 2014 18:06:48 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368981 - head/x11/libXcm Message-ID: <201409221806.s8MI6mse030943@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Mon Sep 22 18:06:47 2014 New Revision: 368981 URL: http://svnweb.freebsd.org/changeset/ports/368981 QAT: https://qat.redports.org/buildarchive/r368981/ Log: x11/libXcm: clear @dirrm, add INSTALL_TARGET=install-strip, USES=libtool:keepla Modified: head/x11/libXcm/Makefile head/x11/libXcm/pkg-plist Modified: head/x11/libXcm/Makefile ============================================================================== --- head/x11/libXcm/Makefile Mon Sep 22 17:57:01 2014 (r368980) +++ head/x11/libXcm/Makefile Mon Sep 22 18:06:47 2014 (r368981) @@ -12,7 +12,8 @@ COMMENT= X Colour Management Library LICENSE= MIT XORG_CAT= lib -USES= pathfix pkgconfig +USES= libtool:keepla pathfix pkgconfig USE_XORG= xfixes xmu +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/x11/libXcm/pkg-plist ============================================================================== --- head/x11/libXcm/pkg-plist Mon Sep 22 17:57:01 2014 (r368980) +++ head/x11/libXcm/pkg-plist Mon Sep 22 18:06:47 2014 (r368981) @@ -31,6 +31,3 @@ man/man3/XcmEvents.3.gz man/man3/XcolorProfile.3.gz man/man3/XcolorRegion.3.gz man/man3/libXcm.3.gz -@dirrmtry lib/cmake/Xcm -@dirrmtry lib/cmake -@dirrmtry include/X11/Xcm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221806.s8MI6mse030943>