svn commit: r342169 - head/graphics/cal3d

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 15:19:41 UTC 2014


Author: miwi
Date: Sat Feb  1 15:19:40 2014
New Revision: 342169
URL: http://svnweb.freebsd.org/changeset/ports/342169
QAT: https://qat.redports.org/buildarchive/r342169/

Log:
  - Stage support

Modified:
  head/graphics/cal3d/Makefile
  head/graphics/cal3d/pkg-plist

Modified: head/graphics/cal3d/Makefile
==============================================================================
--- head/graphics/cal3d/Makefile	Sat Feb  1 15:19:23 2014	(r342168)
+++ head/graphics/cal3d/Makefile	Sat Feb  1 15:19:40 2014	(r342169)
@@ -21,9 +21,6 @@ USE_LDCONFIG=	yes
 AUTOTOOLSFILES=	aclocal.m4
 # AUTOMAKE_ARGS=	--add-missing
 
-MAN1=	cal3d_converter.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \

Modified: head/graphics/cal3d/pkg-plist
==============================================================================
--- head/graphics/cal3d/pkg-plist	Sat Feb  1 15:19:23 2014	(r342168)
+++ head/graphics/cal3d/pkg-plist	Sat Feb  1 15:19:40 2014	(r342169)
@@ -48,4 +48,5 @@ lib/libcal3d.a
 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-all mailing list