summaryrefslogtreecommitdiffstats
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-29 19:03:07 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-29 19:03:07 +0000
commitf0ece3cbfbec36f2b07ef2e8c718eb1318cd343e (patch)
tree75041bdfd36d0cdc29f8a3cad4de7d710d52ffef /graphics/autotrace
parent23b5ea70f38609f1a2635ee1a0f2e1f1b6299f22 (diff)
downloadFreeBSD-ports-f0ece3cbfbec36f2b07ef2e8c718eb1318cd343e.zip
FreeBSD-ports-f0ece3cbfbec36f2b07ef2e8c718eb1318cd343e.tar.gz
${PERL} -> ${REINPLACE_CMD}
fix PLIST bump portrevision PR: 39981 Submitted by: maintainer
Diffstat (limited to 'graphics/autotrace')
-rw-r--r--graphics/autotrace/Makefile4
-rw-r--r--graphics/autotrace/pkg-plist2
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index 014ff91..a3ffc4a 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 a362417..cd0d58c 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
OpenPOWER on IntegriCloud