diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-26 19:03:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-26 19:03:19 +0800 |
commit | 921429b487c973bddebe6663d567029d94a482eb (patch) | |
tree | ffeba145a049b722177cc72908bcc069cc71f785 /lang/gcc46 | |
parent | d61d0b1915cb4678e98d7fefde57aa03aaae7732 (diff) | |
download | freebsd-ports-gnome-921429b487c973bddebe6663d567029d94a482eb.tar.gz freebsd-ports-gnome-921429b487c973bddebe6663d567029d94a482eb.tar.zst freebsd-ports-gnome-921429b487c973bddebe6663d567029d94a482eb.zip |
Remove deprecated @exec/@unexec from ports using ccache-update-links
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc46/pkg-plist b/lang/gcc46/pkg-plist index 6abe38cf2b95..1af92768d011 100644 --- a/lang/gcc46/pkg-plist +++ b/lang/gcc46/pkg-plist @@ -68,6 +68,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py %%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here |