aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-09-12 19:15:17 +0800
committersobomax <sobomax@FreeBSD.org>2002-09-12 19:15:17 +0800
commitd1d5a97d933324efb8014b316fb2d8101da710db (patch)
tree04e98f1e75a3b9b43990bd1641ab3cae22420659 /graphics/autotrace
parent205ac66fe2c0ce08cb80a2a141a88b782c6788d0 (diff)
downloadfreebsd-ports-gnome-d1d5a97d933324efb8014b316fb2d8101da710db.tar.gz
freebsd-ports-gnome-d1d5a97d933324efb8014b316fb2d8101da710db.tar.zst
freebsd-ports-gnome-d1d5a97d933324efb8014b316fb2d8101da710db.zip
- Remove redundant USE_AUTOCONF;
- correct regex supplied to REINPLACE_CMD (remove perlis'm), so that autotrace.pc is now installed into correct location; - adjust pkg-plist accordingly, sort and remove redundant items; - bump PORTREVISION.
Diffstat (limited to 'graphics/autotrace')
-rw-r--r--graphics/autotrace/Makefile5
-rw-r--r--graphics/autotrace/pkg-plist12
2 files changed, 7 insertions, 10 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index a3ffc4a6e949..842ed34fb876 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -7,7 +7,7 @@
PORTNAME= autotrace
PORTVERSION= 0.30
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -27,7 +27,6 @@ LIB_DEPENDS= jbig.1:${PORTSDIR}/graphics/jbigkit \
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
-USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
@@ -38,7 +37,7 @@ MAN1= autotrace.1
pre-patch:
@${REINPLACE_CMD} -e \
- 's|\$$\(libdir\)/pkgconfig|\$$\(prefix\)/libdata/pkgconfig|' \
+ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/graphics/autotrace/pkg-plist b/graphics/autotrace/pkg-plist
index cd0d58c37e79..111b3302dd7e 100644
--- a/graphics/autotrace/pkg-plist
+++ b/graphics/autotrace/pkg-plist
@@ -1,12 +1,10 @@
-lib/libautotrace.a
bin/autotrace
bin/autotrace-config
-share/aclocal/autotrace.m4
-@unexec rmdir %D/share/aclocal 2>/dev/null || true
-lib/pkgconfig/autotrace.pc
-@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
-include/autotrace/types.h
include/autotrace/autotrace.h
-include/autotrace/input.h
include/autotrace/exception.h
+include/autotrace/input.h
+include/autotrace/types.h
+lib/libautotrace.a
+libdata/pkgconfig/autotrace.pc
+share/aclocal/autotrace.m4
@dirrm include/autotrace