diff options
Diffstat (limited to 'textproc/rubygem-gitlab-glfm-markdown/Makefile')
-rw-r--r-- | textproc/rubygem-gitlab-glfm-markdown/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/rubygem-gitlab-glfm-markdown/Makefile b/textproc/rubygem-gitlab-glfm-markdown/Makefile index 347e49229d0d..10c52783b4b9 100644 --- a/textproc/rubygem-gitlab-glfm-markdown/Makefile +++ b/textproc/rubygem-gitlab-glfm-markdown/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-glfm-markdown -PORTVERSION= 0.0.29 +PORTVERSION= 0.0.31 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -26,4 +26,7 @@ GEM_ENV+= MAKE=gmake # update the crates file with: make cargo-crates > Makefile.crates +post-install: + @${ECHO_CMD} "${GEM_LIB_DIR}/ext/glfm_markdown/Cargo.lock" >> ${TMPPLIST} + .include <bsd.port.mk> |