Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 13:09:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330637 - head/Mk
Message-ID:  <201310171309.r9HD9xlh088823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 17 13:09:58 2013
New Revision: 330637
URL: http://svnweb.freebsd.org/changeset/ports/330637

Log:
  Readd forgotten port-install-script in the stage seq.

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Oct 17 12:58:06 2013	(r330636)
+++ head/Mk/bsd.port.mk	Thu Oct 17 13:09:58 2013	(r330637)
@@ -4339,7 +4339,7 @@ _STAGE_DEP=		build
 _STAGE_SEQ=		stage-message stage-dir run-depends lib-depends apply-slist pre-install generate-plist \
 				pre-su-install
 .if defined(NEED_ROOT)
-_STAGE_SUSEQ=	create-users-groups do-install post-install post-stage compress-man \
+_STAGE_SUSEQ=	create-users-groups do-install post-install post-install-script post-stage compress-man \
 				install-rc-script install-ldconfig-file install-license \
 				install-desktop-entries add-plist-info add-plist-docs add-plist-examples \
 				add-plist-data add-plist-post fix-plist-sequence
@@ -4347,7 +4347,7 @@ _STAGE_SUSEQ=	create-users-groups do-ins
 _STAGE_SUSEQ+=	stage-qa
 .endif
 .else
-_STAGE_SEQ+=	create-users-groups do-install post-install post-stage compress-man \
+_STAGE_SEQ+=	create-users-groups do-install post-install post-install-script post-stage compress-man \
 				install-rc-script install-ldconfig-file install-license \
 				install-desktop-entries add-plist-info add-plist-docs add-plist-examples \
 				add-plist-data add-plist-post fix-plist-sequence



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