Date: Sun, 22 Dec 2013 23:11:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337224 - head/graphics/lib3ds Message-ID: <201312222311.rBMNBr3t075667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312222311.rBMNBr3t075667>