svn commit: r337224 - head/graphics/lib3ds

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 22 23:11:53 UTC 2013


Author: amdmi3
Date: Sun Dec 22 23:11:53 2013
New Revision: 337224
URL: http://svnweb.freebsd.org/changeset/ports/337224

Log:
  - Support staging

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

Modified: head/graphics/lib3ds/Makefile
==============================================================================
--- head/graphics/lib3ds/Makefile	Sun Dec 22 23:09:29 2013	(r337223)
+++ head/graphics/lib3ds/Makefile	Sun Dec 22 23:11:53 2013	(r337224)
@@ -17,10 +17,7 @@ USE_GL=		glut
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=		3dsdump.1 lib3ds-config.1
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/lib3ds/pkg-plist
==============================================================================
--- head/graphics/lib3ds/pkg-plist	Sun Dec 22 23:09:29 2013	(r337223)
+++ head/graphics/lib3ds/pkg-plist	Sun Dec 22 23:11:53 2013	(r337224)
@@ -19,9 +19,11 @@ include/lib3ds/tracks.h
 include/lib3ds/types.h
 include/lib3ds/vector.h
 include/lib3ds/viewport.h
-lib/lib3ds.a
-lib/lib3ds.so
 lib/lib3ds-1.so
 lib/lib3ds-1.so.3
+lib/lib3ds.a
+lib/lib3ds.so
+man/man1/3dsdump.1.gz
+man/man1/lib3ds-config.1.gz
 share/aclocal/lib3ds.m4
 @dirrm include/lib3ds


More information about the svn-ports-head mailing list