aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc46
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-09-26 19:03:19 +0800
committerantoine <antoine@FreeBSD.org>2015-09-26 19:03:19 +0800
commit921429b487c973bddebe6663d567029d94a482eb (patch)
treeffeba145a049b722177cc72908bcc069cc71f785 /lang/gcc46
parentd61d0b1915cb4678e98d7fefde57aa03aaae7732 (diff)
downloadfreebsd-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-plist4
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