--- smage/trunk/core/glproto/glproto-1.4.11-r1.smage2 2010/05/07 16:32:20 485 +++ smage/trunk/core/glproto/glproto-1.4.11-r1.smage2 2010/05/07 16:33:33 486 @@ -12,28 +12,4 @@ sminclude xorg multilib mtools -DEPEND=">= x11-base/opengl-update-magellan-2" - UP2DATE="updatecmd_xorg ${PNAME}" - -src_install() -{ - mmake DESTDIR=${BINDIR} install || die - - # dynamic opengl setup - minstalldir /usr/$(mlibdir)/opengl/xorg/include || die - - local i - for i in ${BINDIR}/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h} - do - if [ -f ${i} -o -L ${i} ] - then - mv -f ${i} ${BINDIR}/usr/$(mlibdir)/opengl/xorg/include || die "${i}" - fi - done -} - -postinstall() -{ - ${MROOT}/usr/sbin/opengl-update --use-old xorg -}