diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-12 11:15:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-12 11:15:17 +0000 |
commit | 06657759c174acdc3e10f9ee7fe4df6f3935eca8 (patch) | |
tree | c47ffe7152d6009470b1fe9d235f56b173beccc5 /graphics/autotrace | |
parent | f5a463cd111dd854be0231d1fc20a5c5ab8482ba (diff) | |
download | ports-06657759c174acdc3e10f9ee7fe4df6f3935eca8.tar.gz ports-06657759c174acdc3e10f9ee7fe4df6f3935eca8.zip |
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 5 | ||||
-rw-r--r-- | graphics/autotrace/pkg-plist | 12 |
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 |