Fix typo
This commit is contained in:
parent
b9f27583d3
commit
fd472b6cb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509545
1 changed files with 5 additions and 3 deletions
|
@ -13,13 +13,15 @@ LICENSE= BSD2CLAUSE MIT
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= rubygems-rouge
|
||||
CONFLICTS_INSTALL= rubygem-rouge
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/rougify
|
||||
|
||||
PORTSCOUT= limit:^2.*
|
||||
PORTSCOUT= limit:^2\.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue