summaryrefslogtreecommitdiff
path: root/cad/pdnmesh
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-20 17:09:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-20 17:09:01 +0000
commit619a4702f1b09465000454a88e6cdb768ace7b47 (patch)
treecb8eecc8424c9d7c4fd6f1e6985e66902ad8709e /cad/pdnmesh
parentc1db171da26d1b868ff22d597a8744ddb0c15460 (diff)
downloadfreebsd-ports-619a4702f1b09465000454a88e6cdb768ace7b47.zip
Fix bad invocation of REINPLACE_CMD
Missing space before the -e argument Reported by: Antonio Huete Jimenez <tuxillo@quantumachine.net> (dragonfly)
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r--cad/pdnmesh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile
index e55b2f907290..14a3e4414515 100644
--- a/cad/pdnmesh/Makefile
+++ b/cad/pdnmesh/Makefile
@@ -31,7 +31,7 @@ ATLAS_USES_OFF= blaslapack
ATLAS_CONFIGURE_OFF=--with-blas=blas --with-lapack=lapack
post-patch:
- @${REINPLACE_CMD}-e \
+ @${REINPLACE_CMD} -e \
'/^SUBDIRS/s|doc|| ; \
s|^pkgdata_DATA|#pkgdata_DATA|' ${WRKSRC}/Makefile.in