diff options
author | gerald <gerald@FreeBSD.org> | 2013-11-23 06:03:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-11-23 06:03:06 +0800 |
commit | 3587f1f223809c2cf9605ed84c73f82c1aadcf01 (patch) | |
tree | 77a636e6705505552c1ddff98c884483d7ad9148 /lang/gcc46 | |
parent | 8af0a5fded566b193a66c2fa7a279fa65ef74311 (diff) | |
download | freebsd-ports-gnome-3587f1f223809c2cf9605ed84c73f82c1aadcf01.tar.gz freebsd-ports-gnome-3587f1f223809c2cf9605ed84c73f82c1aadcf01.tar.zst freebsd-ports-gnome-3587f1f223809c2cf9605ed84c73f82c1aadcf01.zip |
Work around ports infrastructure breakage introduced with staging and
remove info/gcc46 ourselves.
Reported by: QAT, amdmi3, mandree, bf, dbn
PR: 184178
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc46/pkg-plist b/lang/gcc46/pkg-plist index 1d1432a263dd..3b102393af75 100644 --- a/lang/gcc46/pkg-plist +++ b/lang/gcc46/pkg-plist @@ -78,4 +78,5 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py %%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 +@dirrmtry info/gcc%%SUFFIX%% @comment Insert PLIST.lib here |