summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-29 19:03:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-29 19:03:07 +0000
commit1b6a1bf4d2fdc8e9d68fdc8fc15f70fa257a21a3 (patch)
tree9646fb3a08232c02a7548916536c63f18646b393 /graphics
parentupgrade to 20020627 (diff)
${PERL} -> ${REINPLACE_CMD}
fix PLIST bump portrevision PR: 39981 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=62181
Diffstat (limited to 'graphics')
-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 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