svn commit: r384272 - head/textproc/liblrdf
Tijl Coosemans
tijl at FreeBSD.org
Sun Apr 19 08:42:56 UTC 2015
Author: tijl
Date: Sun Apr 19 08:42:55 2015
New Revision: 384272
URL: https://svnweb.freebsd.org/changeset/ports/384272
Log:
The distfile contains symlinks to non-existent system files. Remove them
so autoreconf works.
Reported by: antoine
Modified:
head/textproc/liblrdf/Makefile
Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile Sun Apr 19 08:31:23 2015 (r384271)
+++ head/textproc/liblrdf/Makefile Sun Apr 19 08:42:55 2015 (r384272)
@@ -28,4 +28,7 @@ LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032
+post-patch:
+ @${FIND} ${WRKSRC}/m4 -type l -delete
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list