svn commit: r347226 - head/graphics/cal3d-devel

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 14:17:58 UTC 2014


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


More information about the svn-ports-head mailing list