aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc47
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/gcc47
parentb7d723b945b41d3b9497c7ab1887ebd164589ac2 (diff)
downloadports-67ad2d24601f1a970d5599d5d2a25da2bc593e03.tar.gz
ports-67ad2d24601f1a970d5599d5d2a25da2bc593e03.zip
Notes
Diffstat (limited to 'lang/gcc47')
-rw-r--r--lang/gcc47/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47/pkg-plist b/lang/gcc47/pkg-plist
index d276a41996c5..b5a09c489493 100644
--- a/lang/gcc47/pkg-plist
+++ b/lang/gcc47/pkg-plist
@@ -74,6 +74,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