svn commit: r330637 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 17 13:09:59 UTC 2013


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


More information about the svn-ports-head mailing list