--- branches/magellan-next/core/diffutils/diffutils-3.0-r1.smage2 2010/08/17 19:54:54 5963 +++ branches/magellan-next/core/diffutils/diffutils-3.0-r1.smage2 2010/08/17 19:56:10 5964 @@ -16,6 +16,8 @@ SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" +sminclude mbuild + SRC_URI=( gnu://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} @@ -23,17 +25,9 @@ UP2DATE="updatecmd_gnu ${PNAME} gz" - src_compile() { cd ${SRCDIR} mconfigure --enable-nls || die mmake || die } - -src_install() -{ - cd ${SRCDIR} - make DESTDIR=${BINDIR} install || die - minstalldocs ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO || die -}