aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc48
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/gcc48
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/gcc48')
-rw-r--r--lang/gcc48/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/pkg-plist b/lang/gcc48/pkg-plist
index a3138e6ea370..48abb32af995 100644
--- a/lang/gcc48/pkg-plist
+++ b/lang/gcc48/pkg-plist
@@ -71,6 +71,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
%%JAVA%%man/man1/jv-convert%%SUFFIX%%.1.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