diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 11:03:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 11:03:19 +0000 |
commit | 67ad2d24601f1a970d5599d5d2a25da2bc593e03 (patch) | |
tree | ffeba145a049b722177cc72908bcc069cc71f785 /devel/ccache | |
parent | b7d723b945b41d3b9497c7ab1887ebd164589ac2 (diff) | |
download | ports-67ad2d24601f1a970d5599d5d2a25da2bc593e03.tar.gz ports-67ad2d24601f1a970d5599d5d2a25da2bc593e03.zip |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ccache/pkg-plist b/devel/ccache/pkg-plist index c141fc6f2731..c3327694fe5a 100644 --- a/devel/ccache/pkg-plist +++ b/devel/ccache/pkg-plist @@ -3,6 +3,6 @@ bin/ccache-update-links man/man1/ccache.1.gz %%CCLINKDIR%%/world/ccache %%TINDERBOX%%%%DATADIR%%/ccache.tar -@exec echo "Create compiler links..." -@exec %D/bin/ccache-update-links -v -@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; +@postexec echo "Create compiler links..." +@postexec %D/bin/ccache-update-links -v +@preunexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; |