svn commit: r344494 - head/lang/gnatdroid-binutils
John Marino
marino at FreeBSD.org
Sat Feb 15 22:57:52 UTC 2014
Author: marino
Date: Sat Feb 15 22:57:51 2014
New Revision: 344494
URL: http://svnweb.freebsd.org/changeset/ports/344494
QAT: https://qat.redports.org/buildarchive/r344494/
Log:
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
Modified:
head/lang/gnatdroid-binutils/pkg-plist
Modified: head/lang/gnatdroid-binutils/pkg-plist
==============================================================================
--- head/lang/gnatdroid-binutils/pkg-plist Sat Feb 15 22:35:37 2014 (r344493)
+++ head/lang/gnatdroid-binutils/pkg-plist Sat Feb 15 22:57:51 2014 (r344494)
@@ -112,3 +112,4 @@
@dirrm %%BRANCH2%%/%%TARGET%%
@dirrm %%BRANCH2%%/bin
@dirrm %%BRANCH2%%
+ at dirrmtry share
More information about the svn-ports-all
mailing list