diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-26 19:03:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-26 19:03:19 +0800 |
commit | 921429b487c973bddebe6663d567029d94a482eb (patch) | |
tree | ffeba145a049b722177cc72908bcc069cc71f785 /devel | |
parent | d61d0b1915cb4678e98d7fefde57aa03aaae7732 (diff) | |
download | freebsd-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 'devel')
-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 {} \; |