diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-24 04:12:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-24 04:12:14 +0800 |
commit | 49b3a5a45618bc4d2515b360a1f02d166c3c5d69 (patch) | |
tree | c6fc6eed144795f3977ca4e00851ef8a3f34bb9c /www | |
parent | 492784d3782b95b49b2f97f0e7cfe31b18330e6f (diff) | |
download | freebsd-ports-gnome-49b3a5a45618bc4d2515b360a1f02d166c3c5d69.tar.gz freebsd-ports-gnome-49b3a5a45618bc4d2515b360a1f02d166c3c5d69.tar.zst freebsd-ports-gnome-49b3a5a45618bc4d2515b360a1f02d166c3c5d69.zip |
- Remove unneeded reinplace: now this is done by shebangfix by default
Diffstat (limited to 'www')
-rw-r--r-- | www/webstone-ssl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/webstone-ssl/Makefile b/www/webstone-ssl/Makefile index 63d3cf19022f..a4f64e27e6c0 100644 --- a/www/webstone-ssl/Makefile +++ b/www/webstone-ssl/Makefile @@ -30,9 +30,6 @@ MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -post-patch: - @${REINPLACE_CMD} -i '' -e 's|/bin/perl|${perl_CMD}|' ${WRKSRC}/bin/WebStone-common.pl - pre-configure: @${RM} -f ${WRKSRC}/src/config.cache |