aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-gitlab-markup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-gitlab-markup/Makefile')
-rw-r--r--textproc/rubygem-gitlab-markup/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/rubygem-gitlab-markup/Makefile b/textproc/rubygem-gitlab-markup/Makefile
index 9768331c5286..55f93dbcc85d 100644
--- a/textproc/rubygem-gitlab-markup/Makefile
+++ b/textproc/rubygem-gitlab-markup/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gitlab-markup
PORTVERSION= 1.6.4
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -16,10 +17,13 @@ USE_RUBY= yes
NO_ARCH= yes
-PLIST_FILES= bin/github-markup
+PLIST_FILES= bin/gitlab-markup
SHEBANG_FILES= lib/github/commands/rest2html \
script/bootstrap \
script/cibuild
+post-patch:
+ ${MV} ${WRKSRC}/bin/github-markup ${WRKSRC}/bin/gitlab-markup
+
.include <bsd.port.mk>