diff -uNr autotrace.orig/Makefile autotrace/Makefile --- autotrace.orig/Makefile Tue Apr 23 10:26:59 2002 +++ autotrace/Makefile Sat Jun 29 14:23:45 2002 @@ -7,6 +7,7 @@ PORTNAME= autotrace PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,11 +32,12 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" USE_XLIB= yes +USE_REINPLACE= yes MAN1= autotrace.1 pre-patch: - @${PERL} -pi.orig -e \ + @${REINPLACE_CMD} -e \ 's|\$$\(libdir\)/pkgconfig|\$$\(prefix\)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in diff -uNr autotrace.orig/pkg-plist autotrace/pkg-plist --- autotrace.orig/pkg-plist Tue Apr 23 10:26:59 2002 +++ autotrace/pkg-plist Sat Jun 29 13:50:06 2002 @@ -3,7 +3,7 @@ bin/autotrace-config share/aclocal/autotrace.m4 @unexec rmdir %D/share/aclocal 2>/dev/null || true -libdata/pkgconfig/autotrace.pc +lib/pkgconfig/autotrace.pc @unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true include/autotrace/types.h include/autotrace/autotrace.h