aboutsummaryrefslogtreecommitdiff
path: root/lang/algol68g
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-05 17:24:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-05 17:24:58 +0000
commit8a7521c7db932b442a7c67006f44e03199deb4b5 (patch)
treee35b8827999e7df63937c20ade9335a73f1437a5 /lang/algol68g
parentf3f9b695d83f98cc305ff1ee9881be80fbbf51e5 (diff)
downloadports-8a7521c7db932b442a7c67006f44e03199deb4b5.tar.gz
ports-8a7521c7db932b442a7c67006f44e03199deb4b5.zip
- Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=393599
Diffstat (limited to 'lang/algol68g')
-rw-r--r--lang/algol68g/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile
index 96cf0cfe93ce..2c2dee7e6160 100644
--- a/lang/algol68g/Makefile
+++ b/lang/algol68g/Makefile
@@ -29,7 +29,7 @@ PLIST_FILES= bin/a68g man/man1/a68g.1.gz \
post-patch:
# Skip broken check, assume our $CC works
@${REINPLACE_CMD} -Ee 's/.*(\*-freebsd)/\1/' \
- -e 's/"xgcc"/"x${CC}"/; s/-ldl //' ${WRKSRC}/configure
+ -e 's|"xgcc"|"x${CC}"|; s/-ldl //' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^install-data-am/s/install-docDATA//' \
${WRKSRC}/Makefile.in