Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2017 14:41:27 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450130 - head/devel/gitlab-shell
Message-ID:  <201709191441.v8JEfR0i092925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue Sep 19 14:41:27 2017
New Revision: 450130
URL: https://svnweb.freebsd.org/changeset/ports/450130

Log:
  devel/gitlab-shell: Merge unnecessary post-install stage with do-install
  
  Reported by: mat

Modified:
  head/devel/gitlab-shell/Makefile

Modified: head/devel/gitlab-shell/Makefile
==============================================================================
--- head/devel/gitlab-shell/Makefile	Tue Sep 19 14:27:21 2017	(r450129)
+++ head/devel/gitlab-shell/Makefile	Tue Sep 19 14:41:27 2017	(r450130)
@@ -34,8 +34,6 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
 	@${MKDIR} ${STAGEDIR}/var/log/gitlab-shell
-
-post-install:
 	${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-pack
 	${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-receive-pack
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709191441.v8JEfR0i092925>