Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 00:19:56 +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: r397912 - in head: Mk math/octave-forge-base
Message-ID:  <201509260019.t8Q0JuQ7029039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 26 00:19:56 2015
New Revision: 397912
URL: https://svnweb.freebsd.org/changeset/ports/397912

Log:
  Convert load-octave-pkg to proper @postexec

Modified:
  head/Mk/bsd.port.mk
  head/math/octave-forge-base/pkg-plist

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Sep 26 00:17:08 2015	(r397911)
+++ head/Mk/bsd.port.mk	Sat Sep 26 00:19:56 2015	(r397912)
@@ -1815,7 +1815,6 @@ PKGUPGRADE?=		${PKGDIR}/pkg-upgrade
 
 _FORCE_POST_PATTERNS=	rmdir fc-cache \
 						fonts.dir fonts.scale gtk-update-icon-cache \
-						load-octave-pkg \
 						ocamlfind \
 						update-desktop-database update-mime-database \
 						ccache-update-links

Modified: head/math/octave-forge-base/pkg-plist
==============================================================================
--- head/math/octave-forge-base/pkg-plist	Sat Sep 26 00:17:08 2015	(r397911)
+++ head/math/octave-forge-base/pkg-plist	Sat Sep 26 00:19:56 2015	(r397912)
@@ -1,4 +1,4 @@
-@unexec %D/libexec/octave/load-octave-pkg || true
+@postunexec %D/libexec/octave/load-octave-pkg || true
 libexec/octave/load-octave-pkg
-@exec %D/libexec/octave/load-octave-pkg
+@postexec %D/libexec/octave/load-octave-pkg
 @dir share/octave/tarballs



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