diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-13 05:35:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-13 05:35:41 +0800 |
commit | 37b1fbb1af201aa124c5a4b30030c7580522325a (patch) | |
tree | a6bffefd9a311b609c786885e488938f82fed735 /Mk | |
parent | 44b6ae35db59b1795a13b9f0e450515df32ea1bb (diff) | |
download | freebsd-ports-gnome-37b1fbb1af201aa124c5a4b30030c7580522325a.tar.gz freebsd-ports-gnome-37b1fbb1af201aa124c5a4b30030c7580522325a.tar.zst freebsd-ports-gnome-37b1fbb1af201aa124c5a4b30030c7580522325a.zip |
Add ccache-update-links to _FORCE_POST_PATTERNS to run it after gcc has
been uninstalled
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.pkgng.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.pkgng.mk b/Mk/bsd.pkgng.mk index dfb7ec48df88..2c501d377269 100644 --- a/Mk/bsd.pkgng.mk +++ b/Mk/bsd.pkgng.mk @@ -25,7 +25,8 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ load-octave-pkg \ update-desktop-database update-mime-database \ gdk-pixbuf-query-loaders catalog.ports \ - glib-compile-schemas + glib-compile-schemas \ + ccache-update-links PLIST_REINPLACE:= ${PLIST_REINPLACE:Ndirrmtry} PLIST_REINPLACE:= ${PLIST_REINPLACE:Nstopdaemon} |