Date: Thu, 6 Mar 2014 14:17:57 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347226 - head/graphics/cal3d-devel Message-ID: <201403061417.s26EHviG028602@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Mar 6 14:17:57 2014 New Revision: 347226 URL: http://svnweb.freebsd.org/changeset/ports/347226 QAT: https://qat.redports.org/buildarchive/r347226/ Log: - Stage support Modified: head/graphics/cal3d-devel/Makefile head/graphics/cal3d-devel/pkg-plist Modified: head/graphics/cal3d-devel/Makefile ============================================================================== --- head/graphics/cal3d-devel/Makefile Thu Mar 6 14:17:49 2014 (r347225) +++ head/graphics/cal3d-devel/Makefile Thu Mar 6 14:17:57 2014 (r347226) @@ -21,9 +21,6 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= automake autoheader libtool AUTOMAKE_ARGS= --add-missing -MAN1= cal3d_converter.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ @@ -41,6 +38,6 @@ pre-configure: # XXX: handle slight differences between 6.x and 5.x/4.x post-install: - @${RM} -f ${PREFIX}/lib/libcal3d.a + @${RM} -f ${STAGEDIR}${PREFIX}/lib/libcal3d.a .include <bsd.port.mk> Modified: head/graphics/cal3d-devel/pkg-plist ============================================================================== --- head/graphics/cal3d-devel/pkg-plist Thu Mar 6 14:17:49 2014 (r347225) +++ head/graphics/cal3d-devel/pkg-plist Thu Mar 6 14:17:57 2014 (r347226) @@ -47,4 +47,5 @@ lib/libcal3d.so.12 lib/libcal3d.la lib/libcal3d.so libdata/pkgconfig/cal3d.pc +man/man1/cal3d_converter.1.gz @dirrm include/cal3d
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061417.s26EHviG028602>