diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-24 23:24:20 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-24 23:24:20 +0800 |
commit | 6536943028a3d9f049e3793f1ae593b268ccee6c (patch) | |
tree | 7431c6130de0d4b890bed0259abc1fb95e6e3820 /textproc/libextractor | |
parent | e8be6e44b37a3a24e0224ec9d0ac3ec7ab3be87b (diff) | |
download | freebsd-ports-graphics-6536943028a3d9f049e3793f1ae593b268ccee6c.tar.gz freebsd-ports-graphics-6536943028a3d9f049e3793f1ae593b268ccee6c.tar.zst freebsd-ports-graphics-6536943028a3d9f049e3793f1ae593b268ccee6c.zip |
- Use USE_DOS2UNIX instead @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e 's|
$$||g'
Diffstat (limited to 'textproc/libextractor')
-rw-r--r-- | textproc/libextractor/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 1e7b61ca9ee..d58e62b1de1 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -20,6 +20,7 @@ USE_GCC= 3.4+ USE_GNOME= glib20 USE_PYTHON= yes USE_AUTOTOOLS= libltdl:15 +USE_DOS2UNIX= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-ltdl-install @@ -33,11 +34,6 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude libltdl MAN1= extract.1 MAN3= libextractor.3 -post-extract: - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's| -$$||g' - post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ |