diff options
author | vd <vd@FreeBSD.org> | 2006-09-08 14:01:10 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-09-08 14:01:10 +0800 |
commit | a2a6d963e02b9d256a98df07a7235a2f150c8e3b (patch) | |
tree | d1c77cd92968ace7df04c9e5219b89fbabf16567 /textproc | |
parent | 0bf3294e48dcfc153eed0c93d5acfd3911be1107 (diff) | |
download | freebsd-ports-graphics-a2a6d963e02b9d256a98df07a7235a2f150c8e3b.tar.gz freebsd-ports-graphics-a2a6d963e02b9d256a98df07a7235a2f150c8e3b.tar.zst freebsd-ports-graphics-a2a6d963e02b9d256a98df07a7235a2f150c8e3b.zip |
Archive rerolled to fix a bug that the plugins directory was not created
thus resulting in make install falure.
We do not need to explicitly create this directory in pre-install: target
anymore.
Size mismatch reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 3 | ||||
-rw-r--r-- | textproc/libextractor/distinfo | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 1a2e70746ff..f82cb315c02 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -44,9 +44,6 @@ post-patch: @${REINPLACE_CMD} -e 's|^#ifdef EXV_HAVE_STDINT_H$$|#if EXV_HAVE_STDINT_H|' \ ${WRKSRC}/src/plugins/exiv2/types.hpp -pre-install: - ${MKDIR} ${PREFIX}/lib/libextractor - check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) diff --git a/textproc/libextractor/distinfo b/textproc/libextractor/distinfo index dd22ca92a70..13e42b30922 100644 --- a/textproc/libextractor/distinfo +++ b/textproc/libextractor/distinfo @@ -1,3 +1,3 @@ -MD5 (libextractor-0.5.15.tar.gz) = 6a08e6489abe44b859bd7f0546ab4880 -SHA256 (libextractor-0.5.15.tar.gz) = 0c5e62d9779b030aab051800c8207659fddc57002145e325c3bd0b36c87fedc0 -SIZE (libextractor-0.5.15.tar.gz) = 7770118 +MD5 (libextractor-0.5.15.tar.gz) = 151a3027090c431f69b93560bc3c9908 +SHA256 (libextractor-0.5.15.tar.gz) = 90b895f66fb585c29d96f63f4bd98524739c3883c48ee9a34b37cb607ec5448f +SIZE (libextractor-0.5.15.tar.gz) = 7770185 |