diff options
author | marino <marino@FreeBSD.org> | 2014-02-16 06:57:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-16 06:57:51 +0800 |
commit | 579fa372411a0f452997b933a28f589e334f1b47 (patch) | |
tree | 78b5b88bf1fb229959dd51721c2f695e596a2f3d /lang | |
parent | b6c5bd54d855729e63baf59fb5a85f4f6a3a1729 (diff) | |
download | freebsd-ports-graphics-579fa372411a0f452997b933a28f589e334f1b47.tar.gz freebsd-ports-graphics-579fa372411a0f452997b933a28f589e334f1b47.tar.zst freebsd-ports-graphics-579fa372411a0f452997b933a28f589e334f1b47.zip |
lang/gnatdroid-binutils: Remove ${PREFIX}/share directory too
The licenses get added to ${PREFIX}/share. Since gnatdroid's binutils
are in a non-standard location, they are the only users of the share
directory. We need to make sure this directory is removed upon when
port is deinstalled.
reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnatdroid-binutils/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnatdroid-binutils/pkg-plist b/lang/gnatdroid-binutils/pkg-plist index 3f8ee020efc..70d273aa4f3 100644 --- a/lang/gnatdroid-binutils/pkg-plist +++ b/lang/gnatdroid-binutils/pkg-plist @@ -112,3 +112,4 @@ @dirrm %%BRANCH2%%/%%TARGET%% @dirrm %%BRANCH2%%/bin @dirrm %%BRANCH2%% +@dirrmtry share |