diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-30 03:03:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-30 03:03:07 +0800 |
commit | f0ece3cbfbec36f2b07ef2e8c718eb1318cd343e (patch) | |
tree | 75041bdfd36d0cdc29f8a3cad4de7d710d52ffef /graphics | |
parent | 23b5ea70f38609f1a2635ee1a0f2e1f1b6299f22 (diff) | |
download | freebsd-ports-gnome-f0ece3cbfbec36f2b07ef2e8c718eb1318cd343e.tar.gz freebsd-ports-gnome-f0ece3cbfbec36f2b07ef2e8c718eb1318cd343e.tar.zst freebsd-ports-gnome-f0ece3cbfbec36f2b07ef2e8c718eb1318cd343e.zip |
${PERL} -> ${REINPLACE_CMD}
fix PLIST
bump portrevision
PR: 39981
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 4 | ||||
-rw-r--r-- | graphics/autotrace/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 014ff91aaa2a..a3ffc4a6e949 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 --git a/graphics/autotrace/pkg-plist b/graphics/autotrace/pkg-plist index a3624173749e..cd0d58c37e79 100644 --- a/graphics/autotrace/pkg-plist +++ b/graphics/autotrace/pkg-plist @@ -3,7 +3,7 @@ bin/autotrace 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 |