aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-24 23:24:20 +0800
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-24 23:24:20 +0800
commit8d242939778c3d698250ddd5c21829bd85d15a3f (patch)
tree9d3ff8a0cfa1eae736ad36c3788d5d34bf08ad2c /textproc
parent614a9863b33233209655678846651094119cba56 (diff)
downloadfreebsd-ports-gnome-8d242939778c3d698250ddd5c21829bd85d15a3f.tar.gz
freebsd-ports-gnome-8d242939778c3d698250ddd5c21829bd85d15a3f.tar.zst
freebsd-ports-gnome-8d242939778c3d698250ddd5c21829bd85d15a3f.zip
- Use USE_DOS2UNIX instead @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e 's|
$$||g'
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libextractor/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile
index 1e7b61ca9ee9..d58e62b1de1f 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' \