aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-26 11:03:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-26 11:03:19 +0000
commit67ad2d24601f1a970d5599d5d2a25da2bc593e03 (patch)
treeffeba145a049b722177cc72908bcc069cc71f785 /lang/gcc
parentb7d723b945b41d3b9497c7ab1887ebd164589ac2 (diff)
downloadports-67ad2d24601f1a970d5599d5d2a25da2bc593e03.tar.gz
ports-67ad2d24601f1a970d5599d5d2a25da2bc593e03.zip
Remove deprecated @exec/@unexec from ports using ccache-update-links
Notes
Notes: svn path=/head/; revision=397956
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/pkg-plist b/lang/gcc/pkg-plist
index a3138e6ea370..48abb32af995 100644
--- a/lang/gcc/pkg-plist
+++ b/lang/gcc/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