diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 21:47:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 21:47:16 +0800 |
commit | 1d456ddd86ce5aca8b402851a8ca61b4af59cf24 (patch) | |
tree | 548bd4b3d9fa9e4c0fe02d6a588674a21f02d2db /textproc | |
parent | 8b16390428ad22c4215cedea90dd2ebfc0229a53 (diff) | |
download | freebsd-ports-gnome-1d456ddd86ce5aca8b402851a8ca61b4af59cf24.tar.gz freebsd-ports-gnome-1d456ddd86ce5aca8b402851a8ca61b4af59cf24.tar.zst freebsd-ports-gnome-1d456ddd86ce5aca8b402851a8ca61b4af59cf24.zip |
Remove tab
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index bc8f8402951e..c9ae746d4dbc 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -31,7 +31,7 @@ CPE_VENDOR= apache post-patch: ${REINPLACE_CMD} -e "s,@DEFS@,& -D__STDC_LIMIT_MACROS," ${WRKSRC}/src/Makefile.in - + post-install: ${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} |