aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-10-05 10:24:07 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-10-05 10:27:51 +0000
commit6e3c58a47a705adb41550172c4238353fb08a8aa (patch)
tree9181a3a070fc7d39cf028799e84090484671b831 /www
parentae9c04d9402d301333632788cbb058f4209916b1 (diff)
www/gitlab-ce: Readded a by mistake removed directory for PLIST
(cherry picked from commit c5ec57f9363c81d07601b1d921ce8048c35e4abf)
Diffstat (limited to 'www')
-rw-r--r--www/gitlab-ce/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index eaf4bd59dc9d..810393486ba8 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gitlab-ce
PORTVERSION= 14.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@@ -395,6 +395,7 @@ post-install:
@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/tmp/sockets" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/tmp/sockets/private" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/tmp/sockets/private/internal" >> ${TMPPLIST}
+ @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/vendor" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/vendor/assets" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/vendor/assets/stylesheets" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/workhorse/changelogs/unreleased" >> ${TMPPLIST}