aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rouge2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-21 19:27:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-21 19:27:29 +0000
commitfd472b6cb0f805df955030afcdc6086069c730c6 (patch)
tree8bc2be734b6a3116369de28e92736b953f604056 /textproc/rubygem-rouge2
parentb9f27583d3375386a2afb5de81806cc4a93c322c (diff)
downloadports-fd472b6cb0f805df955030afcdc6086069c730c6.tar.gz
ports-fd472b6cb0f805df955030afcdc6086069c730c6.zip
Fix typo
Notes
Notes: svn path=/head/; revision=509545
Diffstat (limited to 'textproc/rubygem-rouge2')
-rw-r--r--textproc/rubygem-rouge2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/rubygem-rouge2/Makefile b/textproc/rubygem-rouge2/Makefile
index 5ef2d9726fb1..727b39e770af 100644
--- a/textproc/rubygem-rouge2/Makefile
+++ b/textproc/rubygem-rouge2/Makefile
@@ -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>