git: 7f6cf27b6640 - main - www/rubygem-sinatra-contrib: Clean up Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 21:01:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f6cf27b6640e6ef5bb0ab2113cb2e413648bcb6 commit 7f6cf27b6640e6ef5bb0ab2113cb2e413648bcb6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 20:57:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 21:00:26 +0000 www/rubygem-sinatra-contrib: Clean up Makefile --- www/rubygem-sinatra-contrib/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/www/rubygem-sinatra-contrib/Makefile b/www/rubygem-sinatra-contrib/Makefile index fdb407166fd2..204468bd0698 100644 --- a/www/rubygem-sinatra-contrib/Makefile +++ b/www/rubygem-sinatra-contrib/Makefile @@ -19,11 +19,5 @@ USES= gem USE_RUBY= yes NO_ARCH= yes -REINPLACE_ARGS= -i '' - -post-patch: -# Remove backports - @${REINPLACE_CMD} -e '/backports/d' ${WRKSRC}/${GEMSPEC} - @${REINPLACE_CMD} -e '/require "backports"/d' ${WRKSRC}/lib/sinatra/*.rb ${WRKSRC}/lib/sinatra/contrib/setup.rb .include <bsd.port.mk>