diff -urN sweep.orig/Makefile sweep/Makefile --- sweep.orig/Makefile Sun Jun 15 21:47:32 2003 +++ sweep/Makefile Thu Jun 19 10:00:34 2003 @@ -25,7 +25,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehier gnomehack gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -37,9 +36,5 @@ --with-ogg=${LOCALBASE}/include/ogg MAN1= sweep.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include