diff options
author | jhale <jhale@FreeBSD.org> | 2018-03-16 18:06:15 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-03-16 18:06:15 +0800 |
commit | a11599544741f63f38b5390375cc22a55486ea97 (patch) | |
tree | 78eee5fb5455766b6d5e1423ab97092f191b25e6 /www/rubygem-unicorn | |
parent | d407dab5a375ebcb61e838a53374246dfdd34fcb (diff) | |
download | freebsd-ports-gnome-a11599544741f63f38b5390375cc22a55486ea97.tar.gz freebsd-ports-gnome-a11599544741f63f38b5390375cc22a55486ea97.tar.zst freebsd-ports-gnome-a11599544741f63f38b5390375cc22a55486ea97.zip |
Fix typo in CONFLICTS_INSTALL in www/rubygem-unicorn51
Add corresponding CONFLICTS_INSTALL in www/rubygem-unicorn
Pet portlint
Approved by: portmgr (blanket)
Diffstat (limited to 'www/rubygem-unicorn')
-rw-r--r-- | www/rubygem-unicorn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rubygem-unicorn/Makefile b/www/rubygem-unicorn/Makefile index ab2294e2b2a8..d689131e4701 100644 --- a/www/rubygem-unicorn/Makefile +++ b/www/rubygem-unicorn/Makefile @@ -17,8 +17,10 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \ rubygem-raindrops>=0.7:www/rubygem-raindrops -USE_RUBY= yes +CONFLICTS_INSTALL= rubygem-unicorn51 + USES= gem shebangfix +USE_RUBY= yes PLIST_FILES= bin/unicorn bin/unicorn_rails |