Date: Tue, 7 Oct 2014 10:11:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370287 - head/graphics/libetonyek Message-ID: <201410071011.s97ABWTu090794@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Oct 7 10:11:31 2014 New Revision: 370287 URL: https://svnweb.freebsd.org/changeset/ports/370287 QAT: https://qat.redports.org/buildarchive/r370287/ Log: Really ensure it does not conflicts with libetonyek01 Modified: head/graphics/libetonyek/Makefile head/graphics/libetonyek/pkg-plist Modified: head/graphics/libetonyek/Makefile ============================================================================== --- head/graphics/libetonyek/Makefile Tue Oct 7 10:06:22 2014 (r370286) +++ head/graphics/libetonyek/Makefile Tue Oct 7 10:11:31 2014 (r370287) @@ -36,7 +36,7 @@ post-build: @cd ${WRKSRC}/src/test && ${MAKE_CMD} check .endif -port-stage: +post-stage: @${RM} -f ${STAGEDIR}${PREFIX}/bin/key* .include <bsd.port.mk> Modified: head/graphics/libetonyek/pkg-plist ============================================================================== --- head/graphics/libetonyek/pkg-plist Tue Oct 7 10:06:22 2014 (r370286) +++ head/graphics/libetonyek/pkg-plist Tue Oct 7 10:11:31 2014 (r370287) @@ -1,6 +1,3 @@ -bin/key2raw -bin/key2text -bin/key2xhtml include/libetonyek-0.0/libetonyek/KEYDocument.h include/libetonyek-0.0/libetonyek/KEYPresentationInterface.h include/libetonyek-0.0/libetonyek/KEYStringVector.h @@ -10,5 +7,3 @@ lib/libetonyek-0.0.so lib/libetonyek-0.0.so.0 lib/libetonyek-0.0.so.0.0.4 libdata/pkgconfig/libetonyek-0.0.pc -@dirrm include/libetonyek-0.0/libetonyek -@dirrm include/libetonyek-0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071011.s97ABWTu090794>