Magellan Linux

Diff of /smage/trunk/core/diffutils/diffutils-2.8.7-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 68 by niro, Sat Jan 2 23:21:05 2010 UTC revision 69 by niro, Mon Jan 4 18:08:16 2010 UTC
# Line 16  SDEPEND=">= sys-dev/gettext-0.17" Line 16  SDEPEND=">= sys-dev/gettext-0.17"
16  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19    sminclude mcore-split
20    
21  SRC_URI=(  SRC_URI=(
22   ftp://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}   ftp://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
# Line 50  src_compile() Line 52  src_compile()
52   mmake || die   mmake || die
53  }  }
54    
55  src_install()  mcore_generic_src_install()
56  {  {
57   cd ${SRCDIR}   cd ${SRCDIR}
58   make DESTDIR=${BINDIR} install || die   make DESTDIR=${BINDIR} install || die

Legend:
Removed from v.68  
changed lines
  Added in v.69